| .. |
|
AqlItemBlock.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into data-modification
|
2015-03-20 21:54:39 +01:00 |
|
AqlItemBlock.h
|
added more tests
|
2015-03-19 18:21:00 +01:00 |
|
AqlValue.cpp
|
upsert blocks
|
2015-03-23 15:31:07 +01:00 |
|
AqlValue.h
|
upsert blocks
|
2015-03-23 15:31:07 +01:00 |
|
Arithmetic.h
|
…
|
|
|
Ast.cpp
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
|
Ast.h
|
added documentation for UPSERT
|
2015-03-24 00:44:52 +01:00 |
|
AstNode.cpp
|
fixed Visual Studio compile errors
|
2015-03-26 10:34:38 +01:00 |
|
AstNode.h
|
added documentation for UPSERT
|
2015-03-24 00:44:52 +01:00 |
|
BindParameters.cpp
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
|
BindParameters.h
|
…
|
|
|
Collection.cpp
|
added cluster tests
|
2015-03-24 18:28:55 +01:00 |
|
Collection.h
|
fixed some cluster plans
|
2015-03-17 13:52:09 +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
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into data-modification
|
2015-03-23 15:31:41 +01:00 |
|
ExecutionBlock.cpp
|
fixed wrong return value
|
2015-03-25 13:03:49 +01:00 |
|
ExecutionBlock.h
|
added cluster tests
|
2015-03-24 18:28:55 +01:00 |
|
ExecutionEngine.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into data-modification
|
2015-03-23 15:31:41 +01:00 |
|
ExecutionEngine.h
|
less locking for cluster status checks
|
2015-02-18 18:14:12 +01:00 |
|
ExecutionNode.cpp
|
fixed Visual Studio compile errors
|
2015-03-26 10:34:38 +01:00 |
|
ExecutionNode.h
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
|
ExecutionPlan.cpp
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
|
ExecutionPlan.h
|
upsert blocks
|
2015-03-23 15:31:07 +01:00 |
|
ExecutionStats.cpp
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
|
ExecutionStats.h
|
added `filtered` attribute to AQL execution statistics
|
2015-02-13 21:37:49 +01:00 |
|
Executor.cpp
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
|
Executor.h
|
dynamic attribute names in AQL
|
2015-02-03 22:51:40 +01:00 |
|
Expression.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into data-modification
|
2015-03-23 15:31:41 +01:00 |
|
Expression.h
|
selectivty, try 0
|
2015-01-27 09:34:04 +01:00 |
|
Function.cpp
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
|
Function.h
|
added several AQL functions
|
2014-11-28 17:34:29 +01:00 |
|
Functions.cpp
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
|
Functions.h
|
the great rename: array => object, list => array
|
2014-12-18 22:33:23 +01:00 |
|
Index.h
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +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
|
Add explicit namespace for template specialisation.
|
2014-09-18 23:32:33 +02:00 |
|
NodeFinder.h
|
fixed some API errors
|
2014-10-28 11:30:49 +01:00 |
|
Optimizer.cpp
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
|
Optimizer.h
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
|
OptimizerRules.cpp
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
|
OptimizerRules.h
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
|
Parser.cpp
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
|
Parser.h
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
|
Query.cpp
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
|
Query.h
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
|
QueryList.cpp
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
|
QueryList.h
|
added more tests
|
2015-03-14 20:49:22 +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
|
The Big V8 upgrade Merge.
|
2014-12-15 17:30:56 +01: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
|
small logging refactoring
|
2015-03-26 03:09:07 +01:00 |
|
RangeInfo.h
|
added `filtered` attribute to AQL execution statistics
|
2015-02-13 21:37:49 +01:00 |
|
RestAqlHandler.cpp
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05: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
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
|
Scopes.h
|
…
|
|
|
V8Expression.cpp
|
added cluster tests
|
2015-03-24 14:34:09 +01:00 |
|
V8Expression.h
|
preparation for conditions
|
2015-01-25 10:40:13 +01:00 |
|
Variable.cpp
|
the great rename: array => object, list => array
|
2014-12-18 21:07:06 +01:00 |
|
Variable.h
|
…
|
|
|
VariableGenerator.cpp
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
|
VariableGenerator.h
|
…
|
|
|
WalkerWorker.h
|
…
|
|
|
grammar.cpp
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
|
grammar.h
|
added tests
|
2015-03-23 22:28:26 +01:00 |
|
grammar.y
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
|
tokens.cpp
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
|
tokens.ll
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
|
types.h
|
…
|
|