1. 13 Oct, 2003 1 commit
    • Tom Lane's avatar
      Adjust setRelhassubclassInRelation() to not perform actual heap_update · e7261c46
      Tom Lane authored
      when the pg_class.relhassubclass value is already correct.  This should
      avoid most cases of the 'tuple concurrently updated' problem that
      Robert Creager recently complained about.  Also remove a bunch of dead
      code in StoreCatalogInheritance() --- it was still computing the complete
      list of direct and indirect inheritance ancestors, though that list has
      not been needed since we got rid of the pg_ipl catalog.
      e7261c46
  2. 12 Oct, 2003 3 commits
  3. 11 Oct, 2003 4 commits
  4. 10 Oct, 2003 12 commits
  5. 09 Oct, 2003 19 commits
  6. 08 Oct, 2003 1 commit
    • Bruce Momjian's avatar
      Add: · 67afe3d8
      Bruce Momjian authored
      <
      346a346
      > * Remove CREATE CONSTRAINT TRIGGER
      67afe3d8