An error occurred fetching the project authors.
  1. 27 Apr, 2011 1 commit
  2. 22 Mar, 2011 1 commit
  3. 08 Feb, 2011 1 commit
  4. 17 Jan, 2011 1 commit
  5. 05 Jan, 2011 1 commit
  6. 15 Dec, 2010 1 commit
  7. 14 Dec, 2010 1 commit
  8. 09 Dec, 2010 5 commits
  9. 07 Dec, 2010 2 commits
  10. 17 Nov, 2010 2 commits
  11. 09 Nov, 2010 1 commit
  12. 08 Nov, 2010 1 commit
  13. 03 Nov, 2010 3 commits
  14. 02 Nov, 2010 2 commits
  15. 29 Oct, 2010 3 commits
  16. 05 Sep, 2010 2 commits
  17. 24 Aug, 2010 1 commit
    • Vincent Pelletier's avatar
      Improve replication SQL queries. · d8a7a177
      Vincent Pelletier authored
      It is more efficient to provide a boundary value than a row count range.
      This fixes replication on partitions with a large number of objects, revisions
      or transactions: query time is now constant where it used to increase, causing
      timeout problems when query duration exceeded ping time + ping timeout (11s
      currently).
      
      git-svn-id: https://svn.erp5.org/repos/neo/trunk@2221 71dcc9de-d417-0410-9af5-da40c76e7ee4
      d8a7a177
  18. 19 Aug, 2010 2 commits
  19. 26 Mar, 2010 1 commit
    • Vincent Pelletier's avatar
      Use value_serial for undo support. · 83c02447
      Vincent Pelletier authored
      This mimics what FileStorage uses (file offsets) but in a relational manner.
      This offloads decision of the ability to undo a transaction to storages,
      avoiding 3 data loads for each object in the transaction at client side.
      This also makes Neo refuse to undo transactions where object data would happen
      to be equal between current value and undone value.
      Finally, this is required to make database pack work properly (namely, it
      prevents loosing objects which are orphans at pack TID, but are reachable
      after it thanks to a transactional undo).
      
      Also, extend storage's transaction manager so database adapter can fetch data
      already sent by client in the same transaction, so it can undo multiple
      transactions at once. Requires making object lock re-entrant (done in this
      commit).
      
      git-svn-id: https://svn.erp5.org/repos/neo/trunk@1978 71dcc9de-d417-0410-9af5-da40c76e7ee4
      83c02447
  20. 23 Feb, 2010 1 commit
  21. 03 Feb, 2010 1 commit
  22. 01 Feb, 2010 2 commits
  23. 28 Jan, 2010 1 commit
  24. 13 Jan, 2010 1 commit
  25. 07 Oct, 2009 1 commit
  26. 05 Oct, 2009 1 commit