1. 12 Jul, 2002 1 commit
    • Tom Lane's avatar
      Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. · 7c6df91d
      Tom Lane authored
      pg_relcheck is gone; CHECK, UNIQUE, PRIMARY KEY, and FOREIGN KEY
      constraints all have real live entries in pg_constraint.  pg_depend
      exists, and RESTRICT/CASCADE options work on most kinds of DROP;
      however, pg_depend is not yet very well populated with dependencies.
      (Most of the ones that are present at this point just replace formerly
      hardwired associations, such as the implicit drop of a relation's pg_type
      entry when the relation is dropped.)  Need to add more logic to create
      dependency entries, improve pg_dump to dump constraints in place of
      indexes and triggers, and add some regression tests.
      7c6df91d
  2. 18 May, 2002 1 commit
  3. 08 Dec, 2001 1 commit
  4. 26 Oct, 2001 1 commit
  5. 03 Sep, 2001 1 commit
  6. 13 Aug, 2001 1 commit
    • Peter Eisentraut's avatar
      Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier" · ee8ed85d
      Peter Eisentraut authored
      syntax for language names (instead of 'string').
      
      createlang now handles the case where a second language uses the same call
      handler as an already installed language (e.g., plperl/plperlu).
      
      droplang now handles the reverse case, i.e., dropping a language where
      the call handler is still used by another language.  Moreover, droplang
      can now be used to drop any user-defined language, not just the supplied
      ones.
      ee8ed85d
  7. 25 Dec, 2000 1 commit
  8. 04 Nov, 2000 1 commit
  9. 22 Jul, 1999 1 commit
  10. 06 Jul, 1999 1 commit
  11. 29 Dec, 1998 1 commit
  12. 30 Oct, 1998 1 commit
  13. 22 Sep, 1998 1 commit
  14. 16 Sep, 1998 1 commit
  15. 07 Sep, 1998 1 commit
  16. 13 May, 1998 1 commit