1. 16 7月, 2002 13 次提交
  2. 15 7月, 2002 7 次提交
  3. 14 7月, 2002 1 次提交
  4. 13 7月, 2002 5 次提交
    • B
      Mark as done, per Rod: · 59097af0
      Bruce Momjian 提交于
      > o -Add ALTER TABLE DROP non-CHECK CONSTRAINT
      > * -Allow psql \d to show foreign keys
      > * -Auto-destroy sequence on DROP of table with SERIAL; perhaps a separate
      > * -Prevent column dropping if column is used by foreign key
      > * -Automatically drop constraints/functions when object is dropped
      > * -Make foreign key constraints clearer in dump file
      > * -Make foreign keys easier to identify
      59097af0
    • B
      Both done: · fa064e97
      Bruce Momjian 提交于
      o -Add SET or BEGIN timeout parameter to cancel query
      > * -Add pg_depend table for dependency recording; use sysrelid, oid,
      fa064e97
    • B
      Add SET statement_timeout capability. Timeout is in ms. A value of · 4db8718e
      Bruce Momjian 提交于
      zero turns off the timer.
      4db8718e
    • B
      Re-add -I documentation, per Tom. · ccb3f90f
      Bruce Momjian 提交于
      ccb3f90f
    • T
      Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. · 7c6df91d
      Tom Lane 提交于
      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
  5. 12 7月, 2002 8 次提交
  6. 11 7月, 2002 5 次提交
  7. 10 7月, 2002 1 次提交