1
0
Fork 0
arangodb/arangod/Ahuacatl
Frank Celler d69586beb0 fixed installation issures 2012-06-30 10:32:50 +02:00
..
ahuacatl-access-optimiser.c fixed some range optimiser bugs, added test cases 2012-06-29 11:30:44 +02:00
ahuacatl-access-optimiser.h reference accesses can now use indexes 2012-06-13 12:07:29 +02:00
ahuacatl-ast-node.c added explain output for collect statements 2012-06-14 10:09:03 +02:00
ahuacatl-ast-node.h some optimiser stuff 2012-06-12 09:36:58 +02:00
ahuacatl-bind-parameter.c 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-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 fixed a few query optimiser bugs, added test cases 2012-06-29 15:26:35 +02:00
ahuacatl-codegen.h Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2012-06-08 17:34:20 +02:00
ahuacatl-collections.c 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-collections.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-context.c 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-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 added explain output for collect statements 2012-06-14 10:09:03 +02:00
ahuacatl-conversions.h explain command, 1st version, still unfinished 2012-06-11 13:36:11 +02:00
ahuacatl-error.c the great rename 2012-06-08 15:01:25 +02: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 added AHUACATL_EXPLAIN() function 2012-06-11 14:22:12 +02:00
ahuacatl-functions.c Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2012-06-08 17:34:20 +02:00
ahuacatl-functions.h the great rename 2012-06-08 15:01:25 +02:00
ahuacatl-grammar.c fixed installation issures 2012-06-30 10:32:50 +02:00
ahuacatl-grammar.h fixed installation issures 2012-06-30 10:32:50 +02:00
ahuacatl-grammar.y removed superfluous call to strlen() 2012-06-11 08:35:22 +02:00
ahuacatl-index.c added missing cases for (currently unsupported) bitarray indexes. shuts up compiler warnings 2012-06-14 09:37:46 +02: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-log.h Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2012-06-08 17:34:20 +02:00
ahuacatl-node.c added explain output for collect statements 2012-06-14 10:09:03 +02:00
ahuacatl-node.h added explain output for collect statements 2012-06-14 10:09:03 +02:00
ahuacatl-optimiser.c bug fixes for the query optimiser 2012-06-29 14:32:19 +02:00
ahuacatl-optimiser.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-parser-functions.c Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2012-06-08 17:34:20 +02: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 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-scope.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-statement-dump.c explain command, 1st version, still unfinished 2012-06-11 13:36:11 +02: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 reference accesses can now use indexes 2012-06-13 12:07:29 +02:00
ahuacatl-statement-walker.h reference accesses can now use indexes 2012-06-13 12:07:29 +02:00
ahuacatl-statementlist.c bug fixes for the query optimiser 2012-06-29 14:32:19 +02:00
ahuacatl-statementlist.h some optimiser stuff 2012-06-12 09:36:58 +02:00
ahuacatl-tokens.c Merge branch 'devel' of github.com:triAGENS/ArangoDB 2012-06-13 11:40:35 +02:00
ahuacatl-tokens.l removed superfluous call to strlen() 2012-06-11 08:35:22 +02:00
ahuacatl-variable.c some optimiser stuff 2012-06-12 09:36:58 +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