1
0
Fork 0
arangodb/arangod/Aql
Jan Steemann 689c7fbdc3 fixed issue #2183 2016-11-21 13:41:49 +01:00
..
Aggregator.cpp Merge branch 'MIT' of github.com:arangodb/arangodb into generic-col-types 2016-09-06 09:33:23 +02:00
Aggregator.h Merge branch 'MIT' of github.com:arangodb/arangodb into generic-col-types 2016-09-06 09:33:23 +02:00
AqlItemBlock.cpp Merge branch 'MIT' of github.com:arangodb/arangodb into generic-col-types 2016-09-06 09:33:23 +02:00
AqlItemBlock.h Merge branch 'devel' of github.com:arangodb/arangodb into MIT 2016-07-26 09:43:48 +02:00
AqlItemBlockManager.cpp
AqlItemBlockManager.h
AqlValue.cpp Squashed commit of the following: 2016-10-24 10:18:30 +02:00
AqlValue.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
Arithmetic.h
Ast.cpp Fixed potential undefined behavior with temporary objects. 2016-11-02 12:37:04 +01:00
Ast.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
AstNode.cpp micro optimizations 2016-11-01 15:23:28 +01:00
AstNode.h micro optimizations 2016-11-01 15:23:28 +01:00
AttributeAccessor.cpp Squashed commit of the following: 2016-10-24 10:18:30 +02:00
AttributeAccessor.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
BaseExpressionContext.cpp Finally variables can be used in path based filtering again. They are evaluated once before the execution starts (for every start vertex) 2016-07-25 17:38:52 +02:00
BaseExpressionContext.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
BasicBlocks.cpp Put tracing of AQL queries in. 2016-10-19 11:36:29 +02:00
BasicBlocks.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
BindParameters.cpp
BindParameters.h
CalculationBlock.cpp Put tracing of AQL queries in. 2016-10-19 11:36:29 +02:00
CalculationBlock.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
ClusterBlocks.cpp Fixed UPSERT problems in cluster. 2016-10-20 00:58:01 +02:00
ClusterBlocks.h Fixed UPSERT problems in cluster. 2016-10-20 00:58:01 +02:00
ClusterNodes.cpp Silence a warning of cppcheck about uninitialized member. 2016-10-20 11:38:26 +02:00
ClusterNodes.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
CollectBlock.cpp remove TRI_json_t remainders 2016-08-18 16:13:52 +02:00
CollectBlock.h Removed AqlTransaction wherever possible. Added an InjectTransaction for the aql query, used by TraverserEngine. Also fixed TraverserEngine from/to velocypack functions. 2016-07-28 17:05:00 +02:00
CollectNode.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-30 16:07:50 +02:00
CollectNode.h remove TRI_json_t remainders 2016-08-18 16:13:52 +02:00
CollectOptions.cpp remove TRI_json_t remainders 2016-08-18 16:13:52 +02:00
CollectOptions.h remove TRI_json_t remainders 2016-08-18 16:13:52 +02:00
Collection.cpp Improve collection handling in AQL (still far from good). 2016-10-07 13:11:53 +02:00
Collection.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
CollectionScanner.cpp fixed windows compile errors 2016-10-24 11:17:56 +02:00
CollectionScanner.h fix struct/class mismatch 2016-10-24 10:55:29 +02:00
Collections.cpp
Collections.h
Condition.cpp when querying edge index selectivity, pass attribute name (i.e. _from, _to) so the selectivity of the correct index part can be returned 2016-11-11 11:01:04 +01:00
Condition.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
ConditionFinder.cpp issue #2071 2016-09-22 20:29:27 +02:00
ConditionFinder.h
EnumerateCollectionBlock.cpp Squashed commit of the following: 2016-10-24 10:18:30 +02:00
EnumerateCollectionBlock.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
EnumerateListBlock.cpp Put tracing of AQL queries in. 2016-10-19 11:36:29 +02:00
EnumerateListBlock.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
ExecutionBlock.cpp Added some more AQL trace output. 2016-10-19 15:17:44 +02:00
ExecutionBlock.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
ExecutionEngine.cpp Only create traverserEngines that actually have shards 2016-10-21 11:28:46 +02:00
ExecutionEngine.h fixed issue #1941 2016-07-14 10:08:17 +02:00
ExecutionNode.cpp added assertions 2016-09-13 12:14:46 +02:00
ExecutionNode.h Put tracing of AQL queries in. 2016-10-19 11:36:29 +02:00
ExecutionPlan.cpp micro optimizations 2016-11-01 15:23:28 +01:00
ExecutionPlan.h Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-30 16:07:50 +02:00
ExecutionStats.cpp add state "loading collections" to query profile results 2016-10-13 10:31:16 +02:00
ExecutionStats.h
Executor.cpp throw OOM error in case no buffer can be allocated 2016-08-26 11:00:05 +02:00
Executor.h Attempt not to bypass error handling so we hopefully get some more information on issue #2011 2016-08-23 17:02:28 +02:00
Expression.cpp micro optimizations 2016-11-01 15:23:28 +01:00
Expression.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
ExpressionContext.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
FixedVarExpressionContext.cpp Added an option to serialize Variables in TraverserOptions. 2016-10-10 14:38:55 +02:00
FixedVarExpressionContext.h Added an option to serialize Variables in TraverserOptions. 2016-10-10 14:38:55 +02:00
Function.cpp
Function.h
FunctionDefinitions.cpp added experimental `REGEX_REPLACE` AQL function 2016-11-03 00:40:19 +01:00
FunctionDefinitions.h
Functions.cpp fixed issue #2183 2016-11-21 13:41:49 +01:00
Functions.h added experimental `REGEX_REPLACE` AQL function 2016-11-03 00:40:19 +01:00
Graphs.cpp Finding graphs by name now resolve externals one step earlier. 2016-09-15 10:04:36 +02:00
Graphs.h The TraversalNode in AQL now can enhance the TraverserEngine information. 2016-09-13 14:43:25 +02:00
IndexBlock.cpp Squashed commit of the following: 2016-10-24 10:18:30 +02:00
IndexBlock.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
IndexNode.cpp remove TRI_json_t remainders 2016-08-18 16:13:52 +02:00
IndexNode.h remove TRI_json_t remainders 2016-08-18 16:13:52 +02:00
ModificationBlocks.cpp Fixed babies and errors in AQL Modification cluster blocks. 2016-10-20 18:13:11 +02:00
ModificationBlocks.h Fixed babies and errors in AQL Modification cluster blocks. 2016-10-20 18:13:11 +02:00
ModificationNodes.cpp remove TRI_json_t remainders 2016-08-18 16:13:52 +02:00
ModificationNodes.h Fix UPSERT in cluster. 2016-10-14 22:00:07 +02:00
ModificationOptions.cpp Fix writing of edges in AQL to smart edge collections. 2016-10-10 00:25:46 +02:00
ModificationOptions.h Fix writing of edges in AQL to smart edge collections. 2016-10-10 00:25:46 +02:00
NodeFinder.cpp
NodeFinder.h
Optimizer.cpp display index usage of traversals in AQL explainer output (previously missing) 2016-11-10 12:49:02 +01:00
Optimizer.h display index usage of traversals in AQL explainer output (previously missing) 2016-11-10 12:49:02 +01:00
OptimizerRules.cpp display index usage of traversals in AQL explainer output (previously missing) 2016-11-10 12:49:02 +01:00
OptimizerRules.h display index usage of traversals in AQL explainer output (previously missing) 2016-11-10 12:49:02 +01:00
Parser.cpp removed JsonHelper 2016-08-19 12:24:12 +02:00
Parser.h
Quantifier.cpp changed behavior of array comparison operators for empty arrays 2016-09-21 11:01:59 +02:00
Quantifier.h changed behavior of array comparison operators for empty arrays 2016-09-21 11:01:59 +02:00
Query.cpp Squashed commit of the following: 2016-10-24 10:18:30 +02:00
Query.h Put tracing of AQL queries in. 2016-10-19 11:36:29 +02:00
QueryCache.cpp Squashed commit of the following: 2016-10-24 10:18:30 +02:00
QueryCache.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
QueryList.cpp
QueryList.h
QueryRegistry.cpp Squashed commit of the following: 2016-10-24 10:18:30 +02:00
QueryRegistry.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
QueryResult.h
QueryResultV8.h
Range.cpp
Range.h
RestAqlHandler.cpp do not url-decode paths eagerly 2016-11-15 15:46:21 +01:00
RestAqlHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
Scopes.cpp
Scopes.h
ShortStringStorage.cpp
ShortStringStorage.h
ShortestPathBlock.cpp performance optimizations 2016-11-09 14:46:50 +01:00
ShortestPathBlock.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
ShortestPathNode.cpp Merge branch 'MIT' of github.com:arangodb/arangodb into generic-col-types 2016-09-06 09:33:23 +02:00
ShortestPathNode.h Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-30 16:07:50 +02:00
ShortestPathOptions.cpp remove TRI_json_t remainders 2016-08-18 16:13:52 +02:00
ShortestPathOptions.h remove TRI_json_t remainders 2016-08-18 16:13:52 +02:00
SortBlock.cpp Squashed commit of the following: 2016-10-24 10:18:30 +02:00
SortBlock.h make sort a bit more clever 2016-10-07 16:09:28 +02:00
SortCondition.cpp Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into generic-col-types 2016-08-25 11:08:39 +02:00
SortCondition.h
SortNode.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types 2016-09-07 10:01:49 +02:00
SortNode.h Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache 2016-08-23 12:13:08 +02:00
SubqueryBlock.cpp Put tracing of AQL queries in. 2016-10-19 11:36:29 +02:00
SubqueryBlock.h
TraversalBlock.cpp Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-10-24 07:35:32 -07:00
TraversalBlock.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
TraversalConditionFinder.cpp fixes for Visual Studio 2016-10-31 12:16:39 +01:00
TraversalConditionFinder.h
TraversalNode.cpp display index usage of traversals in AQL explainer output (previously missing) 2016-11-10 12:49:02 +01:00
TraversalNode.h Add support in AQL for smart edge collections in traversals. 2016-09-29 10:57:49 +02:00
V8Expression.cpp Merge branch 'MIT' of github.com:arangodb/arangodb into generic-col-types 2016-09-06 09:33:23 +02:00
V8Expression.h Fixed tests in Traversal. SingleServer all simple conditions are working and optimized. It does not yet work if one of the conditions requires v8 or a Variable. 2016-07-25 09:49:48 +02:00
Variable.cpp
Variable.h
VariableGenerator.cpp
VariableGenerator.h
WalkerWorker.h
grammar.cpp well tested auto adaptation 2016-10-31 14:35:15 +01:00
grammar.h well tested auto adaptation 2016-10-31 14:35:15 +01:00
grammar.y
tokens.cpp Removed AqlTransaction wherever possible. Added an InjectTransaction for the aql query, used by TraverserEngine. Also fixed TraverserEngine from/to velocypack functions. 2016-07-28 17:05:00 +02:00
tokens.ll Removed AqlTransaction wherever possible. Added an InjectTransaction for the aql query, used by TraverserEngine. Also fixed TraverserEngine from/to velocypack functions. 2016-07-28 17:05:00 +02:00
types.h