.. |
AggregationOptions.cpp
|
allow overriding COLLECT method
|
2015-04-21 14:45:22 +02:00 |
AggregationOptions.h
|
allow overriding COLLECT method
|
2015-04-21 14:45:22 +02:00 |
AqlItemBlock.cpp
|
cppcheck
|
2015-07-15 22:13:42 +02:00 |
AqlItemBlock.h
|
use indexes when referring to an attribute name via bind parameter
|
2015-05-08 12:39:55 +02:00 |
AqlItemBlockManager.cpp
|
recycle AqlItemBlocks
|
2015-04-27 12:41:55 +02:00 |
AqlItemBlockManager.h
|
recycle AqlItemBlocks
|
2015-04-27 12:41:55 +02:00 |
AqlValue.cpp
|
move shaper to cxx
|
2015-07-28 17:38:31 +02:00 |
AqlValue.h
|
move shaper to cxx
|
2015-07-28 17:38:31 +02:00 |
Arithmetic.h
|
fixed tests
|
2014-10-14 13:20:10 +02:00 |
Ast.cpp
|
make the optimizer create less plans
|
2015-07-30 00:07:32 +02:00 |
Ast.h
|
make the optimizer create less plans
|
2015-07-30 00:07:32 +02:00 |
AstNode.cpp
|
added DISTINCT
|
2015-07-24 13:19:55 +02:00 |
AstNode.h
|
added DISTINCT
|
2015-07-24 13:19:55 +02:00 |
AttributeAccessor.cpp
|
constify
|
2015-07-30 00:07:50 +02:00 |
AttributeAccessor.h
|
constify
|
2015-07-30 00:07:50 +02:00 |
BindParameters.cpp
|
query cache for AQL queries. no invalidation yet, so results will be wrong when underlying collections are changed
|
2015-06-23 18:42:58 +02:00 |
BindParameters.h
|
fixed invalidation with index creation etc., adjusted tests
|
2015-06-25 23:40:31 +02:00 |
Collection.cpp
|
use new/delete for TRI_vocbase_t
|
2015-07-20 12:08:13 +02:00 |
Collection.h
|
use new/delete for TRI_vocbase_t
|
2015-07-20 12:08:13 +02:00 |
CollectionScanner.cpp
|
added random iteration for collections
|
2014-12-19 18:01:13 +01:00 |
CollectionScanner.h
|
fixed up some headers
|
2015-04-24 13:11:29 +02:00 |
Collections.h
|
use new/delete for TRI_vocbase_t
|
2015-07-20 12:08:13 +02:00 |
ExecutionBlock.cpp
|
CXX implementation of AQL `LIKE`
|
2015-08-04 10:30:18 +02:00 |
ExecutionBlock.h
|
constify
|
2015-07-30 00:07:50 +02:00 |
ExecutionEngine.cpp
|
make the optimizer create less plans
|
2015-07-30 00:07:32 +02:00 |
ExecutionEngine.h
|
return value optimization for AQL
|
2015-04-30 23:38:27 +02:00 |
ExecutionNode.cpp
|
make the optimizer create less plans
|
2015-07-30 00:07:32 +02:00 |
ExecutionNode.h
|
make the optimizer create less plans
|
2015-07-30 00:07:32 +02:00 |
ExecutionPlan.cpp
|
make the optimizer create less plans
|
2015-07-30 00:07:32 +02:00 |
ExecutionPlan.h
|
make the optimizer create less plans
|
2015-07-30 00:07:32 +02:00 |
ExecutionStats.cpp
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
ExecutionStats.h
|
added `filtered` attribute to AQL execution statistics
|
2015-02-13 21:37:49 +01:00 |
Executor.cpp
|
CXX implementation of AQL `LIKE`
|
2015-08-04 10:30:18 +02:00 |
Executor.h
|
added tests
|
2015-06-16 15:13:53 +02:00 |
Expression.cpp
|
CXX implementation of AQL `LIKE`
|
2015-08-04 10:30:18 +02:00 |
Expression.h
|
constify
|
2015-07-30 00:07:50 +02:00 |
Function.cpp
|
added execution conditions for CXX AQL functions
|
2015-07-22 11:35:57 +02:00 |
Function.h
|
added execution conditions for CXX AQL functions
|
2015-07-22 11:35:57 +02:00 |
Functions.cpp
|
fixed invocation of `LIKE`
|
2015-08-04 12:23:40 +02:00 |
Functions.h
|
CXX implementation of AQL `LIKE`
|
2015-08-04 10:30:18 +02:00 |
Index.h
|
split tests
|
2015-07-20 10:58:43 +02:00 |
ModificationOptions.cpp
|
allow overriding COLLECT method
|
2015-04-21 14:45:22 +02:00 |
ModificationOptions.h
|
execute read and write operations of different collections in the same AQL query in lockstep, and not sequentially
|
2015-02-05 18:27:10 +01:00 |
NodeFinder.cpp
|
save some overhead when walking plans
|
2015-07-28 11:44:34 +02:00 |
NodeFinder.h
|
make the optimizer create less plans
|
2015-07-30 00:07:32 +02:00 |
Optimizer.cpp
|
make the optimizer create less plans
|
2015-07-30 00:07:32 +02:00 |
Optimizer.h
|
make the optimizer create less plans
|
2015-07-30 00:07:32 +02:00 |
OptimizerRules.cpp
|
make the optimizer create less plans
|
2015-07-30 00:07:32 +02:00 |
OptimizerRules.h
|
added (still disabled) rule fuse-calculations
|
2015-06-02 21:32:38 +02:00 |
Parser.cpp
|
added DISTINCT
|
2015-07-24 13:19:55 +02:00 |
Parser.h
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
Query.cpp
|
added function to create an ICU RegexMatcher
|
2015-08-03 23:57:26 +02:00 |
Query.h
|
fixed results for query profiling
|
2015-07-27 18:33:58 +02:00 |
QueryCache.cpp
|
fixed invalid access to outdated iterator
|
2015-07-15 11:06:47 +02:00 |
QueryCache.h
|
use new/delete for TRI_vocbase_t
|
2015-07-20 12:08:13 +02:00 |
QueryList.cpp
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
QueryList.h
|
use new/delete for TRI_vocbase_t
|
2015-07-20 12:08:13 +02:00 |
QueryRegistry.cpp
|
Get rid of unnecessary warning about _lockedShards.
|
2015-01-30 15:04:39 +01:00 |
QueryRegistry.h
|
call shutdown using an errorCode
|
2014-10-22 19:01:56 +02:00 |
QueryResult.h
|
fix invalidation
|
2015-06-25 16:46:04 +02:00 |
QueryResultV8.h
|
query cache for AQL queries. no invalidation yet, so results will be wrong when underlying collections are changed
|
2015-06-23 18:42:58 +02:00 |
Range.cpp
|
Visual Studio adjustments
|
2015-04-30 11:46:55 +02:00 |
Range.h
|
some renaming
|
2014-10-16 17:23:50 +02:00 |
RangeInfo.cpp
|
a bit less copying
|
2015-07-30 12:20:22 +02:00 |
RangeInfo.h
|
a bit less copying
|
2015-07-30 12:20:22 +02:00 |
RestAqlHandler.cpp
|
moved dispatcher to atomic
|
2015-07-23 15:40:34 +02:00 |
RestAqlHandler.h
|
moved dispatcher to atomic
|
2015-07-23 15:40:34 +02:00 |
Scopes.cpp
|
added DISTINCT
|
2015-07-24 13:19:55 +02:00 |
Scopes.h
|
added DISTINCT
|
2015-07-24 13:19:55 +02:00 |
ShortStringStorage.cpp
|
save some mallocs for strings in AQL
|
2015-05-18 23:40:28 +02:00 |
ShortStringStorage.h
|
save some mallocs for strings in AQL
|
2015-05-18 23:40:28 +02:00 |
V8Expression.cpp
|
constify
|
2015-07-30 00:07:50 +02:00 |
V8Expression.h
|
constify
|
2015-07-30 00:07:50 +02:00 |
Variable.cpp
|
added [x..y] array access, added [**] operator
|
2015-06-11 00:09:41 +02:00 |
Variable.h
|
added [x..y] array access, added [**] operator
|
2015-06-11 00:09:41 +02:00 |
VariableGenerator.cpp
|
small optimizations
|
2015-06-02 23:20:00 +02:00 |
VariableGenerator.h
|
increment _id in call to nextName()
|
2015-04-22 14:17:45 +02:00 |
WalkerWorker.h
|
save some overhead when walking plans
|
2015-07-28 11:44:34 +02:00 |
grammar.cpp
|
activate distinct test
|
2015-07-24 13:41:01 +02:00 |
grammar.h
|
activate distinct test
|
2015-07-24 13:41:01 +02:00 |
grammar.y
|
added DISTINCT
|
2015-07-24 13:19:55 +02:00 |
tokens.cpp
|
activate distinct test
|
2015-07-24 13:41:01 +02:00 |
tokens.ll
|
added DISTINCT
|
2015-07-24 13:19:55 +02:00 |
types.h
|
added missing files
|
2014-10-16 17:25:28 +02:00 |