1. 09 Feb, 2003 1 commit
    • Tom Lane's avatar
      Make further use of new bitmapset code: executor's chgParam, extParam, · 145014f8
      Tom Lane authored
      locParam lists can be converted to bitmapsets to speed updating.  Also,
      replace 'locParam' with 'allParam', which contains all the paramIDs
      relevant to the node (i.e., the union of extParam and locParam); this
      saves a step during SetChangedParamList() without costing anything
      elsewhere.
      145014f8
  2. 08 Feb, 2003 1 commit
  3. 07 Feb, 2003 2 commits
    • Dave Cramer's avatar
      applied Kris Jurka's patch for numeric · 893678ed
      Dave Cramer authored
      893678ed
    • Tom Lane's avatar
      Revise mechanism for getting rid of temp tables at backend shutdown. · 3acf4223
      Tom Lane authored
      Instead of grovelling through pg_class to find them, make use of the
      handy dandy dependency mechanism: just delete everything that depends
      on our temp schema.  Unlike the pg_class scan, the dependency mechanism
      is smart enough to delete things in an order that doesn't fall foul of
      any dependency restrictions.  Fixes problem reported by David Heggie:
      a temp table with a serial column may cause a backend FATAL exit at
      shutdown time, if it chances to try to delete the temp sequence first.
      3acf4223
  4. 06 Feb, 2003 3 commits
  5. 05 Feb, 2003 3 commits
  6. 04 Feb, 2003 8 commits
  7. 03 Feb, 2003 7 commits
  8. 02 Feb, 2003 3 commits
  9. 01 Feb, 2003 6 commits
  10. 31 Jan, 2003 6 commits