1. 19 Feb, 2001 2 commits
  2. 17 Feb, 2001 2 commits
  3. 16 Feb, 2001 10 commits
  4. 15 Feb, 2001 4 commits
  5. 09 Feb, 2001 1 commit
  6. 08 Feb, 2001 4 commits
  7. 07 Feb, 2001 1 commit
  8. 06 Feb, 2001 2 commits
  9. 05 Feb, 2001 2 commits
  10. 04 Feb, 2001 1 commit
  11. 01 Feb, 2001 4 commits
  12. 31 Jan, 2001 1 commit
  13. 23 Jan, 2001 1 commit
  14. 22 Jan, 2001 2 commits
  15. 18 Jan, 2001 2 commits
    • Jim Fulton's avatar
      Fixed a bug that could cause database consistency problems · c223ab34
      Jim Fulton authored
      in cases where a transaction is aborted due to a storage error
      (e.g. ConflictError) during two-phase commit and new objects
      have been stored. The new objects were left in a state where they
      incorrectly appeared to have been saved and be up to date.
      
      Also removed unnecessary invalidation of objects in other connections
      when commiting sub-transactions.
      c223ab34
    • Jim Fulton's avatar
      Fixed a silly typo: Collector 1866 · 13d7eb5e
      Jim Fulton authored
      Merged in changes from Evan's branch that allows the system to
      continue commiting transactions when there is a failure of only one
      data manager in the last phase of two-phase commit.
      13d7eb5e
  16. 15 Jan, 2001 1 commit