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.
  1. 12 Jun, 2014 1 commit
  2. 11 Jun, 2014 8 commits
  3. 10 Jun, 2014 12 commits
  4. 09 Jun, 2014 13 commits
    • Davide Grohmann's avatar
      Fix problem about not using indexes when multiple labels are present on a node · 6faf33ab
      Davide Grohmann authored
      o fix conflicts between Ronja rewriters and legacy planner
      o added more index acceptance tests
      o fix the legacy planner builder to make sure indexes can use values generated by unwind
      6faf33ab
    • Davide Grohmann's avatar
      Merge pull request #2532 from davidegrohmann/csv-file-format-docs · 57506bda
      Davide Grohmann authored
      Csv file format docs
      57506bda
    • Anders Nawroth's avatar
      Merge pull request #2530 from nawroth/docs-fixes · 317dfd61
      Anders Nawroth authored
      Documentation fixes.
      317dfd61
    • Andres Taylor's avatar
      24cdf729
    • Davide Grohmann's avatar
      Document CSV file format · 6e9ccf43
      Davide Grohmann authored
      o add a documentation test about quoted strings and escape chars
      6e9ccf43
    • Chris Gioran's avatar
      Updates changelogs for 2.1.2 · 03e2936c
      Chris Gioran authored
      03e2936c
    • magnusvejlstrup's avatar
      Merge pull request #2533 from chrisvest/2.1-merge-2.0 · 028b957d
      magnusvejlstrup authored
      2.1 merge 2.0
      028b957d
    • Chris Gioran's avatar
      Ensures that reused buffers of the batch importer are properly zeroed out · 292ed933
      Chris Gioran authored
      Batch importer makes use of a special window pool that reuses some of the
       buffers it requires. In some cases, it is possible for previous uses
       of a buffer to leave state in them, resulting in subsequent passes
       over the store to write out content that might cause problems
       later on. In particular, during store migration of a store that
       has large not in use record spans in it, it is possible that
       the target store would have contents in the same offesets that
       has not properly zeroed out records.
      This fix ensures that when the buffer is going to be reused it
       is zeroed out first.
      292ed933
    • Chris Vest's avatar
      Merge branch '2.0-merge-1.9' into 2.1-merge-2.0 · f0617201
      Chris Vest authored
      Conflicts:
      	community/cypher/cypher-compiler-2.0/src/main/scala/org/neo4j/cypher/internal/compiler/v2_0/parser/Expressions.scala
      	community/cypher/cypher-compiler-2.0/src/main/scala/org/neo4j/cypher/internal/compiler/v2_0/pipes/ExtractPipe.scala
      	community/cypher/cypher-compiler-2.0/src/main/scala/org/neo4j/cypher/internal/compiler/v2_0/pipes/LoadCSVPipe.scala
      	community/cypher/cypher-compiler-2.0/src/main/scala/org/neo4j/cypher/internal/compiler/v2_0/spi/DelegatingQueryContext.scala
      	community/cypher/cypher-compiler-2.0/src/main/scala/org/neo4j/cypher/internal/compiler/v2_0/spi/LoadCSVQueryContext.scala
      	community/cypher/cypher-compiler-2.0/src/main/scala/org/neo4j/cypher/internal/compiler/v2_0/spi/QueryContext.scala
      	community/cypher/cypher-compiler-2.0/src/test/scala/org/neo4j/cypher/internal/compiler/v2_0/parser/CypherParserTest.scala
      	community/kernel/CHANGES.txt
      	community/kernel/src/main/java/org/neo4j/kernel/impl/transaction/RWLock.java
      	enterprise/backup/src/main/java/org/neo4j/backup/BackupTool.java
      	packaging/standalone/standalone-advanced/src/main/distribution/text/advanced/CHANGES.txt
      	packaging/standalone/standalone-community/src/main/distribution/text/community/CHANGES.txt
      	packaging/standalone/standalone-enterprise/src/main/distribution/text/enterprise/CHANGES.txt
      f0617201
    • Chris Vest's avatar
      Merge branch '1.9-maint' into 2.0-merge-1.9 · c621c3d6
      Chris Vest authored
      Conflicts:
      	community/kernel/CHANGES.txt
      	community/kernel/src/test/java/org/neo4j/kernel/impl/transaction/RWLockLeakTest.java
      	enterprise/cluster/src/main/java/org/neo4j/cluster/protocol/atomicbroadcast/multipaxos/MultiPaxosContext.java
      	enterprise/cluster/src/test/java/org/neo4j/cluster/protocol/atomicbroadcast/multipaxos/MultiPaxosServer.java
      	enterprise/ha/src/main/java/org/neo4j/kernel/ha/HighAvailabilityConsoleLogger.java
      	enterprise/ha/src/test/java/org/neo4j/ha/TestPullUpdatesApplied.java
      	manual/pom.xml
      	packaging/standalone/standalone-advanced/src/main/distribution/text/advanced/CHANGES.txt
      	packaging/standalone/standalone-community/src/main/distribution/text/community/CHANGES.txt
      	packaging/standalone/standalone-enterprise/src/main/distribution/text/enterprise/CHANGES.txt
      c621c3d6
    • Anders Nawroth's avatar
      Docs fixes. · 1784c3c6
      Anders Nawroth authored
      * Fixed bug in server plugin example.
      * Fixed problem with bash syntax highlighting.
      * Made the refcard entry on maps less confusing.
      1784c3c6
    • Chris Gioran's avatar
      Merge pull request #2520 from chrisvest/2.1-consistency-check-indexes · e15f0f3f
      Chris Gioran authored
      Speed up consistency checking of non-constraint indexes
      e15f0f3f
    • Chris Vest's avatar
      Merge pull request #2503 from cleishm/browser-relaxed-status · 555df3e9
      Chris Vest authored
      relaxed heartbeat to server
      555df3e9
  5. 06 Jun, 2014 1 commit
  6. 05 Jun, 2014 5 commits