1. 08 Feb, 2003 1 commit
  2. 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
  3. 06 Feb, 2003 3 commits
  4. 05 Feb, 2003 3 commits
  5. 04 Feb, 2003 8 commits
  6. 03 Feb, 2003 7 commits
  7. 02 Feb, 2003 3 commits
  8. 01 Feb, 2003 6 commits
  9. 31 Jan, 2003 6 commits
  10. 30 Jan, 2003 1 commit