1
0
Fork 0
arangodb/arangod/Ahuacatl
Jan Steemann ddc682f9d1 adjusted formatting of debug log message 2012-12-17 13:23:21 +01:00
..
ahuacatl-access-optimiser.c fixed some issues found by cppcheck 2012-12-04 18:21:29 +01:00
ahuacatl-access-optimiser.h fixed cases with incorrectly optimised queries, leading to wrong results 2012-11-07 18:52:25 +01:00
ahuacatl-ast-node.c fixed some issues found by cppcheck 2012-12-04 18:21:29 +01:00
ahuacatl-ast-node.h fixed some issues found by cppcheck 2012-12-04 18:21:29 +01:00
ahuacatl-bind-parameter.c fixed memory zone issues, memleaks 2012-10-10 19:05:16 +02:00
ahuacatl-bind-parameter.h Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2012-06-08 17:34:20 +02:00
ahuacatl-codegen.c adjusted formatting of debug log message 2012-12-17 13:23:21 +01:00
ahuacatl-codegen.h renamed simple_collection to document_collection 2012-09-14 14:46:37 +02:00
ahuacatl-collections.c code unification 2012-11-29 22:34:49 +01:00
ahuacatl-collections.h renamed document collection to primary collection 2012-09-14 10:19:41 +02:00
ahuacatl-context.c code unification 2012-11-29 22:34:49 +01:00
ahuacatl-context.h optimiser change: collections are annotated with hints on how they are accessed. this info is picked up by the explain command 2012-06-12 16:50:36 +02:00
ahuacatl-conversions.c fixed some issues found by cppcheck 2012-12-04 18:21:29 +01:00
ahuacatl-conversions.h explain command, 1st version, still unfinished 2012-06-11 13:36:11 +02:00
ahuacatl-error.c fixed compile warnings 2012-11-23 13:18:00 +01:00
ahuacatl-error.h the great rename 2012-06-08 15:01:25 +02:00
ahuacatl-explain.c fixed a few query optimiser bugs, added test cases 2012-06-29 15:26:35 +02:00
ahuacatl-explain.h removed some old debug macros 2012-09-11 09:56:57 +02:00
ahuacatl-functions.c issue #323 2012-12-17 10:18:46 +01:00
ahuacatl-functions.h fixed some issues found by cppcheck 2012-12-04 18:21:29 +01:00
ahuacatl-grammar.c adding generating files 2012-10-22 11:54:42 +02:00
ahuacatl-grammar.h adding generating files 2012-10-22 11:54:42 +02:00
ahuacatl-grammar.y issue #248: allow AQL optimiser to pull out completely uncorrelated subqueries to the top level, resulting in less repeated evaluation of the subquery 2012-10-22 09:23:58 +02:00
ahuacatl-index.c added stub functions for fulltext indexes 2012-11-30 14:50:02 +01:00
ahuacatl-index.h optimiser change: collections are annotated with hints on how they are accessed. this info is picked up by the explain command 2012-06-12 16:50:36 +02:00
ahuacatl-node.c various changes for windows 2012-10-22 20:51:31 +08:00
ahuacatl-node.h added explain output for collect statements 2012-06-14 10:09:03 +02:00
ahuacatl-optimiser.c some renaming 2012-11-27 14:01:05 +01:00
ahuacatl-optimiser.h issue #248: allow AQL optimiser to pull out completely uncorrelated subqueries to the top level, resulting in less repeated evaluation of the subquery 2012-10-22 09:23:58 +02:00
ahuacatl-parser-functions.c fixed some issues reported by cppcheck 2012-12-12 18:42:11 +01:00
ahuacatl-parser-functions.h the great rename 2012-06-08 15:01:25 +02:00
ahuacatl-parser.c the great rename 2012-06-08 15:01:25 +02:00
ahuacatl-parser.h the great rename 2012-06-08 15:01:25 +02:00
ahuacatl-result.c the great rename 2012-06-08 15:01:25 +02:00
ahuacatl-result.h the great rename 2012-06-08 15:01:25 +02:00
ahuacatl-scope.c issue #248: allow AQL optimiser to pull out completely uncorrelated subqueries to the top level, resulting in less repeated evaluation of the subquery 2012-10-22 09:23:58 +02:00
ahuacatl-scope.h issue #248: allow AQL optimiser to pull out completely uncorrelated subqueries to the top level, resulting in less repeated evaluation of the subquery 2012-10-22 09:23:58 +02:00
ahuacatl-statement-dump.c fixed some issues reported by cppcheck 2012-12-12 18:42:11 +01:00
ahuacatl-statement-dump.h Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2012-06-08 17:34:20 +02:00
ahuacatl-statement-walker.c fixed some issues found by cppcheck 2012-12-04 18:21:29 +01:00
ahuacatl-statement-walker.h fixed some issues found by cppcheck 2012-12-04 18:21:29 +01:00
ahuacatl-statementlist.c fixed some issues found by cppcheck 2012-12-04 18:21:29 +01:00
ahuacatl-statementlist.h issue #248: allow AQL optimiser to pull out completely uncorrelated subqueries to the top level, resulting in less repeated evaluation of the subquery 2012-10-22 09:23:58 +02:00
ahuacatl-tokens.c adding generating files 2012-10-22 11:54:42 +02:00
ahuacatl-tokens.l removed superfluous call to strlen() 2012-06-11 08:35:22 +02:00
ahuacatl-variable.c fixed memory zone issues, memleaks 2012-10-10 19:05:16 +02:00
ahuacatl-variable.h some optimiser stuff 2012-06-12 09:36:58 +02:00
aql.ebnf the great rename 2012-06-08 15:01:25 +02:00
aql.xhtml the great rename 2012-06-08 15:01:25 +02:00