1
0
Fork 0
arangodb/arangod/Ahuacatl
Jan Steemann bc9cf9428a issue #287 2012-11-20 18:27:48 +01:00
..
ahuacatl-access-optimiser.c fixed AQL optimiser bug, related to OR-combined conditions on the same attribute 2012-11-16 12:15:33 +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 issue #271: allow very simple optimisations for AQL function usage 2012-10-26 13:22:48 +02:00
ahuacatl-ast-node.h
ahuacatl-bind-parameter.c fixed memory zone issues, memleaks 2012-10-10 19:05:16 +02:00
ahuacatl-bind-parameter.h
ahuacatl-codegen.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-codegen.h
ahuacatl-collections.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-collections.h
ahuacatl-context.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-context.h
ahuacatl-conversions.c fixed memory issues 2012-10-11 14:17:19 +02:00
ahuacatl-conversions.h
ahuacatl-error.c
ahuacatl-error.h
ahuacatl-explain.c
ahuacatl-explain.h
ahuacatl-functions.c issue #287 2012-11-20 18:27:48 +01:00
ahuacatl-functions.h issue #271: simple paths() function optimisations 2012-10-26 12:01:46 +02: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
ahuacatl-index.h
ahuacatl-node.c
ahuacatl-node.h
ahuacatl-optimiser.c issue #271: simple paths() function optimisations 2012-10-26 12:01:46 +02: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
ahuacatl-parser-functions.h
ahuacatl-parser.c
ahuacatl-parser.h
ahuacatl-result.c
ahuacatl-result.h
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
ahuacatl-statement-dump.h
ahuacatl-statement-walker.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-statement-walker.h
ahuacatl-statementlist.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-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
ahuacatl-variable.c fixed memory zone issues, memleaks 2012-10-10 19:05:16 +02:00
ahuacatl-variable.h
aql.ebnf
aql.xhtml