1. 02 May, 2005 4 commits
  2. 01 May, 2005 4 commits
  3. 30 Apr, 2005 7 commits
  4. 29 Apr, 2005 6 commits
  5. 28 Apr, 2005 4 commits
  6. 27 Apr, 2005 2 commits
  7. 26 Apr, 2005 1 commit
  8. 25 Apr, 2005 11 commits
  9. 24 Apr, 2005 1 commit
    • Tom Lane's avatar
      Adjust nodeBitmapIndexscan.c to not keep the index open across calls, · 186655e9
      Tom Lane authored
      but just to open and close it during MultiExecBitmapIndexScan.  This
      avoids acquiring duplicate resources (eg, multiple locks on the same
      relation) in a tree with many bitmap scans.  Also, don't bother to
      lock the parent heap at all here, since we must be underneath a
      BitmapHeapScan node that will be holding a suitable lock.
      186655e9