Jan Steemann
|
a08be0f0ff
|
removed included iostream header
|
2016-01-12 18:30:57 +01:00 |
Jan Steemann
|
6937dbc489
|
aggregate fixes
|
2016-01-12 17:21:18 +01:00 |
Jan Steemann
|
ad1163e3bb
|
refactoring for Aql COLLECT
|
2016-01-07 13:35:12 +01:00 |
Jan Steemann
|
3ad20c0cae
|
auto-generated headers
|
2016-01-06 18:41:51 +01:00 |
Jan Steemann
|
a3b026d9d1
|
removed useless sections from code, unified include guards
|
2016-01-06 14:15:22 +01:00 |
Jan Steemann
|
f422576ee0
|
clang-format
|
2016-01-05 17:43:24 +01:00 |
Max Neunhoeffer
|
225c8cd843
|
Work on TODOs.
|
2015-12-22 16:50:09 +01:00 |
jsteemann
|
19782a45a6
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-18 23:33:44 +01:00 |
Jan Steemann
|
36eac6ffd0
|
fixed index selection in some queries
|
2015-12-18 20:16:09 +01:00 |
Jan Steemann
|
ad45a4b254
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-17 12:31:14 +01:00 |
Jan Steemann
|
b76c61adb1
|
\0 fix
|
2015-12-17 12:28:16 +01:00 |
jsteemann
|
fd29ccdbc5
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-13 23:37:22 +01:00 |
jsteemann
|
600c48375d
|
added optimizer rule `sort-in-values`
|
2015-12-13 23:33:44 +01:00 |
Michael Hackstein
|
35fbe9aefd
|
Fixed include <array> did not compile under Mac Os X
|
2015-12-04 15:28:49 +01:00 |
Jan Steemann
|
2bbcaa868f
|
fixed invalid memory usages
|
2015-12-01 16:48:55 +01:00 |
hkernbach
|
6d25ac57e9
|
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
|
2015-12-01 11:25:58 +01:00 |
jsteemann
|
37f72fa721
|
micro optimizations
|
2015-11-30 19:37:58 +01:00 |
Michael Hackstein
|
7bf37620bb
|
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
|
2015-11-26 16:32:26 +01:00 |
Michael Hackstein
|
5fb76d7481
|
Merge branch 'JHMH' of github.com:arangodb/arangodb into JHMH
|
2015-11-26 09:32:15 +01:00 |
Michael Hackstein
|
e9a7c6fa85
|
Adoption of Traversal and AstNode to newest changes in TraversalExpression
|
2015-11-26 09:31:54 +01:00 |
Wilfried Goesgens
|
c061a3309a
|
- implement new function that scans for nodes of a spcific types
- fix scanning for variable references with n-nary ors / ands
|
2015-11-25 15:21:11 +01:00 |
Jan Steemann
|
9b1ef915eb
|
issue #1589
|
2015-11-25 10:49:31 +01:00 |
Michael Hackstein
|
173a746cc9
|
Added new constructor for AstNodes which is independent from AQL.
|
2015-11-13 11:07:06 +01:00 |
Wilfried Goesgens
|
179660e87c
|
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
|
2015-11-04 17:07:09 +01:00 |
Michael Hackstein
|
b71fa3e140
|
Added CXX implementation of Modulo.
|
2015-11-03 10:21:31 +01:00 |
Michael Hackstein
|
0339cb5e0c
|
Added a CXX implementation of BINARY_OPERATOR_DIV. Deactivated CXX implementation of BINARY_OPERATOR_MOD have to check for data types
|
2015-11-03 10:19:31 +01:00 |
Michael Hackstein
|
ceec76f13b
|
Added CXX implementation for BINARY_OPERATOR_TIMES
|
2015-11-03 10:19:29 +01:00 |
Michael Hackstein
|
344f70fee2
|
Added CXX implementation for BINARY_MINUS
|
2015-11-03 10:19:29 +01:00 |
Michael Hackstein
|
11606c1f55
|
Added a CXX implementation of BINARY_PLUS.
|
2015-11-03 10:19:26 +01:00 |
Wilfried Goesgens
|
a05e96b508
|
these AST-nodes are optional.
|
2015-10-29 17:47:36 +01:00 |
Wilfried Goesgens
|
bb9039c855
|
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
|
2015-10-29 16:01:01 +01:00 |
Jan Steemann
|
9aa1ba1f68
|
potential fix for ::stringify()
|
2015-10-29 15:58:47 +01:00 |
Wilfried Goesgens
|
ba159428be
|
Implement function to find all variable references in an expression.
|
2015-10-29 13:29:21 +01:00 |
Wilfried Goesgens
|
951165ab1e
|
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
Conflicts:
arangod/Aql/grammar.cpp
arangod/Aql/grammar.h
js/common/modules/org/arangodb/graph-examples/example-graph.js
|
2015-10-28 11:08:18 +01:00 |
jsteemann
|
5fff134c80
|
added CXX implementations of `WITHIN` and `NEAR` AQL functions
|
2015-10-27 23:24:00 +01:00 |
Wilfried Goesgens
|
cd6cc35def
|
Adjust the stage to the now non-void pointered index implementation.
|
2015-10-22 11:12:21 +02:00 |
Wilfried Goesgens
|
dae95de667
|
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
|
2015-10-21 14:54:01 +02:00 |
Jan Steemann
|
ba95ddf228
|
fixed cluster behavior
|
2015-10-21 12:12:08 +02:00 |
Jan Steemann
|
aa3039cece
|
fixes for cluster tests
|
2015-10-20 18:10:53 +02:00 |
Jan Steemann
|
81cd1e9f62
|
fixed Windows compile issues
|
2015-10-19 12:43:11 +02:00 |
jsteemann
|
04a9ee03c3
|
fixed an assertion failure
|
2015-10-15 23:27:14 +02:00 |
Jan Steemann
|
7f778b148a
|
blind commit
|
2015-10-15 16:19:33 +02:00 |
jsteemann
|
4a88b3e8c9
|
fixed some index conditions
|
2015-10-15 00:50:06 +02:00 |
jsteemann
|
29b3741156
|
reworked cost calculations
|
2015-10-12 22:23:03 +02:00 |
Jan Steemann
|
2970f9d221
|
fixed primary and edge index
|
2015-10-12 15:53:43 +02:00 |
Jan Steemann
|
c689fc0756
|
preparation work for index condition specialization
|
2015-10-08 18:20:10 +02:00 |
Jan Steemann
|
875d89620f
|
don't clear members in destructor - it's not necessary
|
2015-10-08 16:35:45 +02:00 |
jsteemann
|
738009c69f
|
fixed compile error
|
2015-10-07 20:33:15 +02:00 |
Jan Steemann
|
d479fa11cc
|
IndexBlock cleanup
|
2015-10-07 18:15:50 +02:00 |
Jan Steemann
|
424dc81197
|
fixed undefined index lookup behavior
|
2015-10-07 16:34:01 +02:00 |