1. 11 Oct, 2007 2 commits
    • Tom Lane's avatar
      Fix the plan-invalidation mechanism to treat regclass constants that refer to · 82d8ab6f
      Tom Lane authored
      a relation as a reason to invalidate a plan when the relation changes.  This
      handles scenarios such as dropping/recreating a sequence that is referenced by
      nextval('seq') in a cached plan.  Rather than teach plancache.c all about
      digging through plan trees to find regclass Consts, we charge the planner's
      setrefs.c with making a list of the relation OIDs on which each plan depends.
      That way the list can be built cheaply during a plan tree traversal that has
      to happen anyway.  Per bug #3662 and subsequent discussion.
      82d8ab6f
    • Bruce Momjian's avatar
      Whitespace cleanup. · 68b08b25
      Bruce Momjian authored
      68b08b25
  2. 10 Oct, 2007 6 commits
  3. 09 Oct, 2007 10 commits
  4. 08 Oct, 2007 3 commits
  5. 07 Oct, 2007 5 commits
  6. 06 Oct, 2007 5 commits
  7. 05 Oct, 2007 7 commits
  8. 04 Oct, 2007 2 commits