1. 05 Oct, 2003 3 commits
  2. 04 Oct, 2003 13 commits
  3. 03 Oct, 2003 7 commits
  4. 02 Oct, 2003 9 commits
  5. 01 Oct, 2003 2 commits
  6. 30 Sep, 2003 4 commits
  7. 29 Sep, 2003 2 commits
    • Tom Lane's avatar
      Adjust btree index build procedure so that the btree metapage looks · e33f205a
      Tom Lane authored
      invalid (has the wrong magic number) until the build is entirely
      complete.  This turns out to cost no additional writes in the normal
      case, since we were rewriting the metapage at the end of the process
      anyway.  In normal scenarios there's no real gain in security, because
      a failed index build would roll back the transaction leaving an unused
      index file, but for rebuilding shared system indexes this seems to add
      some useful protection.
      e33f205a
    • Bruce Momjian's avatar
      Release updates by Tom. · 6b4caf53
      Bruce Momjian authored
      6b4caf53