1
0
Fork 0
arangodb/arangod/Aql
Jan Steemann b54dfae96f removed several JSON functions 2015-01-13 01:31:04 +01:00
..
AqlItemBlock.cpp the great rename: array => object, list => array 2014-12-18 21:07:06 +01:00
AqlItemBlock.h fixed memleaks 2015-01-12 18:19:35 +01:00
AqlValue.cpp comments 2015-01-02 20:00:08 +01:00
AqlValue.h the great rename: array => object, list => array 2014-12-18 21:07:06 +01:00
Arithmetic.h
Ast.cpp fixed memleaks 2015-01-09 18:27:59 +01:00
Ast.h Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2015-01-07 15:50:44 +01:00
AstNode.cpp removed several JSON functions 2015-01-13 01:31:04 +01:00
AstNode.h prerequisites for further COLLECT optimizations 2015-01-07 09:42:46 +01:00
BindParameters.cpp the great rename: array => object, list => array 2014-12-18 21:07:06 +01:00
BindParameters.h
Collection.cpp automatically create _keys in DistributeNode on insert 2015-01-12 10:33:05 +01:00
Collection.h automatically create _keys in DistributeNode on insert 2015-01-12 10:33:05 +01:00
CollectionScanner.cpp added random iteration for collections 2014-12-19 18:01:13 +01:00
CollectionScanner.h added random iteration for collections 2014-12-19 18:01:13 +01:00
Collections.h fixed crash on test shutdown 2015-01-09 14:12:24 +01:00
ExecutionBlock.cpp removed several JSON functions 2015-01-13 01:31:04 +01:00
ExecutionBlock.h finally 2015-01-12 14:23:26 +01:00
ExecutionEngine.cpp Take out some more debugging output. 2014-12-23 14:52:07 +01:00
ExecutionEngine.h Another fix for the distributed locking problem in cluster AQL. 2014-12-23 14:35:19 +01:00
ExecutionNode.cpp automatically create _keys in DistributeNode on insert 2015-01-12 10:33:05 +01:00
ExecutionNode.h automatically create _keys in DistributeNode on insert 2015-01-12 10:33:05 +01:00
ExecutionPlan.cpp Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2015-01-07 15:50:44 +01:00
ExecutionPlan.h prerequisites for further COLLECT optimizations 2015-01-07 09:42:46 +01:00
ExecutionStats.cpp the great rename: array => object, list => array 2014-12-18 21:07:06 +01:00
ExecutionStats.h
Executor.cpp preallocate string buffer 2015-01-12 23:40:33 +01:00
Executor.h preallocate string buffer 2015-01-12 23:40:33 +01:00
Expression.cpp the great rename: array => object, list => array 2014-12-18 21:07:06 +01:00
Expression.h
Function.cpp
Function.h
Functions.cpp fixed segfault 2015-01-02 09:10:28 +01:00
Functions.h the great rename: array => object, list => array 2014-12-18 22:33:23 +01:00
Index.h the great rename: array => object, list => array 2014-12-18 21:07:06 +01:00
ModificationOptions.cpp fixed empty error message 2015-01-09 23:29:36 +01:00
ModificationOptions.h Broken version, errors not yet fixed. 2014-12-23 16:51:48 +01:00
NodeFinder.cpp
NodeFinder.h
Optimizer.cpp prerequisites for further COLLECT optimizations 2015-01-07 09:42:46 +01:00
Optimizer.h prerequisites for further COLLECT optimizations 2015-01-07 09:42:46 +01:00
OptimizerRules.cpp Clarify code for cluster modififying AQL. 2015-01-12 10:37:06 +01:00
OptimizerRules.h prerequisites for further COLLECT optimizations 2015-01-07 09:42:46 +01:00
Parser.cpp documentation for data-modification operations with return values 2015-01-08 23:16:37 +01:00
Parser.h Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2015-01-07 15:50:44 +01:00
Query.cpp removed several JSON functions 2015-01-13 01:31:04 +01:00
Query.h The Big V8 upgrade Merge. 2014-12-15 17:30:56 +01:00
QueryRegistry.cpp Another fix for the distributed locking problem in cluster AQL. 2014-12-23 14:35:19 +01:00
QueryRegistry.h
QueryResult.h added missing arguments in constructor 2015-01-09 14:15:44 +01:00
QueryResultV8.h The Big V8 upgrade Merge. 2014-12-15 17:30:56 +01:00
Range.cpp
Range.h
RangeInfo.cpp the great rename: array => object, list => array 2014-12-18 21:07:06 +01:00
RangeInfo.h the great rename: array => object, list => array 2014-12-18 21:07:06 +01:00
RestAqlHandler.cpp Another fix for the distributed locking problem in cluster AQL. 2014-12-23 14:35:19 +01:00
RestAqlHandler.h Squashed commit of the following: organise locking in distributed AQL 2014-12-22 14:40:22 +01:00
Scopes.cpp
Scopes.h
V8Expression.cpp The Big V8 upgrade Merge. 2014-12-15 17:30:56 +01:00
V8Expression.h The Big V8 upgrade Merge. 2014-12-15 17:30:56 +01:00
Variable.cpp the great rename: array => object, list => array 2014-12-18 21:07:06 +01:00
Variable.h
VariableGenerator.cpp prerequisites for further COLLECT optimizations 2015-01-07 09:42:46 +01:00
VariableGenerator.h
WalkerWorker.h
grammar.cpp less string allocation when parsing numbers 2015-01-12 23:42:24 +01:00
grammar.h change precedence of NOT IN 2015-01-08 17:22:33 +01:00
grammar.y less string allocation when parsing numbers 2015-01-12 23:42:24 +01:00
tokens.cpp less string allocation when parsing numbers 2015-01-12 23:42:24 +01:00
tokens.ll less string allocation when parsing numbers 2015-01-12 23:42:24 +01:00
types.h