1. 11 Feb, 2003 1 commit
    • Tom Lane's avatar
      Use a varno not chosen at random for dummy variables in the top-level · 9069a5fc
      Tom Lane authored
      targetlist of a set-operation tree.  I'm not sure that this solution
      will really stand the test of time --- perhaps we need to make a special
      RTE for such vars to refer to.  But this quick hack fixes Brandon Craig
      Rhodes' complaint of 10-Feb-02 about EXCEPT in CREATE RULE, while not
      changing any behavior in the better-tested cases where leftmostRTI is
      one anyway.
      9069a5fc
  2. 10 Feb, 2003 3 commits
  3. 09 Feb, 2003 6 commits
  4. 08 Feb, 2003 1 commit
  5. 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
  6. 06 Feb, 2003 3 commits
  7. 05 Feb, 2003 3 commits
  8. 04 Feb, 2003 8 commits
  9. 03 Feb, 2003 7 commits
  10. 02 Feb, 2003 3 commits
  11. 01 Feb, 2003 3 commits