1
0
Fork 0
arangodb/arangod/Aql
James 5369f08454 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-10-21 12:11:21 +01:00
..
AqlItemBlock.cpp removed macro 2014-10-16 16:28:18 +02:00
AqlItemBlock.h some renaming 2014-10-16 17:23:50 +02:00
AqlValue.cpp Add more precise error messages to runtime errors with the update block 2014-10-21 12:45:02 +02:00
AqlValue.h some renaming 2014-10-16 17:23:50 +02:00
Arithmetic.h fixed tests 2014-10-14 13:20:10 +02:00
Ast.cpp handlescope 2014-10-17 15:56:03 +02:00
Ast.h removed optimization for range node 2014-10-14 13:22:04 +02:00
AstNode.cpp some renaming 2014-10-16 17:23:50 +02:00
AstNode.h some renaming 2014-10-16 17:23:50 +02:00
BindParameters.cpp the great rename 2014-09-13 00:10:11 +02:00
BindParameters.h the great rename 2014-09-13 00:10:11 +02:00
Collection.cpp fixed usage of indexes in cluster 2014-10-21 11:53:24 +02:00
Collection.h shardKeys method for Collection. 2014-10-17 11:06:57 +01:00
Collections.h removed "old" AQL function 2014-09-11 13:56:15 +02:00
ExecutionBlock.cpp Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-10-21 12:50:37 +02:00
ExecutionBlock.h Add more precise error messages to runtime errors with the update block 2014-10-21 12:45:02 +02:00
ExecutionEngine.cpp adding distribute node 2014-10-21 11:05:11 +01:00
ExecutionEngine.h Call shutdown() on execution abortion, so we don't leave trash behind on the cluster nodes. 2014-10-20 16:36:54 +02:00
ExecutionNode.cpp While cloning respect optionality of variables. 2014-10-21 13:01:38 +02:00
ExecutionNode.h Rename VarOverview into RegisterPlan, because that is what it is. 2014-10-20 09:14:01 +02:00
ExecutionPlan.cpp changed AQL optimizer to not throw 2014-10-14 10:14:40 +02:00
ExecutionPlan.h some renaming 2014-10-16 17:23:50 +02:00
ExecutionStats.cpp disabled optimization due to failing tests 2014-09-19 19:30:57 +02:00
ExecutionStats.h added some query statistics 2014-09-19 18:47:33 +02:00
Executor.cpp the great rename 2014-10-21 00:38:53 +02:00
Executor.h added enterContext and exitContext to Query 2014-10-17 12:01:50 +02:00
Expression.cpp v8 context handling 2014-10-17 15:25:06 +02:00
Expression.h v8 context handling 2014-10-17 15:25:06 +02:00
Function.cpp Styleguide cleanup: "initialize" 2014-09-09 11:49:44 +02:00
Function.h Styleguide cleanup: "initialize" 2014-09-09 11:49:44 +02:00
Functions.cpp removed macro 2014-10-16 16:28:18 +02:00
Functions.h removed macro 2014-10-16 16:28:18 +02:00
Index.h fixed usage of indexes in cluster 2014-10-21 11:53:24 +02:00
ModificationOptions.cpp We missed to output the modification options vector. 2014-09-16 18:25:41 +02:00
ModificationOptions.h We missed to output the modification options vector. 2014-09-16 18:25:41 +02:00
NodeFinder.cpp Add explicit namespace for template specialisation. 2014-09-18 23:32:33 +02:00
NodeFinder.h changed node detection for cluster 2014-09-18 13:21:58 +02:00
Optimizer.cpp adding distribute-in-cluster optimizer rule. 2014-10-14 10:19:27 +01:00
Optimizer.h adding distribute-in-cluster optimizer rule. 2014-10-14 10:19:27 +01:00
OptimizerRules.cpp fixing distribute in cluster optimizer rule. 2014-10-21 11:04:38 +01:00
OptimizerRules.h adding distribute-in-cluster optimizer rule. 2014-10-14 10:19:27 +01:00
Parser.cpp removed unused instance variable 2014-09-23 13:14:53 +02:00
Parser.h removed unused instance variable 2014-09-23 13:14:53 +02:00
Query.cpp Call shutdown() on execution abortion, so we don't leave trash behind on the cluster nodes. 2014-10-20 16:36:54 +02:00
Query.h start transactions on coordinator 2014-10-20 15:39:55 +02:00
QueryRegistry.cpp Sort out transactions in cluster, part I. 2014-10-17 15:25:46 +02:00
QueryRegistry.h some renaming 2014-10-16 17:23:50 +02:00
QueryResult.h added `profile` option 2014-09-19 01:02:39 +02:00
Range.cpp added missing files 2014-10-16 17:25:28 +02:00
Range.h some renaming 2014-10-16 17:23:50 +02:00
RangeInfo.cpp Change _equality detection. 2014-09-22 08:40:21 +02:00
RangeInfo.h Fix problems with variable bounds. 2014-09-22 23:30:22 +02:00
RestAqlHandler.cpp adding distribute block to RestAqlHandler. 2014-10-21 12:11:11 +01:00
RestAqlHandler.h removed HTTP DELETE handler 2014-10-20 08:52:44 +02:00
Scopes.cpp using emplace 2014-08-23 00:48:39 +02:00
Scopes.h
V8Expression.cpp removed macro 2014-10-16 16:28:18 +02:00
V8Expression.h some renaming 2014-10-16 17:23:50 +02:00
Variable.cpp removed unused code 2014-09-17 11:25:06 +02:00
Variable.h some renaming 2014-10-16 17:23:50 +02:00
VariableGenerator.cpp fixed some transaction threading errors 2014-10-06 18:39:01 +02:00
VariableGenerator.h some renaming 2014-10-16 17:23:50 +02:00
WalkerWorker.h Walker: add possibility to enter Subqueries on the way in 2014-10-15 14:59:06 +02:00
grammar.cpp added derived files 2014-09-15 09:46:56 +02:00
grammar.h added derived files 2014-09-15 09:46:56 +02:00
grammar.y added NOT IN operator, added keywords NOT, AND, OR 2014-09-14 01:34:58 +02:00
tokens.cpp fixed compile warning 2014-09-19 09:22:55 +02:00
tokens.ll fixed reporting error position in queries with newlines 2014-09-15 18:17:20 +02:00
types.h added missing files 2014-10-16 17:25:28 +02:00