.. |
AggregationOptions.cpp
|
allow overriding COLLECT method
|
2015-04-21 14:45:22 +02:00 |
AggregationOptions.h
|
allow overriding COLLECT method
|
2015-04-21 14:45:22 +02:00 |
AqlItemBlock.cpp
|
micro optimizations
|
2015-06-01 14:56:01 +02:00 |
AqlItemBlock.h
|
use indexes when referring to an attribute name via bind parameter
|
2015-05-08 12:39:55 +02:00 |
AqlItemBlockManager.cpp
|
recycle AqlItemBlocks
|
2015-04-27 12:41:55 +02:00 |
AqlItemBlockManager.h
|
recycle AqlItemBlocks
|
2015-04-27 12:41:55 +02:00 |
AqlValue.cpp
|
small optimizations for expressions
|
2015-06-02 09:17:50 +02:00 |
AqlValue.h
|
small optimizations for expressions
|
2015-06-02 09:17:50 +02:00 |
Arithmetic.h
|
fixed tests
|
2014-10-14 13:20:10 +02:00 |
Ast.cpp
|
issue #1341: Can't use bindvars in UPSERT
|
2015-05-28 14:28:23 +02:00 |
Ast.h
|
issue #1341: Can't use bindvars in UPSERT
|
2015-05-28 14:28:23 +02:00 |
AstNode.cpp
|
issue #1341: Can't use bindvars in UPSERT
|
2015-05-28 14:28:23 +02:00 |
AstNode.h
|
small optimizations for expressions
|
2015-06-02 09:17:50 +02:00 |
AttributeAccessor.cpp
|
micro optimizations
|
2015-06-02 14:12:48 +02:00 |
AttributeAccessor.h
|
micro optimizations
|
2015-06-02 14:12:48 +02:00 |
BindParameters.cpp
|
save some mallocs for strings in AQL
|
2015-05-18 23:40:28 +02:00 |
BindParameters.h
|
save some mallocs for strings in AQL
|
2015-05-18 23:40:28 +02:00 |
Collection.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into index-cxx
|
2015-05-26 17:07:26 +02: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
|
fixed up some headers
|
2015-04-24 13:11:29 +02: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
|
goodbye barriers, welcome ditches
|
2015-05-28 10:23:30 +02:00 |
ExecutionBlock.h
|
for equality-only comparisons evaluate dynamic expressions just once and not twice
|
2015-05-01 01:40:07 +02:00 |
ExecutionEngine.cpp
|
added static helper methods for cluster state
|
2015-05-20 13:51:02 +02:00 |
ExecutionEngine.h
|
return value optimization for AQL
|
2015-04-30 23:38:27 +02:00 |
ExecutionNode.cpp
|
several fixes for indexes
|
2015-05-26 13:35:11 +02:00 |
ExecutionNode.h
|
added alternative slice() method for AqlItemBlock
|
2015-04-28 22:47:07 +02:00 |
ExecutionPlan.cpp
|
moved UNSET() and KEEP() to cxx implementation
|
2015-04-22 13:21:05 +02:00 |
ExecutionPlan.h
|
allow overriding COLLECT method
|
2015-04-21 14:45:22 +02: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
|
cxxified more functions
|
2015-06-02 15:15:45 +02:00 |
Executor.h
|
slightly faster V8 => JSON conversion in AQL
|
2015-04-03 16:00:38 +02:00 |
Expression.cpp
|
small optimizations for expression
|
2015-06-02 09:18:13 +02:00 |
Expression.h
|
small optimizations for expressions
|
2015-06-02 09:17:50 +02: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
|
cxxified more functions
|
2015-06-02 15:15:45 +02:00 |
Functions.h
|
cxxified more functions
|
2015-06-02 15:15:45 +02:00 |
Index.h
|
several fixes for indexes
|
2015-05-26 13:35:11 +02:00 |
ModificationOptions.cpp
|
allow overriding COLLECT method
|
2015-04-21 14:45:22 +02: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
|
fixed collect in cluster
|
2015-04-16 21:10:48 +02:00 |
Optimizer.h
|
adjusted some tests
|
2015-04-15 23:45:07 +02:00 |
OptimizerRules.cpp
|
now compiles and links
|
2015-05-23 04:31:13 +02:00 |
OptimizerRules.h
|
initial commit
|
2015-04-15 19:04:21 +02: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
|
fixed over-eager V8 context entering and exiting in non-cluster mode
|
2015-05-27 14:02:13 +02:00 |
Query.h
|
fixed over-eager V8 context entering and exiting in non-cluster mode
|
2015-05-27 14:02:13 +02: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
|
call shutdown using an errorCode
|
2014-10-22 19:01:56 +02:00 |
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
|
Visual Studio adjustments
|
2015-04-30 11:46:55 +02:00 |
Range.h
|
some renaming
|
2014-10-16 17:23:50 +02:00 |
RangeInfo.cpp
|
fixed wrong index usage, added tests
|
2015-05-21 18:29:43 +02:00 |
RangeInfo.h
|
added reserve() method
|
2015-05-12 13:26:23 +02:00 |
RestAqlHandler.cpp
|
Visual Studio adjustments
|
2015-04-30 11:46:55 +02:00 |
RestAqlHandler.h
|
Add a second DispatcherQueue for AQL in the cluster.
|
2015-04-29 21:02:06 -07:00 |
Scopes.cpp
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
Scopes.h
|
fixed handling of ranges
|
2014-08-12 14:00:51 +02:00 |
ShortStringStorage.cpp
|
save some mallocs for strings in AQL
|
2015-05-18 23:40:28 +02:00 |
ShortStringStorage.h
|
save some mallocs for strings in AQL
|
2015-05-18 23:40:28 +02:00 |
V8Expression.cpp
|
better encapsulation of AqlItemBlock's values
|
2015-04-23 13:45:49 +02:00 |
V8Expression.h
|
better encapsulation of AqlItemBlock's values
|
2015-04-23 13:45:49 +02:00 |
Variable.cpp
|
the great rename: array => object, list => array
|
2014-12-18 21:07:06 +01:00 |
Variable.h
|
some renaming
|
2014-10-16 17:23:50 +02:00 |
VariableGenerator.cpp
|
increment _id in call to nextName()
|
2015-04-22 14:17:45 +02:00 |
VariableGenerator.h
|
increment _id in call to nextName()
|
2015-04-22 14:17:45 +02:00 |
WalkerWorker.h
|
Remove enterSubQueryFirst.
|
2014-10-29 11:37:06 +01:00 |
grammar.cpp
|
issue #1341: Can't use bindvars in UPSERT
|
2015-05-28 14:28:23 +02:00 |
grammar.h
|
issue #1341: Can't use bindvars in UPSERT
|
2015-05-28 14:28:23 +02:00 |
grammar.y
|
issue #1341: Can't use bindvars in UPSERT
|
2015-05-28 14:28:23 +02:00 |
tokens.cpp
|
simplification for comments parsing
|
2015-04-22 14:17:18 +02:00 |
tokens.ll
|
simplification for comments parsing
|
2015-04-22 14:17:18 +02:00 |
types.h
|
added missing files
|
2014-10-16 17:25:28 +02:00 |