.. |
Aggregator.cpp
|
use unique_ptrs
|
2017-02-24 18:03:40 +01:00 |
Aggregator.h
|
use unique_ptrs
|
2017-02-24 18:03:40 +01:00 |
AqlFunctionFeature.cpp
|
implement SLEEP() in C++
|
2017-03-28 09:45:53 +02:00 |
AqlFunctionFeature.h
|
move engine-specific optimizer rules into engine
|
2017-03-07 13:10:58 +01:00 |
AqlItemBlock.cpp
|
potential fixes for MSVC
|
2017-02-14 16:11:18 +01:00 |
AqlItemBlock.h
|
fixed memleak
|
2017-04-22 00:28:45 +02:00 |
AqlItemBlockManager.cpp
|
remove logging for non-topics
|
2017-02-10 09:32:50 +01:00 |
AqlItemBlockManager.h
|
remove static_assert (thanks MSVC)
|
2017-02-09 17:42:38 +01:00 |
AqlTransaction.cpp
|
honor transaction options
|
2017-06-01 02:01:33 +02:00 |
AqlTransaction.h
|
honor transaction options
|
2017-06-01 02:01:33 +02:00 |
AqlValue.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
AqlValue.h
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
Arithmetic.h
|
…
|
|
Ast.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
Ast.h
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
AstNode.cpp
|
Feature/optimizer rule remove filter covered by traversal (#2731)
|
2017-07-10 10:15:17 +02:00 |
AstNode.h
|
Feature/optimizer rule remove filter covered by traversal (#2731)
|
2017-07-10 10:15:17 +02:00 |
AttributeAccessor.cpp
|
potential fixes for MSVC
|
2017-02-14 16:11:18 +01:00 |
AttributeAccessor.h
|
renaming
|
2017-02-13 15:18:40 +01:00 |
BaseExpressionContext.cpp
|
added assertions
|
2017-02-01 11:44:30 +01:00 |
BaseExpressionContext.h
|
Squashed commit of the following:
|
2016-10-24 10:18:30 +02:00 |
BasicBlocks.cpp
|
reuse more AqlItemBlocks
|
2017-02-08 00:59:06 +01:00 |
BasicBlocks.h
|
micro optimizations
|
2017-02-03 16:51:41 +01:00 |
BindParameters.cpp
|
…
|
|
BindParameters.h
|
move parts from ProgramOptions from headers into cpp files
|
2017-05-23 10:30:36 +02:00 |
BlockCollector.cpp
|
fixed memleak
|
2017-04-22 00:28:45 +02:00 |
BlockCollector.h
|
reuse more AqlItemBlocks
|
2017-02-08 00:59:06 +01:00 |
CalculationBlock.cpp
|
initial version of query execution plan cache, still very rough
|
2017-02-21 11:58:38 +01:00 |
CalculationBlock.h
|
micro optimizations
|
2017-02-03 16:51:41 +01:00 |
ClusterBlocks.cpp
|
remove only-assigned string variable
|
2017-06-08 22:20:48 +02:00 |
ClusterBlocks.h
|
Fix unlocking of AQL queries in the cluster
|
2017-04-10 17:01:24 +02:00 |
ClusterNodes.cpp
|
initial version of query execution plan cache, still very rough
|
2017-02-21 11:58:38 +01:00 |
ClusterNodes.h
|
Implement attributePath access for SortElementVector and in GatherBlock.
|
2017-01-18 15:32:59 +01:00 |
CollectBlock.cpp
|
fix invalid first group results for sorted AQL COLLECT when LIMIT was used (#2577)
|
2017-06-16 09:44:14 +02:00 |
CollectBlock.h
|
fix invalid first group results for sorted AQL COLLECT when LIMIT was used (#2577)
|
2017-06-16 09:44:14 +02:00 |
CollectNode.cpp
|
initial version of query execution plan cache, still very rough
|
2017-02-21 11:58:38 +01:00 |
CollectNode.h
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
CollectOptions.cpp
|
fixed some issues detected by coverity build tool
|
2016-12-12 15:41:54 +01:00 |
CollectOptions.h
|
remove TRI_json_t remainders
|
2016-08-18 16:13:52 +02:00 |
Collection.cpp
|
pass trx into numberDocuments
|
2017-03-31 11:33:16 +02:00 |
Collection.h
|
pass trx into numberDocuments
|
2017-03-31 11:33:16 +02:00 |
Collections.cpp
|
fix MSVC compile warnings
|
2017-01-31 17:02:17 +01:00 |
Collections.h
|
initial version of query execution plan cache, still very rough
|
2017-02-21 11:58:38 +01:00 |
Condition.cpp
|
Feature/optimizer rule remove filter covered by traversal (#2731)
|
2017-07-10 10:15:17 +02:00 |
Condition.h
|
Feature/optimizer rule remove filter covered by traversal (#2731)
|
2017-07-10 10:15:17 +02:00 |
ConditionFinder.cpp
|
removed unused node type
|
2017-02-14 16:52:30 +01:00 |
ConditionFinder.h
|
…
|
|
DocumentProducingBlock.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
DocumentProducingBlock.h
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
DocumentProducingNode.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
DocumentProducingNode.h
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
EnumerateCollectionBlock.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
EnumerateCollectionBlock.h
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
EnumerateListBlock.cpp
|
simplified internal APIs a bit
|
2017-02-15 12:42:07 +01:00 |
EnumerateListBlock.h
|
improve error messages if FOR doesn't find proper values to work with
|
2017-01-10 13:17:04 +01:00 |
ExecutionBlock.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
ExecutionBlock.h
|
added proper docs for --query.fail-on-warning
|
2017-05-29 15:46:48 +02:00 |
ExecutionEngine.cpp
|
added test for shardids restriction
|
2017-05-29 17:02:16 +02:00 |
ExecutionEngine.h
|
simplified internal APIs a bit
|
2017-02-15 12:42:07 +01:00 |
ExecutionNode.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
ExecutionNode.h
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
ExecutionPlan.cpp
|
added proper docs for --query.fail-on-warning
|
2017-05-29 15:46:48 +02:00 |
ExecutionPlan.h
|
initial version of query execution plan cache, still very rough
|
2017-02-21 11:58:38 +01:00 |
ExecutionStats.cpp
|
simplify stats a bit
|
2017-02-03 11:47:09 +01:00 |
ExecutionStats.h
|
fix cluster AQL statistics
|
2017-02-03 11:47:36 +01:00 |
Executor.cpp
|
remove logging for non-topics
|
2017-02-10 09:32:50 +01: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
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
Expression.h
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
ExpressionContext.h
|
Squashed commit of the following:
|
2016-10-24 10:18:30 +02:00 |
FixedVarExpressionContext.cpp
|
potential fixes for MSVC
|
2017-02-14 16:11:18 +01:00 |
FixedVarExpressionContext.h
|
renaming
|
2017-02-13 15:18:40 +01:00 |
Function.cpp
|
…
|
|
Function.h
|
…
|
|
Functions.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
Functions.h
|
implement SLEEP() in C++
|
2017-03-28 09:45:53 +02:00 |
GraphNode.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
GraphNode.h
|
attempt to fix broken graph stuff
|
2017-04-20 22:14:30 +02:00 |
Graphs.cpp
|
fix potential memory issue
|
2017-02-27 12:01:14 +01:00 |
Graphs.h
|
Added a self-contained edge condition builder that allows to create AQL conditions without actually having an AQL query. The RestEdgesHandler uses it to serve requests for edges now. Removed undocumented endpoints PUT/POST /_api/edges as obsolete.
|
2017-02-09 17:15:42 +01:00 |
IndexBlock.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
IndexBlock.h
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
IndexNode.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
IndexNode.h
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
ModificationBlocks.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
ModificationBlocks.h
|
renaming
|
2017-02-13 15:18:40 +01:00 |
ModificationNodes.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +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
|
move engine-specific optimizer rules into engine
|
2017-03-07 13:10:58 +01:00 |
Optimizer.h
|
Fixed forward declaration. Was declared as class but is a struct
|
2017-03-08 13:25:37 +01:00 |
OptimizerRule.h
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
OptimizerRules.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
OptimizerRules.h
|
Feature/optimizer rule remove filter covered by traversal (#2731)
|
2017-07-10 10:15:17 +02:00 |
OptimizerRulesFeature.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
OptimizerRulesFeature.h
|
move engine-specific V8 functions into storage engine
|
2017-03-09 12:59:44 +01:00 |
Parser.cpp
|
added proper docs for --query.fail-on-warning
|
2017-05-29 15:46:48 +02:00 |
Parser.h
|
some refactoring
|
2017-05-23 13:18:51 +02:00 |
PlanCache.cpp
|
some refactoring
|
2017-05-23 13:18:51 +02:00 |
PlanCache.h
|
move
|
2017-05-23 18:02:17 +02:00 |
Quantifier.cpp
|
Feature/optimizer rule remove filter covered by traversal (#2731)
|
2017-07-10 10:15:17 +02:00 |
Quantifier.h
|
Feature/optimizer rule remove filter covered by traversal (#2731)
|
2017-07-10 10:15:17 +02:00 |
Query.cpp
|
Feature/auth context (#2815)
|
2017-07-16 09:39:03 +02:00 |
Query.h
|
fix query execution times that may have different between batches (#2606)
|
2017-06-19 17:47:32 +02:00 |
QueryCache.cpp
|
some refactoring
|
2017-05-23 13:18:51 +02:00 |
QueryCache.h
|
some refactoring
|
2017-05-23 13:18:51 +02:00 |
QueryExecutionState.cpp
|
show collection load time in slow queries
|
2017-03-17 09:28:53 +01:00 |
QueryExecutionState.h
|
show collection load time in slow queries
|
2017-03-17 09:28:53 +01:00 |
QueryList.cpp
|
some refactoring
|
2017-05-23 13:18:51 +02:00 |
QueryList.h
|
move parts from ProgramOptions from headers into cpp files
|
2017-05-23 10:30:36 +02:00 |
QueryOptions.cpp
|
honor transaction options
|
2017-06-01 02:01:33 +02:00 |
QueryOptions.h
|
pass transaction options into AQL queries
|
2017-05-31 16:23:04 +02:00 |
QueryProfile.cpp
|
fix query execution times that may have different between batches (#2606)
|
2017-06-19 17:47:32 +02:00 |
QueryProfile.h
|
fix query execution times that may have different between batches (#2606)
|
2017-06-19 17:47:32 +02:00 |
QueryRegistry.cpp
|
Fix a shutdown bug in the cluster: a destroyed query could still be u… (#2675)
|
2017-06-29 08:47:54 +02:00 |
QueryRegistry.h
|
Fix a shutdown bug in the cluster: a destroyed query could still be u… (#2675)
|
2017-06-29 08:47:54 +02:00 |
QueryResources.cpp
|
initial version of query execution plan cache, still very rough
|
2017-02-21 11:58:38 +01:00 |
QueryResources.h
|
initial version of query execution plan cache, still very rough
|
2017-02-21 11:58:38 +01:00 |
QueryResult.h
|
renaming
|
2017-02-27 14:38:27 +01:00 |
QueryResultV8.h
|
simplifications
|
2017-02-17 17:10:13 +01:00 |
QueryString.cpp
|
some refactoring
|
2017-05-23 13:18:51 +02:00 |
QueryString.h
|
some refactoring
|
2017-05-23 13:18:51 +02:00 |
Range.cpp
|
…
|
|
Range.h
|
…
|
|
ResourceUsage.h
|
added optional memory limit for AQL queries
|
2016-12-06 13:23:41 +01:00 |
RestAqlHandler.cpp
|
Fix a shutdown bug in the cluster: a destroyed query could still be u… (#2675)
|
2017-06-29 08:47:54 +02:00 |
RestAqlHandler.h
|
renaming
|
2017-02-27 14:38:27 +01:00 |
Scopes.cpp
|
use bulk allocator for index elements
|
2016-12-09 21:40:49 +01:00 |
Scopes.h
|
…
|
|
ShortStringStorage.cpp
|
added optional memory limit for AQL queries
|
2016-12-06 13:23:41 +01:00 |
ShortStringStorage.h
|
fixed compile warnings
|
2016-12-06 14:34:14 +01:00 |
ShortestPathBlock.cpp
|
Removed double include due to hidden merge conflict.
|
2017-04-26 11:04:01 +02:00 |
ShortestPathBlock.h
|
ShortestPathBlock does not use EdgeCollectionInfo anymore. Replaced by EdgeCursors
|
2017-04-26 10:21:18 +02:00 |
ShortestPathNode.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
ShortestPathNode.h
|
More unified merge of Traverser- and ShortestPath- into GraphNode. Now the ShortestPathNode creates TraverserEngines on the Cluster. Finally everything ready to wire computation together
|
2017-04-19 15:23:37 +02:00 |
SortBlock.cpp
|
simplified internal APIs a bit
|
2017-02-15 12:42:07 +01:00 |
SortBlock.h
|
renaming
|
2017-02-13 15:18:40 +01:00 |
SortCondition.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
SortCondition.h
|
…
|
|
SortNode.cpp
|
Implement attributePath access for SortElementVector and in GatherBlock.
|
2017-01-18 15:32:59 +01:00 |
SortNode.h
|
Implement attributePath access for SortElementVector and in GatherBlock.
|
2017-01-18 15:32:59 +01:00 |
SubqueryBlock.cpp
|
simplified internal APIs a bit
|
2017-02-15 12:42:07 +01:00 |
SubqueryBlock.h
|
renaming
|
2017-02-13 12:27:26 +01:00 |
TraversalBlock.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
TraversalBlock.h
|
micro optimizations
|
2017-02-03 16:51:41 +01:00 |
TraversalConditionFinder.cpp
|
Feature/optimizer rule remove filter covered by traversal (#2731)
|
2017-07-10 10:15:17 +02:00 |
TraversalConditionFinder.h
|
The TraversalConditionFinder will now normalize all filters, before checking if they are valid
|
2017-01-27 09:57:46 +01:00 |
TraversalNode.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
TraversalNode.h
|
Fixing warnings
|
2017-04-20 19:07:30 +02:00 |
V8Expression.cpp
|
potential fixes for MSVC
|
2017-02-14 16:11:18 +01:00 |
V8Expression.h
|
renaming
|
2017-02-13 15:18:40 +01:00 |
Variable.cpp
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
Variable.h
|
Feature/reduce extraction to projection (#2792)
|
2017-07-14 08:40:29 +02:00 |
VariableGenerator.cpp
|
initial version of query execution plan cache, still very rough
|
2017-02-21 11:58:38 +01:00 |
VariableGenerator.h
|
initial version of query execution plan cache, still very rough
|
2017-02-21 11:58:38 +01:00 |
WalkerWorker.h
|
…
|
|
grammar.cpp
|
Squashed commit of the following:
|
2017-04-13 17:00:44 +02:00 |
grammar.h
|
factored out AccessMode from transaction.h
|
2017-01-25 11:57:21 +01:00 |
grammar.hpp
|
factored out AccessMode from transaction.h
|
2017-01-25 11:57:21 +01:00 |
grammar.y
|
factored out AccessMode from transaction.h
|
2017-01-25 11:57:21 +01:00 |
tokens.cpp
|
some refactoring
|
2017-05-23 13:18:51 +02:00 |
tokens.ll
|
some refactoring
|
2017-05-23 13:18:51 +02:00 |
types.h
|
…
|
|