1. 17 Sep, 2004 7 commits
  2. 16 Sep, 2004 9 commits
  3. 14 Sep, 2004 11 commits
  4. 13 Sep, 2004 9 commits
  5. 12 Sep, 2004 3 commits
  6. 11 Sep, 2004 1 commit
    • Tom Lane's avatar
      Renumber SnapshotNow and the other special snapshot codes so that · 493f7260
      Tom Lane authored
      ((Snapshot) NULL) can no longer be confused with a valid snapshot,
      as per my recent suggestion.  Define a macro InvalidSnapshot for 0.
      Use InvalidSnapshot instead of SnapshotAny as the do-nothing special
      case for heap_update and heap_delete crosschecks; this seems a little
      cleaner even though the behavior is really the same.
      493f7260