1. 12 Feb, 2006 37 commits
  2. 11 Feb, 2006 3 commits
    • Tom Lane's avatar
      Skip ambulkdelete scan if there's nothing to delete and the index is not · fd267c1e
      Tom Lane authored
      partial.  None of the existing AMs do anything useful except counting
      tuples when there's nothing to delete, and we can get a tuple count
      from the heap as long as it's not a partial index.  (hash actually can
      skip anyway because it maintains a tuple count in the index metapage.)
      GIST is not currently able to exploit this optimization because, due to
      failure to index NULLs, GIST is always effectively partial.  Possibly
      we should fix that sometime.
      Simon Riggs w/ some review by Tom Lane.
      fd267c1e
    • Bruce Momjian's avatar
      Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME · a02f6ce3
      Bruce Momjian authored
      Joachim Wieland
      a02f6ce3
    • Bruce Momjian's avatar
      Done: · 3fcb38f0
      Bruce Momjian authored
      > 	o -Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
      3fcb38f0