1
0
Fork 0
arangodb/arangod/Ahuacatl
Jan Steemann a736f9994d add derived files 2012-10-15 10:23:10 +02:00
..
ahuacatl-access-optimiser.c fixed memory zone issues, memleaks 2012-10-10 19:05:16 +02:00
ahuacatl-access-optimiser.h minor changes for windows compatability 2012-09-28 17:34:22 +08:00
ahuacatl-ast-node.c windows 2012-10-08 23:30:30 +08:00
ahuacatl-ast-node.h some optimiser stuff 2012-06-12 09:36:58 +02: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 fixed memory issues 2012-10-11 14:17:19 +02:00
ahuacatl-codegen.h renamed simple_collection to document_collection 2012-09-14 14:46:37 +02:00
ahuacatl-collections.c renamed document collection to primary collection 2012-09-14 10:19:41 +02:00
ahuacatl-collections.h renamed document collection to primary collection 2012-09-14 10:19:41 +02:00
ahuacatl-context.c fixed memory issues 2012-10-11 14:17:19 +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 fixed memory issues 2012-10-11 14:17:19 +02:00
ahuacatl-conversions.h explain command, 1st version, still unfinished 2012-06-11 13:36:11 +02:00
ahuacatl-error.c
ahuacatl-error.h
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 fixed memory zone issues, memleaks 2012-10-10 19:05:16 +02:00
ahuacatl-functions.h
ahuacatl-grammar.c add derived files 2012-10-15 10:23:10 +02:00
ahuacatl-grammar.h add derived files 2012-10-15 10:23:10 +02:00
ahuacatl-grammar.y regenerated files 2012-09-21 17:44:25 +02:00
ahuacatl-index.c allow AQL to use indexes in additional cases 2012-10-08 12:51:27 +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-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 changed misleading member name (secondaryIndexes => allIndexes) 2012-10-10 11:24:36 +02:00
ahuacatl-optimiser.h removed some old debug macros 2012-09-11 09:56:57 +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
ahuacatl-parser.c
ahuacatl-parser.h
ahuacatl-result.c
ahuacatl-result.h
ahuacatl-scope.c removed some old debug macros 2012-09-11 09:56:57 +02:00
ahuacatl-scope.h removed some old debug macros 2012-09-11 09:56:57 +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 add derived files 2012-10-15 10:23:10 +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
aql.xhtml