1. 15 Feb, 2001 1 commit
  2. 09 Feb, 2001 1 commit
  3. 08 Feb, 2001 4 commits
  4. 07 Feb, 2001 1 commit
  5. 06 Feb, 2001 2 commits
  6. 05 Feb, 2001 2 commits
    • Jim Fulton's avatar
      · a0dadf7c
      Jim Fulton authored
      Added Sets as distinct types within template. This will make
      merging sets and mapping objects (e.g. integer sets and
      integer to integer mappings) easier later.
      
      Split template into multiple files.
      
      Change buckets to use separate key and value arrays.
      This makes set handling (null value arrays) a little simpler
      and will allow us to save memory if we implement types with
      small keys or values (e.g. short keys).
      a0dadf7c
    • Jim Fulton's avatar
      c1e22590
  7. 04 Feb, 2001 1 commit
  8. 01 Feb, 2001 4 commits
  9. 31 Jan, 2001 1 commit
  10. 23 Jan, 2001 1 commit
  11. 22 Jan, 2001 2 commits
  12. 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
  13. 15 Jan, 2001 2 commits
  14. 12 Jan, 2001 1 commit
  15. 11 Jan, 2001 8 commits
  16. 30 Dec, 2000 1 commit
  17. 26 Dec, 2000 1 commit
  18. 11 Dec, 2000 1 commit
  19. 07 Nov, 2000 1 commit
  20. 14 Oct, 2000 2 commits
  21. 11 Oct, 2000 1 commit