1. 14 6月, 2006 1 次提交
  2. 13 6月, 2006 1 次提交
  3. 11 6月, 2006 2 次提交
    • B
      Remove pg_dump wording: · 807bfa58
      Bruce Momjian 提交于
      <   pg_get_tabledef(), pg_get_domaindef(), pg_get_functiondef(), and
      <   make use of them in pg_dump
      >   pg_get_tabledef(), pg_get_domaindef(), pg_get_functiondef()
      807bfa58
    • B
      Add: · 0d001c86
      Bruce Momjian 提交于
      <   pg_get_tabledef(), pg_get_domaindef(), pg_get_functiondef()
      >   pg_get_tabledef(), pg_get_domaindef(), pg_get_functiondef(), and
      >   make use of them in pg_dump
      0d001c86
  4. 10 6月, 2006 2 次提交
    • B
      Cleanups: · 91431449
      Bruce Momjian 提交于
      < 	* Allow a database in tablespace t1 with tables created in
      > 	o Allow a database in tablespace t1 with tables created in
      125c125
      < 	* Allow reporting of which objects are in which tablespaces
      > 	o Allow reporting of which objects are in which tablespaces
      593c593
      < 	* Allow GRANT/REVOKE permissions to be inherited by objects based on
      > 	o Allow GRANT/REVOKE permissions to be inherited by objects based on
      596c596
      < 	* Allow SERIAL sequences to inherit permissions from the base table?
      > 	o Allow SERIAL sequences to inherit permissions from the base table?
      91431449
    • B
      Cleanup: · c0ba4829
      Bruce Momjian 提交于
      < * -%Allow pooled connections to list all prepared statements
      > * -Allow pooled connections to list all prepared statements
      c0ba4829
  5. 09 6月, 2006 5 次提交
  6. 08 6月, 2006 9 次提交
  7. 07 6月, 2006 1 次提交
  8. 06 6月, 2006 1 次提交
    • B
      Done: · 491a8c27
      Bruce Momjian 提交于
      < * %Make postmater and postgres options distinct so the postmaster -o
      > * -Make postmater and postgres options distinct so the postmaster -o
      491a8c27
  9. 04 6月, 2006 2 次提交
    • B
      Update: · f6dc20e1
      Bruce Momjian 提交于
      < * %Remove behavior of postmaster -o
      > * %Make postmater and postgres options distinct so the postmaster -o
      >   option is no longer needed
      f6dc20e1
    • B
      Update: · d7739850
      Bruce Momjian 提交于
      < 	o Allow COPY to output from views
      > 	o Allow COPY to output from SELECT
      570c570
      < 	  Another idea would be to allow actual SELECT statements in a COPY.
      > 	  COPY should also be able to output views.
      d7739850
  10. 03 6月, 2006 2 次提交
  11. 30 5月, 2006 2 次提交
  12. 25 5月, 2006 1 次提交
  13. 24 5月, 2006 2 次提交
    • B
      Update text: · 672f0beb
      Bruce Momjian 提交于
      > 	  This allows tables to be added/removed from an inheritance
      > 	  hierarchy.  This is particularly useful for table partitioning.
      672f0beb
    • B
      Add: · b7741bff
      Bruce Momjian 提交于
      > 	o Add ALTER TABLE tab ADD/DROP INHERITS parent
      >
      > 	  pg_attribute.attislocal has to be set to 'false' for ADD, and
      > 	  pg_attribute.attinhcount adjusted appropriately
      >
      b7741bff
  14. 23 5月, 2006 1 次提交
    • B
      Make "trigger" section: · 74d0cf39
      Bruce Momjian 提交于
      > * Referential Integrity
      >
      > 	o Add MATCH PARTIAL referential integrity
      > 	o Change foreign key constraint for array -> element to mean element
      > 	  in array?
      > 	o Enforce referential integrity for system tables
      >
      >
      < Referential Integrity
      < =====================
      <
      < * Add MATCH PARTIAL referential integrity
      > Triggers
      > ========
      < * Change foreign key constraint for array -> element to mean element
      <   in array?
      801d804
      < * Enforce referential integrity for system tables
      74d0cf39
  15. 18 5月, 2006 1 次提交
    • B
      Add: · e6bd9bf7
      Bruce Momjian 提交于
      >
      > * Add a GUC to control whether BEGIN inside a transcation should abort
      >   the transaction.
      e6bd9bf7
  16. 07 5月, 2006 1 次提交
    • B
      Add description: · 5ff2838c
      Bruce Momjian 提交于
      * %Disallow changing DEFAULT expression of a SERIAL column?
      
      >
      >   This should be done only if the existing SERIAL problems cannot be
      >   fixed.
      >
      5ff2838c
  17. 05 5月, 2006 1 次提交
    • B
      Add/ cleanup: · 9bd51810
      Bruce Momjian 提交于
      < * %Disallow changing default expression of a SERIAL column?
      > * %Disallow changing DEFAULT expression of a SERIAL column?
      472a473,476
      > * Add DEFAULT .. AS OWNER so permission checks are done as the table
      >   owner
      >
      >   This would be useful for SERIAL nextval() calls and CHECK constraints.
      9bd51810
  18. 30 4月, 2006 4 次提交
  19. 27 4月, 2006 1 次提交