.. |
AqlItemBlock.cpp
|
Fix deserialisation of AqlItemBlocks (ranges).
|
2014-10-29 15:41:21 +01:00 |
AqlItemBlock.h
|
sort and cache list expression values
|
2014-10-29 01:02:20 +01:00 |
AqlValue.cpp
|
report warnings in queries
|
2014-10-30 17:33:15 +01:00 |
AqlValue.h
|
a bit less copying
|
2014-10-28 18:10:23 +01:00 |
Arithmetic.h
|
fixed tests
|
2014-10-14 13:20:10 +02:00 |
Ast.cpp
|
leaner and meaner error messages
|
2014-11-07 10:53:00 +01:00 |
Ast.h
|
leaner and meaner error messages
|
2014-11-07 10:53:00 +01:00 |
AstNode.cpp
|
leaner and meaner error messages
|
2014-11-07 10:53:00 +01:00 |
AstNode.h
|
leaner and meaner error messages
|
2014-11-07 10:53:00 +01:00 |
BindParameters.cpp
|
Get rid of some TODOs and FIXMEs.
|
2014-10-29 11:25:30 +01:00 |
BindParameters.h
|
…
|
|
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
|
…
|
|
ExecutionBlock.cpp
|
leaner and meaner error messages
|
2014-11-07 10:53:00 +01:00 |
ExecutionBlock.h
|
leaner and meaner error messages
|
2014-11-07 10:53:00 +01:00 |
ExecutionEngine.cpp
|
fix double free issue
|
2014-11-01 02:20:13 +01:00 |
ExecutionEngine.h
|
Remove Explain of cluster snippets
|
2014-10-27 16:10:13 +01:00 |
ExecutionNode.cpp
|
removed canThrow tag for various built-in functions
|
2014-11-05 14:40:00 +01:00 |
ExecutionNode.h
|
added rule to remove filters if covered by index ranges - not yet activated
|
2014-11-06 23:18:18 +01:00 |
ExecutionPlan.cpp
|
re-added support for fullCount
|
2014-11-01 15:20:05 +01:00 |
ExecutionPlan.h
|
re-added support for fullCount
|
2014-11-01 15:20:05 +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
|
fixed number of parameters
|
2014-11-07 11:48:00 +01:00 |
Executor.h
|
report warnings in queries
|
2014-10-30 17:33:15 +01:00 |
Expression.cpp
|
less verbose error messages
|
2014-11-07 11:16:25 +01:00 |
Expression.h
|
use more precomputed values in expressions
|
2014-10-29 21:41:00 +01:00 |
Function.cpp
|
determine whether calculations may run on a DB server
|
2014-10-27 12:04:06 +01:00 |
Function.h
|
determine whether calculations may run on a DB server
|
2014-10-27 12:04:06 +01:00 |
Functions.cpp
|
a bit less copying
|
2014-10-28 18:10:23 +01:00 |
Functions.h
|
removed macro
|
2014-10-16 16:28:18 +02:00 |
Index.h
|
fixed usage of indexes in cluster
|
2014-10-21 11:53:24 +02:00 |
ModificationOptions.cpp
|
We missed to output the modification options vector.
|
2014-09-16 18:25:41 +02:00 |
ModificationOptions.h
|
We missed to output the modification options vector.
|
2014-09-16 18:25:41 +02: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
|
added rule to remove filters if covered by index ranges - not yet activated
|
2014-11-06 23:18:18 +01:00 |
Optimizer.h
|
added rule to remove filters if covered by index ranges - not yet activated
|
2014-11-06 23:18:18 +01:00 |
OptimizerRules.cpp
|
leaner and meaner error messages
|
2014-11-07 10:53:00 +01:00 |
OptimizerRules.h
|
added rule to remove filters if covered by index ranges - not yet activated
|
2014-11-06 23:18:18 +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
|
less verbose error messages
|
2014-11-07 11:16:25 +01:00 |
Query.h
|
leaner and meaner error messages
|
2014-11-07 10:53:00 +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
|
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 |
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
|
sort and cache list expression values
|
2014-10-29 01:02:20 +01:00 |
RangeInfo.h
|
added rule to remove filters if covered by index ranges - not yet activated
|
2014-11-06 23:18:18 +01:00 |
RestAqlHandler.cpp
|
Once we deleted a query from the registry we don't need to close it anymore.
|
2014-11-07 14:03:22 +01:00 |
RestAqlHandler.h
|
removed HTTP DELETE handler
|
2014-10-20 08:52:44 +02:00 |
Scopes.cpp
|
…
|
|
Scopes.h
|
…
|
|
V8Expression.cpp
|
report warnings in queries
|
2014-10-30 17:33:15 +01:00 |
V8Expression.h
|
report warnings in queries
|
2014-10-30 17:33:15 +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
|
report warnings in queries
|
2014-10-30 17:33:15 +01:00 |
grammar.h
|
…
|
|
grammar.y
|
report warnings in queries
|
2014-10-30 17:33:15 +01:00 |
tokens.cpp
|
fixed compile warning
|
2014-09-19 09:22:55 +02:00 |
tokens.ll
|
…
|
|
types.h
|
added missing files
|
2014-10-16 17:25:28 +02:00 |