This project is mirrored from https://gitee.com/mirrors/neo4jsource.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 20 Oct, 2017 13 commits
-
-
MishaDemianenko authored
Do not hold thread reference in ExecutingQuery
-
Craig Taverner authored
-
Craig Taverner authored
Updated version 3.0.11 to 3.0.12
-
Pontus Melke authored
-
Pontus Melke authored
-
Pontus Melke authored
-
Pontus Melke authored
Fix dedup regex pattern
-
Pontus Melke authored
-
Tobias Lindaaker authored
Clarified the usage of Object in procedures
-
lutovich authored
-
Konstantin Lutovich authored
Don't delete known_host
-
Andres Taylor authored
Fix to nested simple case bug
-
Anton Persson authored
Improved documentation of GBPTree
-
- 19 Oct, 2017 2 commits
-
-
Jonas Kalderstam authored
Have systemd treat exit code 143 as success
-
Jonas Kalderstam authored
Since java exits with code 143 when stopped the service should treat this as a graceful exit.
-
- 18 Oct, 2017 3 commits
-
-
Pontus Melke authored
This is no longer necessary.
-
Anton Persson authored
-
Anton Persson authored
-
- 17 Oct, 2017 4 commits
-
-
Anton Persson authored
Ignore flaky deadlock test
-
Anton Persson authored
Test expose possible deadlock scenario. This deadlock scenario has been there for a very long time, `2.x` era. Reason test has not discovered this is because it was not run until recently because of test class missing `Test` in name. Fixing this issue without a possible significant performance hit because of increased contention is hard and will destabilise 3.3. Fix should be done properly for patch instead.
-
Sascha Peukert authored
This will fix neo4j/neo4j-java-driver#416
-
Pontus Melke authored
-
- 16 Oct, 2017 3 commits
-
-
MishaDemianenko authored
Update fields in legacy indexes when removing keys.
-
Ragnar Mellbin authored
Not doing this could potentially lead to incorrect index query results after removal of an indexed key.
-
Ragnar Mellbin authored
For explicit indexes
-
- 13 Oct, 2017 1 commit
-
-
Olivia Ytterbrink authored
-
- 12 Oct, 2017 5 commits
-
-
Satia Herfert authored
-
Louise Söderström authored
-
Louise Söderström authored
Better error message when not is parsed as a function.
-
Louise Söderström authored
-
Louise Söderström authored
Fixing error message of ORDER BY with null values
-
- 11 Oct, 2017 6 commits
-
-
Martin Furmanski authored
Make inactivity_timeout_millis visible in docs
-
Martin Furmanski authored
This setting was previously marked as @Internal preventing it from showing up in the configuration reference, but there is no point in hiding it and some might even benefit from tweaking it.
-
Satia Herfert authored
Fixes #2556
-
Chris Vest authored
Fix online backup of read-only instances with schema and legacy indexes.
-
Satia Herfert authored
-
Satia Herfert authored
Fix shortest path in with clause bug
-
- 10 Oct, 2017 3 commits
-
-
Mark Peace authored
Bump version of neo4j browser to 3.0.11
-
Mark Peace authored
-
Satia Herfert authored
changelog: Fixes #9571 where a NullPointerException was thrown when using ORDER BY with null values. Now we give a more comprehensive error message.
-