.. |
AqlItemBlock.cpp
|
added optional COUNT clause for AQL COLLECT
|
2014-12-12 17:18:04 +01:00 |
AqlItemBlock.h
|
optimizations
|
2014-12-04 16:33:48 +01:00 |
AqlValue.cpp
|
The Big V8 upgrade Merge.
|
2014-12-15 17:30:56 +01:00 |
AqlValue.h
|
The Big V8 upgrade Merge.
|
2014-12-15 17:30:56 +01:00 |
Arithmetic.h
|
fixed tests
|
2014-10-14 13:20:10 +02:00 |
Ast.cpp
|
The Big V8 upgrade Merge.
|
2014-12-15 17:30:56 +01:00 |
Ast.h
|
added optional COUNT clause for AQL COLLECT
|
2014-12-12 17:18:04 +01:00 |
AstNode.cpp
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-feature-index-or
|
2014-12-15 21:53:51 +01:00 |
AstNode.h
|
added optional COUNT clause for AQL COLLECT
|
2014-12-12 17:18:04 +01:00 |
BindParameters.cpp
|
Get rid of some TODOs and FIXMEs.
|
2014-10-29 11:25:30 +01:00 |
BindParameters.h
|
the great rename
|
2014-09-13 00:10:11 +02:00 |
Collection.cpp
|
fixed non-working DistributeBlock
|
2014-10-22 12:07:31 +02:00 |
Collection.h
|
sort and cache list expression values
|
2014-10-29 01:02:20 +01:00 |
Collections.h
|
removed "old" AQL function
|
2014-09-11 13:56:15 +02:00 |
ExecutionBlock.cpp
|
fixed ranges, added tests
|
2014-12-16 13:54:46 +01:00 |
ExecutionBlock.h
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-feature-index-or
|
2014-12-15 21:53:51 +01:00 |
ExecutionEngine.cpp
|
Better error handling and cleanup if instanciation runs into error.
|
2014-12-01 18:26:03 +01:00 |
ExecutionEngine.h
|
Remove Explain of cluster snippets
|
2014-10-27 16:10:13 +01:00 |
ExecutionNode.cpp
|
The Big V8 upgrade Merge.
|
2014-12-15 17:30:56 +01:00 |
ExecutionNode.h
|
changed `COLLECT...INTO x COUNT` to `COLLECT...WITH COUNT INTO x`
|
2014-12-12 23:02:24 +01:00 |
ExecutionPlan.cpp
|
added optional COUNT clause for AQL COLLECT
|
2014-12-12 17:18:04 +01:00 |
ExecutionPlan.h
|
added optional COUNT clause for AQL COLLECT
|
2014-12-12 17:18:04 +01:00 |
ExecutionStats.cpp
|
re-added support for fullCount
|
2014-11-01 15:20:05 +01:00 |
ExecutionStats.h
|
re-added support for fullCount
|
2014-11-01 15:20:05 +01:00 |
Executor.cpp
|
The Big V8 upgrade Merge.
|
2014-12-15 17:30:56 +01:00 |
Executor.h
|
report warnings in queries
|
2014-10-30 17:33:15 +01:00 |
Expression.cpp
|
The Big V8 upgrade Merge.
|
2014-12-15 17:30:56 +01:00 |
Expression.h
|
prevent double-free of variable bounds
|
2014-12-03 17:45:46 +01:00 |
Function.cpp
|
determine whether calculations may run on a DB server
|
2014-10-27 12:04:06 +01:00 |
Function.h
|
added several AQL functions
|
2014-11-28 17:34:29 +01:00 |
Functions.cpp
|
implemented LENGTH in C++
|
2014-12-04 17:10:48 +01:00 |
Functions.h
|
implemented LENGTH in C++
|
2014-12-04 17:10:48 +01:00 |
Index.h
|
fixed usage of indexes in cluster
|
2014-10-21 11:53:24 +02:00 |
ModificationOptions.cpp
|
fixed default behavior of merge
|
2014-12-08 11:23:05 +01:00 |
ModificationOptions.h
|
fixed default behavior of merge
|
2014-12-08 11:23:05 +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
|
Optimizer: Enable removing of filternodes if the index can handle the filter condition.
|
2014-12-12 21:39:35 +01:00 |
Optimizer.h
|
Optimizer: Enable removing of filternodes if the index can handle the filter condition.
|
2014-12-12 21:39:35 +01:00 |
OptimizerRules.cpp
|
fixed ranges, added tests
|
2014-12-16 13:54:46 +01:00 |
OptimizerRules.h
|
optimize away `INTO` of `COLLECT` if unused
|
2014-12-03 13:49:03 +01:00 |
Parser.cpp
|
leaner and meaner error messages
|
2014-11-07 10:53:00 +01:00 |
Parser.h
|
report warnings in queries
|
2014-10-30 17:33:15 +01:00 |
Query.cpp
|
The Big V8 upgrade Merge.
|
2014-12-15 17:30:56 +01:00 |
Query.h
|
The Big V8 upgrade Merge.
|
2014-12-15 17:30:56 +01:00 |
QueryRegistry.cpp
|
sort and cache list expression values
|
2014-10-29 01:02:20 +01:00 |
QueryRegistry.h
|
call shutdown using an errorCode
|
2014-10-22 19:01:56 +02:00 |
QueryResult.h
|
Directly route results to v8-objects instead of going via a json object when calling AQL from a V8 context
|
2014-11-05 10:56:10 +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
|
fixed ranges, added tests
|
2014-12-16 13:54:46 +01:00 |
RangeInfo.h
|
fixed ranges, added tests
|
2014-12-16 13:54:46 +01:00 |
RestAqlHandler.cpp
|
added optimizer statistics
|
2014-12-03 11:38:56 +01:00 |
RestAqlHandler.h
|
removed HTTP DELETE handler
|
2014-10-20 08:52:44 +02:00 |
Scopes.cpp
|
using emplace
|
2014-08-23 00:48:39 +02:00 |
Scopes.h
|
…
|
|
V8Expression.cpp
|
The Big V8 upgrade Merge.
|
2014-12-15 17:30:56 +01:00 |
V8Expression.h
|
The Big V8 upgrade Merge.
|
2014-12-15 17:30:56 +01:00 |
Variable.cpp
|
removed unused code
|
2014-09-17 11:25:06 +02:00 |
Variable.h
|
some renaming
|
2014-10-16 17:23:50 +02:00 |
VariableGenerator.cpp
|
fixed some transaction threading errors
|
2014-10-06 18:39:01 +02:00 |
VariableGenerator.h
|
some renaming
|
2014-10-16 17:23:50 +02:00 |
WalkerWorker.h
|
Remove enterSubQueryFirst.
|
2014-10-29 11:37:06 +01:00 |
grammar.cpp
|
changed `COLLECT...INTO x COUNT` to `COLLECT...WITH COUNT INTO x`
|
2014-12-12 23:02:24 +01:00 |
grammar.h
|
Revert "release version 2.3.0"
|
2014-12-16 01:30:21 +01:00 |
grammar.y
|
changed `COLLECT...INTO x COUNT` to `COLLECT...WITH COUNT INTO x`
|
2014-12-12 23:02:24 +01:00 |
tokens.cpp
|
Revert "release version 2.3.0"
|
2014-12-16 01:30:21 +01:00 |
tokens.ll
|
fixed reporting error position in queries with newlines
|
2014-09-15 18:17:20 +02:00 |
types.h
|
added missing files
|
2014-10-16 17:25:28 +02:00 |