1. 10 May, 2004 1 commit
    • Bruce Momjian's avatar
      Add: · b071a400
      Bruce Momjian authored
      > * Add MERGE command that does UPDATE, or on failure, INSERT
      b071a400
  2. 07 May, 2004 1 commit
  3. 06 May, 2004 2 commits
  4. 05 May, 2004 1 commit
    • Bruce Momjian's avatar
      Done: · a4ab5bae
      Bruce Momjian authored
              o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
              o -ALTER TABLE ADD COLUMN column DEFAULT should fill existing
                rows with DEFAULT value
              o -Allow ALTER TABLE to modify column lengths and change to binary
                compatible types
      
      Remove:
      
              o Allow columns to be reordered using ALTER ... POSITION i col1 [,col2];
                have SELECT * and INSERT honor such ordering
      a4ab5bae
  5. 02 May, 2004 2 commits
    • Bruce Momjian's avatar
      Assign item: · 7ebd5daf
      Bruce Momjian authored
      < 	o Add ALTER TABLE table SET WITHOUT CLUSTER
      > 	o Add ALTER TABLE table SET WITHOUT CLUSTER (Christopher)
      7ebd5daf
    • Bruce Momjian's avatar
      Update TODO item: · 846cd0f1
      Bruce Momjian authored
              o Add ALTER TABLE table SET WITHOUT CLUSTER
      846cd0f1
  6. 28 Apr, 2004 1 commit
    • Bruce Momjian's avatar
      Fix typo: · a3b0c90e
      Bruce Momjian authored
      <   columns and indexes with many duplicate keys
      a3b0c90e
  7. 20 Apr, 2004 3 commits
    • Bruce Momjian's avatar
      Done: · 2d1221bf
      Bruce Momjian authored
      < * Add NO WAIT option to various SQL commands
      > * -Add NO WAIT LOCKs
      2d1221bf
    • Bruce Momjian's avatar
      Add: · cfb8d57b
      Bruce Momjian authored
      > * Allow AFTER triggers on system tables
      cfb8d57b
    • Bruce Momjian's avatar
      Done: · 8b10da10
      Bruce Momjian authored
      > * -Exit postmaster if postgresql.conf can not be opened
      8b10da10
  8. 19 Apr, 2004 2 commits
    • Bruce Momjian's avatar
      Done: · 83ab1c04
      Bruce Momjian authored
      > 	o -Allow dump/load of CSV format
      83ab1c04
    • Bruce Momjian's avatar
      Fix typo: · 7931a8fd
      Bruce Momjian authored
      < * -Allow psql \du to show groups, and add \dg for groups
      > * -Allow psql \du to show users, and add \dg for groups
      7931a8fd
  9. 14 Apr, 2004 2 commits
    • Bruce Momjian's avatar
      Update name: · 18229e08
      Bruce Momjian authored
      < * Alvaro Herrera <alvherre@dcc.uchile.cl>
      > * Alvaro is Alvaro Herrera <alvherre@dcc.uchile.cl>
      18229e08
    • Bruce Momjian's avatar
      Update owners of items: · 76e953bd
      Bruce Momjian authored
      < * Add the concept of dataspaces/tablespaces [tablespaces]
      > * Add the concept of dataspaces/tablespaces [tablespaces] (Gavin)
      167c167
      < * Allow savepoints / nested transactions [transactions] (Bruce)
      > * Allow savepoints / nested transactions [transactions] (Alvaro)
      240c240
      < 	o Allow Java server-side programming [java]
      > 	o Allow Java server-side programming [java] (Dave)
      496a497
      > * Alvaro Herrera <alvherre@dcc.uchile.cl>
      76e953bd
  10. 07 Apr, 2004 3 commits
    • Bruce Momjian's avatar
      Update: · d17c92b2
      Bruce Momjian authored
      < * Allow LOCALE on a per-column basis, default to ASCII
      > * Allow locale to be set at database creation
      > * Allow locale on a per-column basis, default to ASCII
      > * Optimize locale to have minimal performance impact when not used (Peter E)
      105d106
      < * Optimize locale to have minimal performance impact when not used (Peter E)
      111d111
      < * Allow locale to be set at database creation
      d17c92b2
    • Bruce Momjian's avatar
      Add: · 75688a27
      Bruce Momjian authored
      > * Allow locale to be set at database creation
      75688a27
    • Bruce Momjian's avatar
      Done: · f1d02698
      Bruce Momjian authored
      > * -Allow logging of only data definition(DDL), or DDL and modification statements
      
      Add:
      > * Add a session mode to warn about non-standard SQL usage
      f1d02698
  11. 31 Mar, 2004 2 commits
    • Bruce Momjian's avatar
      Add: · b5db560c
      Bruce Momjian authored
      * Move psql backslash database information into the backend, use
      nmumonic commands? [psql]
      b5db560c
    • Bruce Momjian's avatar
      Remove: · 07ff3afa
      Bruce Momjian authored
      	* Prevent unneeded quoting in psql \d output using fmtId()
      07ff3afa
  12. 30 Mar, 2004 1 commit
    • Bruce Momjian's avatar
      Add: · cf9c2be7
      Bruce Momjian authored
      > * Add GUC variable to allow output of interval values in ISO8601 format
      cf9c2be7
  13. 24 Mar, 2004 1 commit
    • Bruce Momjian's avatar
      Add: · a09b9a36
      Bruce Momjian authored
      * Have pg_dump use multi-statement transactions for INSERT dumps
      a09b9a36
  14. 17 Mar, 2004 2 commits
    • Bruce Momjian's avatar
      Done: · 3700335b
      Bruce Momjian authored
      > * -Order duplicate index entries on creation by tid for faster heap lookups
      3700335b
    • Bruce Momjian's avatar
      Modify: · 8c702ea7
      Bruce Momjian authored
      < * Order duplicate index entries by tid for faster heap lookups
      > * Order duplicate index entries on creation by tid for faster heap lookups
      8c702ea7
  15. 16 Mar, 2004 1 commit
    • Bruce Momjian's avatar
      Add: · 2c7e4734
      Bruce Momjian authored
      > * Allow pg_dumpall to use non-text output formats
      >
      2c7e4734
  16. 15 Mar, 2004 1 commit
  17. 13 Mar, 2004 1 commit
    • Bruce Momjian's avatar
      Done: · afaf252c
      Bruce Momjian authored
      > * -Issue NOTICE if foreign key data requires costly test to match primary key
      afaf252c
  18. 09 Mar, 2004 1 commit
    • Bruce Momjian's avatar
      Done: · 96ef6682
      Bruce Momjian authored
      > * -Allow log lines to include session-level information, like database and user
      96ef6682
  19. 07 Mar, 2004 1 commit
  20. 03 Mar, 2004 2 commits
    • Bruce Momjian's avatar
      Remove Jan: · 6008fca4
      Bruce Momjian authored
      < 	o Add PL/PHP (Joe, Jan)
      > 	o Add PL/PHP (Joe)
      6008fca4
    • Bruce Momjian's avatar
      Add: · 58c69eab
      Bruce Momjian authored
      > 	o Add way to remove cluster specification on a table
      58c69eab
  21. 20 Feb, 2004 2 commits
    • Bruce Momjian's avatar
      Add: · 0d025339
      Bruce Momjian authored
      > * Have psql show more information about sequences
      0d025339
    • Bruce Momjian's avatar
      Add: · e53c56d3
      Bruce Momjian authored
      > * Allow external interfaces to extend the GUC variable set
      e53c56d3
  22. 18 Feb, 2004 1 commit
    • Bruce Momjian's avatar
      Update: · 2e3d5f11
      Bruce Momjian authored
      < * Add GUC variable to prevent waiting on locks
      > * Add NO WAIT option to various SQL commands
      2e3d5f11
  23. 17 Feb, 2004 2 commits
    • Bruce Momjian's avatar
      Done: · 0128c17c
      Bruce Momjian authored
      > * -Change CVS ID to PostgreSQL
      0128c17c
    • Bruce Momjian's avatar
      Add: · e1707017
      Bruce Momjian authored
      > 	o Allow the schema of objects to be changed
      e1707017
  24. 13 Feb, 2004 3 commits
    • Bruce Momjian's avatar
      Fix typo: · 72509752
      Bruce Momjian authored
      < * Allow cross-db queries with transaction sematics
      > * Allow cross-db queries with transaction semantics
      72509752
    • Bruce Momjian's avatar
      Add: · 1e376bfb
      Bruce Momjian authored
      > * Use nested transactions to prevent syntax errors from aborting a transaction
      1e376bfb
    • Bruce Momjian's avatar
      Add: · 65010e34
      Bruce Momjian authored
      > * Allow temporary views on non-temporary tables
      65010e34
  25. 12 Feb, 2004 1 commit
    • Bruce Momjian's avatar
      Add from Joe Conway: · d27471fe
      Bruce Momjian authored
      > 	o Modify array literal representation to handle array index lower bound
      > 	  of other than one
      >
      183d185
      <
      d27471fe