1. 15 Feb, 2007 1 commit
  2. 06 Feb, 2007 2 commits
    • Gary Poster's avatar
      05cf02d4
    • Gary Poster's avatar
      revert revision 72313: · 7d9a9e50
      Gary Poster authored
        "add new 64-bit btree types (patch from Jim), merged from trunk"
      
      Even though, as noted in the history file, there is no official release
      of standalone ZODB 3.7, it corresponds with the release of Zope 3.3 and
      2.10 in 2006, and should be considered feature-frozen.  Jim has
      requested that these changes be reserved for the trunk (to be ZODB 3.8).
      
      A subsequent checkin will clarify the status of 3.7 in HISTORY.txt.
      
      7d9a9e50
  3. 01 Feb, 2007 1 commit
  4. 21 Nov, 2006 3 commits
  5. 16 Aug, 2006 1 commit
  6. 15 Aug, 2006 1 commit
  7. 14 Aug, 2006 1 commit
  8. 13 Aug, 2006 2 commits
  9. 27 Jul, 2006 1 commit
  10. 18 Jul, 2006 4 commits
  11. 16 Jun, 2006 1 commit
  12. 02 Jun, 2006 1 commit
  13. 08 May, 2006 1 commit
  14. 04 May, 2006 3 commits
  15. 17 Apr, 2006 1 commit
  16. 22 Mar, 2006 1 commit
  17. 02 Mar, 2006 1 commit
  18. 11 Feb, 2006 2 commits
  19. 03 Feb, 2006 1 commit
    • Shane Hathaway's avatar
      Fixed multiple undo in a transaction. · 9ce4c7fe
      Shane Hathaway authored
      For multiple undo to succeed, the undo operations have to be
      performed in a specific order.  The order was not being retained
      by ZODB and was instead semi-random (the order depended on the
      id() function.)  Now undo operations (as well as all
      ResourceManagers) are sorted by creation order.
      
      9ce4c7fe
  20. 23 Jan, 2006 1 commit
  21. 20 Jan, 2006 1 commit
  22. 05 Jan, 2006 1 commit
  23. 03 Jan, 2006 1 commit
  24. 02 Jan, 2006 1 commit
    • Tim Peters's avatar
      Merge rev 41063 from 3.6 branch. · 3e334b70
      Tim Peters authored
      _ConnectionPool._reduce_size():  when forgetting a Connection
      due to exceeding pool_size available connections, clear its
      cache right away.  Because such a connection can never be in
      the open state again, hanging on to resources in its cache is
      just wasteful.  This was reported as "a problem" on zodb-dev
      recently, although it's unclear how the poster got into a state
      where it mattered so much.
      3e334b70
  25. 18 Dec, 2005 1 commit
  26. 14 Dec, 2005 1 commit
    • Tim Peters's avatar
      Merge rev 40783 from 3.4 branch. · 4c823a7c
      Tim Peters authored
      _setstate():  An MVCC optimization was inadvertently disabled by
      fixes for ZClasses.  Repaired.
      
      Elsewhere, repaired English in comments.
      
      NEWS.txt:  removed news from 3.6 and earlier.
      4c823a7c
  27. 12 Dec, 2005 2 commits
  28. 10 Dec, 2005 1 commit
  29. 09 Dec, 2005 1 commit