1. 25 Apr, 2005 2 commits
    • Bruce Momjian's avatar
      Add description for concurrent sequential scans: · 7a4c34c9
      Bruce Momjian authored
      >   One possible implementation is to start sequential scans from the lowest
      >   numbered buffer in the shared cache, and when reaching the end wrap
      >   around to the beginning, rather than always starting sequential scans
      >   at the start of the table.
      7a4c34c9
    • Tom Lane's avatar
      Remove support for OR'd indexscans internal to a single IndexScan plan · 5b051852
      Tom Lane authored
      node, as this behavior is now better done as a bitmap OR indexscan.
      This allows considerable simplification in nodeIndexscan.c itself as
      well as several planner modules concerned with indexscan plan generation.
      Also we can improve the sharing of code between regular and bitmap
      indexscans, since they are now working with nigh-identical Plan nodes.
      5b051852
  2. 24 Apr, 2005 11 commits
  3. 23 Apr, 2005 27 commits