1. 27 Nov, 2001 1 commit
  2. 26 Nov, 2001 26 commits
  3. 25 Nov, 2001 8 commits
  4. 24 Nov, 2001 4 commits
  5. 23 Nov, 2001 1 commit
    • Tom Lane's avatar
      Fix boundary condition in btbulkdelete: don't examine high key in case · cd255bb0
      Tom Lane authored
      where rightmost index page splits while we are waiting to obtain exclusive
      lock on it.  Not clear this would actually hurt (probably the callback
      would always fail), but better safe than sorry.
      Also, improve comments describing concurrency considerations in this code.
      cd255bb0