Jan Steemann
|
999d8ffd1d
|
small optimizations
|
2014-10-08 16:10:27 +02:00 |
Jan Steemann
|
ff80fafba5
|
fixed cached lookups of collections on the server, which may have caused spurious problems after collection rename operations
|
2014-10-08 14:59:02 +02:00 |
Jan Steemann
|
e28ad821b0
|
fixed spuriously occurring "database not found" error
|
2014-10-02 15:34:38 +02:00 |
Jan Steemann
|
3afadfdefa
|
fixed compile warnings
|
2014-09-26 12:30:42 +02:00 |
Max Neunhoeffer
|
bfc8b14a87
|
More HTTP methods for queries. Expire queries.
|
2014-09-24 16:51:35 +02:00 |
Jan Steemann
|
d5fb057603
|
less locking
|
2014-09-24 13:32:39 +02:00 |
Jan Steemann
|
ddfb5c965d
|
merged experimental features
|
2014-09-24 09:42:16 +02:00 |
Jan Steemann
|
64f5b22e4f
|
changed interface for locking
|
2014-09-19 12:45:29 +02:00 |
Jan Steemann
|
95c9a0ccba
|
fixed compile warnings
|
2014-09-19 09:15:26 +02:00 |
Jan Steemann
|
1fff0ecac2
|
optimization for recovery of collections that are going to be dropped anyway
|
2014-09-18 18:20:56 +02:00 |
Jan Steemann
|
1016debd2e
|
more robust recovery
|
2014-09-18 17:47:37 +02:00 |
Jan Steemann
|
e5e2cfe4da
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
arangod/V8Server/v8-vocbase.cpp
|
2014-09-17 11:50:42 +02:00 |
Jan Steemann
|
d3f4f05df1
|
issue #1020
|
2014-09-17 11:42:01 +02:00 |
Jan Steemann
|
93ed0f2255
|
added reverse iteration for skiplists
|
2014-09-16 22:23:40 +02:00 |
Jan Steemann
|
85c96f2113
|
simplified hash index functions
|
2014-09-16 20:22:12 +02:00 |
Jan Steemann
|
f0b2a9e946
|
removed index_iterator
|
2014-09-16 16:23:55 +02:00 |
Jan Steemann
|
481a16fd7a
|
removed bitarray indexes
|
2014-09-15 14:19:38 +02:00 |
Jan Steemann
|
8f27ef531c
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
scripts/run
|
2014-09-15 09:51:04 +02:00 |
Jan Steemann
|
9dbbf16d11
|
fixed compile error
|
2014-09-15 09:17:54 +02:00 |
Jan Steemann
|
aa20c9e980
|
renamed last C files...
|
2014-09-13 22:38:25 +02:00 |
Jan Steemann
|
506936dcdb
|
rename orgy
|
2014-09-13 02:35:13 +02:00 |
Jan Steemann
|
669cb3b235
|
renamed files
|
2014-09-13 01:44:01 +02:00 |
Jan Steemann
|
953b8cdfe3
|
renamed files
|
2014-09-13 00:34:48 +02:00 |
Jan Steemann
|
0dc0bc834f
|
more files renamed
|
2014-09-13 00:20:30 +02:00 |
Jan Steemann
|
87afcf5e8d
|
the great rename
|
2014-09-13 00:10:11 +02:00 |
Willi Goesgens
|
f97044952e
|
Add de/stringifyier for transaction type enum
|
2014-09-11 17:59:32 +02:00 |
Jan Steemann
|
ce104ce81a
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
|
2014-09-10 13:29:17 +02:00 |
Jan Steemann
|
e653552c5e
|
issue #997: added large file support for Windows
|
2014-09-10 13:12:18 +02:00 |
Jan Steemann
|
c16ddedc83
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
arangod/V8Server/v8-vocbase.cpp
js/apps/system/aardvark/frontend/js/bootstrap/errors.js
js/common/bootstrap/errors.js
js/server/modules/org/arangodb/ahuacatl.js
js/server/modules/org/arangodb/aql-helper.js
js/server/tests/shell-skiplist-index.js
|
2014-09-09 22:18:52 +02:00 |
Alan Plum
|
6719e8326a
|
Added support for sha384/sha512 in VOCBase.
|
2014-09-04 23:37:34 +02:00 |
Max Neunhoeffer
|
730b59cfad
|
Remove "old" sparse flag for skiplist indexes.
|
2014-08-30 01:04:26 +02:00 |
Max Neunhoeffer
|
7151c853c1
|
Make skiplist index insertion aware of the sparse flag.
Note that so far this flag is always false.
|
2014-08-30 00:55:08 +02:00 |
Max Neunhoeffer
|
fcfb50b105
|
Correct skiplist fix for empty attribute values.
|
2014-08-30 00:38:26 +02:00 |
Max Neunhoeffer
|
ad9f182916
|
Introduce a boolean switch _sparse in TRI_index_t.
At this stage it is always set to false for all indexes.
However, TRI_InitIndex already has an additional argument for this.
|
2014-08-30 00:34:33 +02:00 |
Max Neunhoeffer
|
dc0c204424
|
Store documents in a skiplist index even if some indexed attrs are empty.
|
2014-08-29 23:54:22 +02:00 |
Jan Steemann
|
1367a016cf
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
|
2014-08-29 20:38:30 +02:00 |
Jan Steemann
|
5928d285ad
|
fixed WAL recovery which hung in certain conditions
|
2014-08-29 12:03:38 +02:00 |
Jan Steemann
|
910c029730
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
|
2014-08-28 14:28:11 +02:00 |
Jan Steemann
|
a2da3eb7ee
|
removed debug output
|
2014-08-28 14:27:43 +02:00 |
Jan Steemann
|
86ce08c96f
|
added comments
|
2014-08-27 11:34:37 +02:00 |
Jan Steemann
|
86bf8e3c4f
|
removed unused function argument
|
2014-08-23 00:50:37 +02:00 |
Jan Steemann
|
683fbf4ec4
|
using emplace
|
2014-08-23 00:48:39 +02:00 |
Jan Steemann
|
a70a9613f6
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
lib/BasicsC/voc-errors.h
|
2014-08-22 21:51:38 +02:00 |
Jan Steemann
|
0a439474e5
|
cppcheck
|
2014-08-22 12:51:26 +02:00 |
Max Neunhoeffer
|
c4918e4fb7
|
Silence another compiler warning.
|
2014-08-22 09:36:31 +02:00 |
Jan Steemann
|
f03d628efb
|
issue #920: attempt to use new user document format in authentication
|
2014-08-20 18:20:12 +02:00 |
Jan Steemann
|
30b32f1f90
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
arangod/Ahuacatl/ahuacatl-grammar.h
arangod/V8Server/v8-vocbase.cpp
js/server/tests/ahuacatl-general-graph.js
|
2014-08-13 16:29:57 +02:00 |
Jan Steemann
|
8f9591ca1e
|
properly stringify _from and _to attributes using CollectionNameResolver
|
2014-08-13 15:59:56 +02:00 |
Jan Steemann
|
ea418088c5
|
fixed simple expressions
|
2014-08-13 15:39:56 +02:00 |
Max Neunhoeffer
|
28f0d7be05
|
Sort out TRI_CompareValuesJson to use UTF8 on demand.
|
2014-08-13 14:22:05 +02:00 |