1. 10 6月, 2006 1 次提交
    • B
      Cleanup: · c0ba4829
      Bruce Momjian 提交于
      < * -%Allow pooled connections to list all prepared statements
      > * -Allow pooled connections to list all prepared statements
      c0ba4829
  2. 09 6月, 2006 5 次提交
  3. 08 6月, 2006 9 次提交
  4. 07 6月, 2006 1 次提交
  5. 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
  6. 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
  7. 03 6月, 2006 2 次提交
  8. 30 5月, 2006 2 次提交
  9. 25 5月, 2006 1 次提交
  10. 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
  11. 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
  12. 18 5月, 2006 1 次提交
    • B
      Add: · e6bd9bf7
      Bruce Momjian 提交于
      >
      > * Add a GUC to control whether BEGIN inside a transcation should abort
      >   the transaction.
      e6bd9bf7
  13. 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
  14. 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
  15. 30 4月, 2006 4 次提交
  16. 27 4月, 2006 2 次提交
    • B
      Add to item log_min_error_messages item: · 87f00a46
      Bruce Momjian 提交于
      >   Another idea is to allow separate configuration files for each module,
      >   or allow arbitrary SET commands to be passed to them.
      87f00a46
    • B
      Add: · 80aa37a7
      Bruce Momjian 提交于
      > * Invalidate prepared queries, like INSERT, when the table definition
      >   is altered
      80aa37a7
  17. 26 4月, 2006 1 次提交
    • B
      Done: · 3289a932
      Bruce Momjian 提交于
      * -Allow WAL information to recover corrupted pg_controldata
      3289a932
  18. 25 4月, 2006 3 次提交
    • B
      I now see we support RESET SESSION AUTHORIZATION, so it seems we have to · 5fd7df43
      Bruce Momjian 提交于
      use RESET CONNECTION:
      
      < * Add RESET SESSION command to reset all session state
      > * Add RESET CONNECTION command to reset all session state
      447c447
      <   notify the protocol when a RESET SESSION command is used.
      >   notify the protocol when a RESET CONNECTION command is used.
      5fd7df43
    • B
      RESET SESSION is more precise: · 2b700935
      Bruce Momjian 提交于
      < * Add RESET CONNECTION command to reset all session state
      > * Add RESET SESSION command to reset all session state
      447c447
      <   notify the protocol when a RESET CONNECTION command is used.
      >   notify the protocol when a RESET SESSION command is used.
      2b700935
    • B
      Update inheritance constraint items: · 11fbdf2f
      Bruce Momjian 提交于
      < 	o %Prevent child tables from altering or dropping constraints
      <           like CHECK that were inherited from the parent table
      < 	  like CHECK that are inherited by child tables
      <
      < 	  Dropping constraints should only be possible with CASCADE.
      <
      > 	  like CHECK that are inherited by child tables unless CASCADE
      > 	  is used
      > 	o %Prevent child tables from altering or dropping constraints
      >           like CHECK that were inherited from the parent table
      11fbdf2f