hkernbach
|
179ecd341b
|
added html cluster min files
|
2015-10-20 18:14:07 +02:00 |
hkernbach
|
86e4bf1a3a
|
added missing cluster minify option
|
2015-10-20 18:13:16 +02:00 |
hkernbach
|
0240c1a0d8
|
updated license
|
2015-10-20 18:12:53 +02:00 |
Jan Steemann
|
8264c4db87
|
Merge branch 'aql-jmmh-conditions' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
|
2015-10-20 18:11:12 +02:00 |
Jan Steemann
|
aa3039cece
|
fixes for cluster tests
|
2015-10-20 18:10:53 +02:00 |
hkernbach
|
9cce498c87
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-10-20 17:22:51 +02:00 |
Michael Hackstein
|
596d215a32
|
Fixed Sparse Skiplist indexes. They were used for e.g.: null IN x.a. Added the queries-array to test makefile
|
2015-10-20 17:18:17 +02:00 |
hkernbach
|
2191a89f6f
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-10-20 17:06:40 +02:00 |
hkernbach
|
2b8678ba53
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-10-20 17:04:06 +02:00 |
hkernbach
|
74bca104e5
|
issue: 1515, fixed 2 and changed text
|
2015-10-20 17:03:59 +02:00 |
Jan Steemann
|
049076365d
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-10-20 16:50:49 +02:00 |
Jan Steemann
|
d8565ff545
|
added Valgrind
|
2015-10-20 16:50:39 +02:00 |
Michael Hackstein
|
f181f62b9d
|
Fixed usage of IN operator
|
2015-10-20 15:54:38 +02:00 |
Frank Celler
|
a322611495
|
added Bison & Flex
|
2015-10-20 15:47:40 +02:00 |
Michael Hackstein
|
4018071699
|
Further tests for aql-queries with array indexes. Right now they fail, array index is used although it cannot actually serve
|
2015-10-20 15:12:03 +02:00 |
Michael Hackstein
|
2ecf67780b
|
Started adding tests for Array Indexes.
|
2015-10-20 14:33:44 +02:00 |
Jan Steemann
|
813048592e
|
fixed scss building
|
2015-10-20 12:50:15 +02:00 |
Jan Steemann
|
1f8b5e54af
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
|
2015-10-20 12:34:33 +02:00 |
Jan Steemann
|
60283f13b9
|
fixed memleaks
|
2015-10-20 12:05:52 +02:00 |
Jan Steemann
|
b28393e458
|
cleanup
|
2015-10-20 11:44:01 +02:00 |
hkernbach
|
84b32587f5
|
issue: #1509, temp. disabled gv outbound connections
|
2015-10-20 10:57:28 +02:00 |
Michael Hackstein
|
17383430d3
|
Fixed jslint
|
2015-10-20 09:39:22 +02:00 |
Michael Hackstein
|
cbd403bade
|
Fixed indexes multi tests
|
2015-10-20 09:29:48 +02:00 |
Michael Hackstein
|
ca2c283ab8
|
Removed debug output in tests
|
2015-10-20 09:16:34 +02:00 |
Michael Hackstein
|
6adfdbe48e
|
Fixed optimizer indexes-in-or test. In the new IndexNode we need to keep the sort node in some queries
|
2015-10-20 09:15:34 +02:00 |
jsteemann
|
511a0a2607
|
updated CHANGELOG
|
2015-10-19 22:43:24 +02:00 |
Jan Steemann
|
d6cad3bac6
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
|
2015-10-19 18:55:36 +02:00 |
Jan Steemann
|
e16c981d57
|
permute skiplist index conditions in other order
|
2015-10-19 18:55:08 +02:00 |
Jan Steemann
|
164f9c9a1c
|
fixed some tests
|
2015-10-19 17:48:10 +02:00 |
Jan Steemann
|
d73658e28b
|
Merge branch 'aql-jmmh-conditions' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
|
2015-10-19 17:28:52 +02:00 |
Jan Steemann
|
e2d97e623f
|
merge multiple ORs
|
2015-10-19 17:28:43 +02:00 |
Michael Hackstein
|
8e2d857ba9
|
Fixed indexes-sort tests
|
2015-10-19 17:27:53 +02:00 |
Michael Hackstein
|
e439407dd4
|
Fixed tests in optimizer-indexes-in-or. We might be able to optimize a bit more here.
|
2015-10-19 17:13:03 +02:00 |
Michael Hackstein
|
cc836b554b
|
Fixed optimizer-in-noncluster tests
|
2015-10-19 16:59:41 +02:00 |
Michael Hackstein
|
4ceb10dc19
|
Index can now be used for sorting if only parts of the attributes are covered. The more attribitues are covered the more likely this index will be used
|
2015-10-19 16:59:13 +02:00 |
Wilfried Goesgens
|
30be20224e
|
Fix fluent AQL interface for fromVertices with arrays: need to use 'ArrayVariable [ * RETURN MERGE(CURRENT, other)]' instead of MERGE(ArrayVariable, other)
|
2015-10-19 16:40:39 +02:00 |
Jan Steemann
|
eecb6a9949
|
Merge branch 'aql-jmmh-conditions' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
|
2015-10-19 15:36:17 +02:00 |
Jan Steemann
|
663a92567b
|
updated replace-or-with-in optimizer rule
|
2015-10-19 15:36:04 +02:00 |
Michael Hackstein
|
3a3ab872f0
|
Fixed internal error for plan instantiation if the condition is empty
|
2015-10-19 15:09:59 +02:00 |
Michael Hackstein
|
2b578f4695
|
Merge branch 'aql-jmmh-conditions' of github.com:arangodb/arangodb into aql-jmmh-conditions
|
2015-10-19 13:28:31 +02:00 |
Michael Hackstein
|
a4b5ce402d
|
Added indexes-multi test to the makefile
|
2015-10-19 13:28:25 +02:00 |
Jan Steemann
|
a169d872b1
|
sort conditions with INs
|
2015-10-19 13:27:20 +02:00 |
Jan Steemann
|
5babaefadc
|
disable MSVC warning about long names
|
2015-10-19 12:56:14 +02:00 |
Jan Steemann
|
38c852cfc8
|
Merge branch 'aql-jmmh-conditions' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
|
2015-10-19 12:45:57 +02:00 |
Jan Steemann
|
81cd1e9f62
|
fixed Windows compile issues
|
2015-10-19 12:43:11 +02:00 |
Michael Hackstein
|
4a8de4b3ef
|
Merge branch 'aql-jmmh-conditions' of github.com:arangodb/arangodb into aql-jmmh-conditions
|
2015-10-19 12:30:19 +02:00 |
Michael Hackstein
|
72283203b8
|
Further adaption of IdnexNode tests. Added manual sort where Sorting is not guaranteed.
|
2015-10-19 12:30:15 +02:00 |
Michael Hackstein
|
276bfded36
|
Fixed distinct result of IndexNode. Was broken in reverse case.
|
2015-10-19 12:29:23 +02:00 |
Jan Steemann
|
84978c0a8a
|
noexcept emulation
|
2015-10-19 12:03:15 +02:00 |
Jan Steemann
|
8aabe4d59c
|
fixed sort bugs
|
2015-10-19 11:57:44 +02:00 |