Jan Steemann
|
d0bd94f4c5
|
fixed Json
|
2015-08-26 16:23:26 +02:00 |
Jan Steemann
|
61243ebb7b
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into array_indexing
Conflicts:
arangod/HashIndex/hash-array-multi.cpp
arangod/Indexes/HashIndex.cpp
|
2015-08-26 15:01:29 +02:00 |
Frank Celler
|
2d45445a10
|
added additional-threads option
|
2015-08-26 13:13:47 +02:00 |
Michael Hackstein
|
40c1361244
|
Merge branch 'devel' of github.com:arangodb/arangodb into array_indexing
|
2015-08-25 16:40:31 +02:00 |
Jan Steemann
|
7540059f36
|
uint32_t => uint64_t
|
2015-08-25 15:08:09 +02:00 |
Jan Steemann
|
387e3e9cd4
|
make removeByExample, replaceByExample and updateByExample use AQL internally
|
2015-08-22 23:22:24 +02:00 |
Michael Hackstein
|
b708a7ae68
|
Merge remote-tracking branch 'origin/devel' into array_indexing
|
2015-08-21 15:34:49 +02:00 |
Jan Steemann
|
8ee12f7a27
|
binary-safe back-references
|
2015-08-20 21:01:43 +02:00 |
Michael Hackstein
|
4bb8508d82
|
Implemented a new improved version of the Array index insertion function.
|
2015-08-20 14:03:17 +02:00 |
Jan Steemann
|
97d67e4399
|
use binary-safe string representations
|
2015-08-20 01:46:20 +02:00 |
Jan Steemann
|
1be3733a64
|
moved some handlers around
fix disappeared handlers
|
2015-08-20 01:26:52 +02:00 |
Max Neunhoeffer
|
ff135a10ad
|
Add some overrides to silence a clang compiler warning.
|
2015-08-19 14:46:06 +02:00 |
Michael Hackstein
|
59e8ea3fad
|
Merge branch 'devel' of github.com:arangodb/arangodb into array_indexing
|
2015-08-19 11:56:34 +02:00 |
Jan Steemann
|
bc7e0f7bbd
|
issue #1445: Object literal simplificatin does not support pseudo-variables NEW and OLD
|
2015-08-19 09:25:46 +02:00 |
Michael Hackstein
|
e867181a72
|
Merge remote-tracking branch 'origin/eimerung_hashindex' into array_indexing
|
2015-08-17 15:58:53 +02:00 |
Max Neunhoeffer
|
dac7fb06e0
|
Finish change to hash index. Compiles, unit-tests still broken in one place.
|
2015-08-17 12:57:52 +02:00 |
Michael Hackstein
|
ae989cf2ca
|
Skiplist index now uses the unified index_element.
|
2015-08-17 12:43:14 +02:00 |
Michael Hackstein
|
8e3e2d547d
|
Do not push <Class const> into vector. It does not work everywhere
|
2015-08-17 12:43:11 +02:00 |
Jan Steemann
|
907e6368c6
|
some unused function cleanup
|
2015-08-17 12:43:09 +02:00 |
Michael Hackstein
|
c2338d80d0
|
A user can now create an indux on attribute[*] which will put an index on attribute and ignores the expand flag. Does not harm any feature in AQL now.
|
2015-08-17 12:43:08 +02:00 |
Michael Hackstein
|
17a8f73a06
|
Now the input for indexes is parsed using the new attribute parser. This means the flags for expanded Attributes are set. Also introduced a transformation function to transform an attributeName list back into a string.
|
2015-08-17 12:43:07 +02:00 |
Michael Hackstein
|
8fbb2739b0
|
The indexes can now use the new AttributeName struct which contains a flag if the attribute should be Array-Indexed. Right now this flag is hard-coded to false in all cases and not persisted.
|
2015-08-17 12:43:05 +02:00 |
Jan Steemann
|
57e9b55739
|
use TRI_CHAR_NODE_PAIR()
|
2015-08-14 00:54:59 +02:00 |
Jan Steemann
|
dc1910e331
|
added AQL optimizer rule `patch-update-statements`
|
2015-08-13 13:02:47 +02:00 |
Jan Steemann
|
7b5ac63591
|
cppcheck
|
2015-08-12 21:37:28 +02:00 |
Frank Celler
|
9de6bd39db
|
moved to strings, fixed #1432: arangosh doesn't ignore prefixed ....> on paste
|
2015-08-12 17:54:14 +02:00 |
Jan Steemann
|
330fac6225
|
some unused function cleanup
|
2015-08-06 21:25:32 +02:00 |
Jan Steemann
|
922c16dce1
|
fixed invocation of `LIKE`
|
2015-08-04 12:23:40 +02:00 |
Jan Steemann
|
857f0b8b35
|
next attempt to make it compile on MacOS
|
2015-08-04 11:38:38 +02:00 |
Jan Steemann
|
5dab23a3b7
|
CXX implementation of AQL `LIKE`
|
2015-08-04 10:30:18 +02:00 |
Jan Steemann
|
0f1ce26e41
|
added function to create an ICU RegexMatcher
|
2015-08-03 23:57:26 +02:00 |
Jan Steemann
|
24b44e474f
|
a bit less copying
|
2015-07-30 12:20:22 +02:00 |
Jan Steemann
|
14fe919b5b
|
constify
|
2015-07-30 00:07:50 +02:00 |
Jan Steemann
|
2d8777bc6c
|
make the optimizer create less plans
|
2015-07-30 00:07:32 +02:00 |
Jan Steemann
|
4912ce3200
|
fix cluster startup
|
2015-07-29 12:55:06 +02:00 |
Jan Steemann
|
454a6c998c
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into shaper-cxx
|
2015-07-28 17:38:48 +02:00 |
Jan Steemann
|
6d7ccd7699
|
move shaper to cxx
|
2015-07-28 17:38:31 +02:00 |
Michael Hackstein
|
412394ff3c
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-07-28 13:22:01 +02:00 |
Michael Hackstein
|
25f7b25206
|
Fixed failing failure-tests
|
2015-07-28 13:21:54 +02:00 |
Jan Steemann
|
bef83a7fbb
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-07-28 11:45:11 +02:00 |
Jan Steemann
|
cdfdec9244
|
save some overhead when walking plans
|
2015-07-28 11:44:34 +02:00 |
Jan Steemann
|
3d3024a54e
|
cppcheck
|
2015-07-28 09:51:24 +02:00 |
Jan Steemann
|
9791e467d4
|
fixed results for query profiling
|
2015-07-27 18:33:58 +02:00 |
Jan Steemann
|
8685a6a250
|
documentation for `RETURN DISTINCT`
|
2015-07-27 11:27:59 +02:00 |
Jan Steemann
|
dbb740a705
|
activate distinct test
|
2015-07-24 13:41:01 +02:00 |
Jan Steemann
|
239cc1504e
|
cleanup
|
2015-07-24 13:33:09 +02:00 |
Jan Steemann
|
38b2d6caea
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-07-24 13:21:49 +02:00 |
Jan Steemann
|
ead280afe5
|
added DISTINCT
|
2015-07-24 13:19:55 +02:00 |
Frank Celler
|
f96ab73745
|
Merge branch 'dispatcher' of github.com:arangodb/arangodb into devel
|
2015-07-24 11:32:22 +02:00 |
Michael Hackstein
|
9cc0554346
|
Merge branch 'fasterNeighbors' into devel
|
2015-07-24 10:25:00 +02:00 |