1
0
Fork 0
arangodb/arangod/Aql
Jan Steemann 64d77cbe24 added query tracking feature 2015-03-12 13:02:13 +01:00
..
AqlItemBlock.cpp changed assertion types 2015-01-24 14:04:27 +01:00
AqlItemBlock.h changed assertion types 2015-01-24 14:04:27 +01:00
AqlValue.cpp a bit less copying 2015-02-04 00:23:17 +01:00
AqlValue.h issue #1265: arangod crashed with SIGSEGV 2015-03-11 12:19:34 +01:00
Arithmetic.h
Ast.cpp turn indexed accesses (e.g. a['foo']) into attribute accesses (e.g. a.foo) during AST optimization 2015-02-07 16:55:25 +01:00
Ast.h turn indexed accesses (e.g. a['foo']) into attribute accesses (e.g. a.foo) during AST optimization 2015-02-07 16:55:25 +01:00
AstNode.cpp dynamic attribute names in AQL 2015-02-03 22:51:40 +01:00
AstNode.h dynamic attribute names in AQL 2015-02-03 22:51:40 +01:00
BindParameters.cpp
BindParameters.h
Collection.cpp less locking for cluster status checks 2015-02-18 18:14:12 +01:00
Collection.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
CollectionScanner.cpp
CollectionScanner.h
Collections.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
ExecutionBlock.cpp issue #1265: arangod crashed with SIGSEGV 2015-03-11 12:19:34 +01:00
ExecutionBlock.h added `filtered` attribute to AQL execution statistics 2015-02-13 21:37:49 +01:00
ExecutionEngine.cpp less locking for cluster status checks 2015-02-18 18:14:12 +01:00
ExecutionEngine.h less locking for cluster status checks 2015-02-18 18:14:12 +01:00
ExecutionNode.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into sparse-indexes 2015-02-11 17:53:23 +01:00
ExecutionNode.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
ExecutionPlan.cpp 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
ExecutionPlan.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
ExecutionStats.cpp added `filtered` attribute to AQL execution statistics 2015-02-13 21:37:49 +01:00
ExecutionStats.h added `filtered` attribute to AQL execution statistics 2015-02-13 21:37:49 +01:00
Executor.cpp 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
Executor.h dynamic attribute names in AQL 2015-02-03 22:51:40 +01:00
Expression.cpp a bit less copying 2015-02-04 00:23:17 +01:00
Expression.h selectivty, try 0 2015-01-27 09:34:04 +01:00
Function.cpp
Function.h
Functions.cpp added fpconv_dtoa from https://github.com/night-shift/fpconv/ 2015-02-23 22:27:02 +01:00
Functions.h
Index.h small changes 2015-02-07 16:32:36 +01:00
ModificationOptions.cpp 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
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
NodeFinder.h
Optimizer.cpp less locking for cluster status checks 2015-02-18 18:14:12 +01:00
Optimizer.h added optimizer rule "propagate-constant-attributes" 2015-02-15 13:29:53 +01:00
OptimizerRules.cpp less locking for cluster status checks 2015-02-18 18:14:12 +01:00
OptimizerRules.h added optimizer rule "propagate-constant-attributes" 2015-02-15 13:29:53 +01:00
Parser.cpp dynamic attribute names in AQL 2015-02-03 22:51:40 +01:00
Parser.h less compile warnings in VS? 2015-02-17 16:13:06 +01:00
Query.cpp added query tracking feature 2015-03-12 13:02:13 +01:00
Query.h added query tracking feature 2015-03-12 13:02:13 +01:00
QueryList.cpp added query tracking feature 2015-03-12 13:02:13 +01:00
QueryList.h added query tracking feature 2015-03-12 13:02:13 +01:00
QueryRegistry.cpp Get rid of unnecessary warning about _lockedShards. 2015-01-30 15:04:39 +01:00
QueryRegistry.h
QueryResult.h added missing arguments in constructor 2015-01-09 14:15:44 +01:00
QueryResultV8.h
Range.cpp
Range.h
RangeInfo.cpp small changes 2015-02-07 16:32:36 +01:00
RangeInfo.h added `filtered` attribute to AQL execution statistics 2015-02-13 21:37:49 +01:00
RestAqlHandler.cpp Silence a few unnecessary error logs. 2015-01-30 15:24:34 +01:00
RestAqlHandler.h
Scopes.cpp
Scopes.h
V8Expression.cpp selectivty, try 0 2015-01-27 09:34:04 +01:00
V8Expression.h preparation for conditions 2015-01-25 10:40:13 +01:00
Variable.cpp
Variable.h
VariableGenerator.cpp prerequisites for further COLLECT optimizations 2015-01-07 09:42:46 +01:00
VariableGenerator.h
WalkerWorker.h
grammar.cpp Fixed tests for foxx on multiple databases. And added generated files 2015-02-25 10:44:15 +01:00
grammar.h Fixed tests for foxx on multiple databases. And added generated files 2015-02-25 10:44:15 +01:00
grammar.y 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
tokens.cpp include stdint early 2015-02-17 16:52:36 +01:00
tokens.ll include stdint early 2015-02-17 16:52:36 +01:00
types.h