1. 02 Jun, 2004 2 commits
    • Tom Lane's avatar
      6f1aa94f
    • Tom Lane's avatar
      Adjust btree index build to not use shared buffers, thereby avoiding the · 2095206d
      Tom Lane authored
      locking conflict against concurrent CHECKPOINT that was discussed a few
      weeks ago.  Also, if not using WAL archiving (which is always true ATM
      but won't be if PITR makes it into this release), there's no need to
      WAL-log the index build process; it's sufficient to force-fsync the
      completed index before commit.  This seems to gain about a factor of 2
      in my tests, which is consistent with writing half as much data.  I did
      not try it with WAL on a separate drive though --- probably the gain would
      be a lot less in that scenario.
      2095206d
  2. 01 Jun, 2004 11 commits
  3. 31 May, 2004 15 commits
  4. 30 May, 2004 4 commits
  5. 29 May, 2004 5 commits
  6. 28 May, 2004 3 commits