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.
- 06 Nov, 2017 1 commit
-
-
Louise Söderström authored
Executed, but with the wrong result before.
-
- 03 Nov, 2017 8 commits
-
-
Louise Söderström authored
Fixes bug in pattern matching around pruning var expand
-
Andrew Kerr authored
-
Andrew Kerr authored
-
Andrew Kerr authored
Raft message log line rewrite to aid machine readability.
-
Andrew Kerr authored
Log raft election vote decision
-
Louise Söderström authored
-
Andres Taylor authored
When both sides of a variable path where already available, pruning var-expand should not be used, since it disregards the already bound end-side.
-
Craig Taverner authored
Turn off compiled runtime for multiple aggregations
-
- 02 Nov, 2017 5 commits
-
-
Maria Scharin authored
Update version to 3.2.8-SNAPSHOT
-
mariascharin authored
-
Johan Teleman authored
Properly handle filtering with empty properties map
-
Pontus Melke authored
-
Pontus Melke authored
Backport: Removed unnecessary assertion in UNION
-
- 01 Nov, 2017 5 commits
-
-
Simon Svensson authored
Add setting to toggle ttl for cache
-
MishaDemianenko authored
Cleanup HostnamePortTest URI creation assumptions.
-
Olivia Ytterbrink authored
Fixes #9847
-
Olivia Ytterbrink authored
-
Olivia Ytterbrink authored
-
- 31 Oct, 2017 6 commits
-
-
Pontus Melke authored
The compiled runtime is not doing the right thing when having multiple aggregations, e.g. ``` MATCH (a)-->(b) RETURN a.prop, count(a.p1), count(b.p2) ``` This PR disables the compiled runtime from queries that contains more than one aggregation.
-
MishaDemianenko authored
Cleanup incorrect assumption about ability to create URI for any host and port if scheme is not specified. Since URI should always have scheme defined and according to RFC 3986 it should be defined as "scheme = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." )" And hosts that start with a digit will break that assumption.
-
Pontus Melke authored
-
Pontus Melke authored
-
Pontus Melke authored
-
Pontus Melke authored
Fixed bug in shortestPath with predicate depending on multiple patterns
-
- 30 Oct, 2017 11 commits
-
-
Craig Taverner authored
Changed new tests to only run with cost planner until next patch release
-
Craig Taverner authored
-
Simon Svensson authored
-
Louise Söderström authored
-
Simon Svensson authored
Make the error message for missing a colon in the relationship type more helpful
-
Andrew Kerr authored
-
Andrew Kerr authored
Include date, both to and from members, type of message rather than class of message, arranged as space separated fields and with message quoted.
-
Louise Söderström authored
-
Louise Söderström authored
Handle null values in parameter list for rule planner
-
Mark Peace authored
Bump Neo4j Browser version to 3.1.2
-
Oskar Hane authored
-
- 22 Oct, 2017 1 commit
-
-
Craig Taverner authored
Ability to concatenate arbitrary lists. Fixes #10021
-
- 20 Oct, 2017 3 commits
-
-
MishaDemianenko authored
-
MishaDemianenko authored
Allow to use NIOFSDirectory as directory implementations for lucene indexes
-
MishaDemianenko authored
Do not hold thread reference in ExecutingQuery
-