Jan
|
e502feeea6
|
fixed issue #10062: AQL: Could not extract custom attribute (#10066)
|
2019-09-27 16:58:58 +03:00 |
Jan
|
49ad6fd290
|
fixed issue #9679 (#9683)
|
2019-08-12 14:59:22 +02:00 |
Jan
|
51921c4129
|
fixed a bug in RTRIM implementation, fixed issue #9558 (#9564)
|
2019-07-25 13:04:21 +02:00 |
Jan
|
3cedbe4a67
|
replace potentially unsafe binary comparisons with logical ones (#9380)
|
2019-07-04 14:56:38 +02:00 |
Simon
|
f20e3713d2
|
prgl switcheroo (#8995)
|
2019-05-14 17:18:08 +02:00 |
Jan
|
3631d55146
|
prevent PregelFeature from shutting down while its workers are running (#8627)
|
2019-03-29 18:22:37 +01:00 |
Jan
|
cf517d0cb6
|
add AQL functions CRC32 and FNV64 (#8599)
|
2019-03-27 21:05:56 +01:00 |
Jan
|
e640e3f52a
|
issue #8137: NULL input field generates U_ILLEGAL_ARGUMENT_ERROR (#8139)
|
2019-02-12 17:56:38 +01:00 |
Frank Celler
|
84802fdc0f
|
Feature/maskings (#8006)
|
2019-01-28 15:04:23 +01:00 |
Jan
|
d5592def42
|
fix issue #7933: Regression on ISO8601 string compatibility in AQL (#7934)
|
2019-01-14 13:50:50 +01:00 |
Jan
|
adf76491b0
|
added AQL function CHECK_DOCUMENT (#7841)
|
2019-01-04 15:33:20 +01:00 |
Frank Celler
|
9477af198b
|
big reformat
|
2018-12-26 00:57:05 +01:00 |
Heiko
|
a94a402dde
|
added MultiPolygon GeoJSON constructor function (#7634)
|
2018-12-04 17:54:34 +01:00 |
Jan
|
ffc823e1c8
|
Bug fix 3.4/backport optimizations (#7434)
|
2018-11-26 19:16:05 +01:00 |
Jan
|
ccc064433b
|
Bug fix 3.4/aql micro optimizations (#7286)
|
2018-11-13 11:55:04 +01:00 |
Vasiliy
|
52e2c97693
|
backport missed changes (#7016)
|
2018-10-24 15:43:45 +03:00 |
Jan
|
613d9a3811
|
fix release-3.4 issue 109 (#7030)
|
2018-10-23 22:59:11 +02:00 |
Dan Larkin-York
|
fa6680a252
|
[3.4] Fix issues with ArangoSearch link permissions in cluster mode (#6726)
|
2018-10-16 20:43:01 +02:00 |
Jan
|
add569b7b8
|
Feature 3.4/aql extensions 080908 (#6446)
|
2018-09-12 15:56:23 +02:00 |
Jan
|
5f0403ed1c
|
Bug fix/add aql collection count cache (#6227)
|
2018-08-23 16:05:51 +02:00 |
Jan
|
d2c2f21c85
|
remove unnecessary parameter validation (#6210)
the validation has already been done before, so it does not need
to be repeated for each function call invocation
|
2018-08-21 13:51:28 +02:00 |
Jan
|
7cb1da12cf
|
make AQL functions construction easier (#6195)
|
2018-08-20 11:56:38 +02:00 |
jsteemann
|
9141855b16
|
some adjustments to the docs for `REGEX_MATCHES`
|
2018-08-14 11:04:48 +02:00 |
jsteemann
|
1573f83693
|
small fixes for RegexMatches
|
2018-08-08 18:12:45 +02:00 |
jsteemann
|
c1006b9c13
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/add-aql-function-regexmatches
|
2018-08-08 17:55:41 +02:00 |
Shivam Dave
|
b8bf25b2d2
|
Regex Matches implementation- having trouble finding matches in an input string using the ICU regex matcher
|
2018-08-07 09:35:02 -07:00 |
Jan
|
b278d6874a
|
allow master & slave to work in parallel for RocksDB WAL tailing (#6059)
|
2018-08-03 13:37:53 +02:00 |
shivamdave24
|
d4c6431ee5
|
Regex Split Implementation (unfinished) (#5991)
|
2018-08-01 12:09:36 +02:00 |
jsteemann
|
2256bad159
|
fix REGEX_SPLIT
|
2018-07-26 01:20:11 +02:00 |
jsteemann
|
66f174fbe3
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/add-aql-function-regexsplit
|
2018-07-26 01:20:06 +02:00 |
Shivam Dave
|
917c069c19
|
Regex Split implementation (unfinished)
|
2018-07-25 12:00:42 -07:00 |
shivamdave24
|
7db28da251
|
Levenshtein Distance function implementation with documentation and i… (#5922)
|
2018-07-25 12:48:58 +02:00 |
Jan
|
21064144c8
|
Bug fix/replication improvements (#5962)
|
2018-07-25 09:04:50 +02:00 |
Jan
|
a5bb50b0bf
|
remove methods from VelocyPackHelper that are also in VPackSlice (#5946)
|
2018-07-25 09:01:29 +02:00 |
jsteemann
|
a6af188757
|
use nullptr instead of NULL
|
2018-07-20 19:50:07 +02:00 |
jsteemann
|
425050a8e7
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/add-aql-function-levenshteindistance
|
2018-07-19 10:54:30 +02:00 |
Shivam Dave
|
644adc47f1
|
Levenshtein Distance function implementation with documentation and integration tests
|
2018-07-18 13:24:14 -07:00 |
Jan
|
7fb985d573
|
Bug fix/fix codescan issues (#5872)
|
2018-07-16 10:58:14 +02:00 |
shivamdave24
|
c45a1b6ac1
|
Soundex function implementation with integration tests and minor bug fixes to feature/add-aql-tobase64-tohex-encodeuricomponent-uuid branch (#5851)
|
2018-07-13 17:47:25 +02:00 |
jsteemann
|
208914e3d7
|
fixed test failures
|
2018-07-04 23:55:55 +02:00 |
Simon
|
b8e140493a
|
Remove redundant geo code, remove WITHIN_RECTANGLE (#5757)
|
2018-07-04 20:21:00 +02:00 |
Jan
|
b88fde9659
|
added key generators "uuid" and "padded" (#5740)
|
2018-07-03 15:23:47 +02:00 |
jsteemann
|
b1002075b3
|
Merge branch 'feature/add-distinct-aggregator' of https://github.com/arangodb/arangodb into devel
|
2018-06-28 19:03:16 +02:00 |
Simon
|
4387fabacf
|
Converting Pregel AQL function to c++ and fixing a bug (#5620)
|
2018-06-28 10:46:16 +02:00 |
Kaveh Vahedipour
|
137085c902
|
Feature/make the boolean true again (#5646)
|
2018-06-27 08:49:51 +02:00 |
jsteemann
|
2610af55f8
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/add-distinct-aggregator
|
2018-06-26 20:16:46 +02:00 |
Simon
|
52f44596ba
|
Adding MultiPolygon support, fixing some outstanding bugs (#5613)
* Adding MultiPolygon support, fixing some outstanding bugs
* removing dead code
* Adding MultiPolygon tests
* Added multi-polygon docs
* adjust the docs
* fixing remaining occurrences of geo1 / geo2, added note into UpgradingChanges34.md
* some clarification
* Improve Geo docs, reformatting
* Release notes: responses are JSON, reformatting
* Update release notes: /_api/aqlfunction has an isNewlyCreated attribute now
* Update Geo.md
|
2018-06-22 10:03:27 +02:00 |
jsteemann
|
2712f9ce14
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/add-distinct-aggregator
|
2018-06-14 00:46:22 +02:00 |
Jan Christoph Uhde
|
f81e42af36
|
Add optimizer rule that replaces js function calls (NEAR/WITHIN/FULLTEXT) with pure AQL (#5529)
|
2018-06-12 13:48:31 +02:00 |
jsteemann
|
f5d7053bb1
|
fix call/apply
|
2018-05-29 22:07:37 +02:00 |