1. 31 3月, 2004 3 次提交
    • B
      Add: · b5db560c
      Bruce Momjian 提交于
      * Move psql backslash database information into the backend, use
      nmumonic commands? [psql]
      b5db560c
    • B
      Remove: · 07ff3afa
      Bruce Momjian 提交于
      	* Prevent unneeded quoting in psql \d output using fmtId()
      07ff3afa
    • B
      Add: · cf9c2be7
      Bruce Momjian 提交于
      > * Add GUC variable to allow output of interval values in ISO8601 format
      cf9c2be7
  2. 25 3月, 2004 1 次提交
    • B
      Add: · a09b9a36
      Bruce Momjian 提交于
      * Have pg_dump use multi-statement transactions for INSERT dumps
      a09b9a36
  3. 18 3月, 2004 2 次提交
    • B
      Done: · 3700335b
      Bruce Momjian 提交于
      > * -Order duplicate index entries on creation by tid for faster heap lookups
      3700335b
    • B
      Modify: · 8c702ea7
      Bruce Momjian 提交于
      < * Order duplicate index entries by tid for faster heap lookups
      > * Order duplicate index entries on creation by tid for faster heap lookups
      8c702ea7
  4. 17 3月, 2004 1 次提交
    • B
      Add: · 2c7e4734
      Bruce Momjian 提交于
      > * Allow pg_dumpall to use non-text output formats
      >
      2c7e4734
  5. 15 3月, 2004 1 次提交
  6. 14 3月, 2004 1 次提交
    • B
      Done: · afaf252c
      Bruce Momjian 提交于
      > * -Issue NOTICE if foreign key data requires costly test to match primary key
      afaf252c
  7. 09 3月, 2004 1 次提交
    • B
      Done: · 96ef6682
      Bruce Momjian 提交于
      > * -Allow log lines to include session-level information, like database and user
      96ef6682
  8. 07 3月, 2004 1 次提交
  9. 03 3月, 2004 2 次提交
    • B
      Remove Jan: · 6008fca4
      Bruce Momjian 提交于
      < 	o Add PL/PHP (Joe, Jan)
      > 	o Add PL/PHP (Joe)
      6008fca4
    • B
      Add: · 58c69eab
      Bruce Momjian 提交于
      > 	o Add way to remove cluster specification on a table
      58c69eab
  10. 21 2月, 2004 2 次提交
    • B
      Add: · 0d025339
      Bruce Momjian 提交于
      > * Have psql show more information about sequences
      0d025339
    • B
      Add: · e53c56d3
      Bruce Momjian 提交于
      > * Allow external interfaces to extend the GUC variable set
      e53c56d3
  11. 19 2月, 2004 1 次提交
    • B
      Update: · 2e3d5f11
      Bruce Momjian 提交于
      < * Add GUC variable to prevent waiting on locks
      > * Add NO WAIT option to various SQL commands
      2e3d5f11
  12. 17 2月, 2004 2 次提交
    • B
      Done: · 0128c17c
      Bruce Momjian 提交于
      > * -Change CVS ID to PostgreSQL
      0128c17c
    • B
      Add: · e1707017
      Bruce Momjian 提交于
      > 	o Allow the schema of objects to be changed
      e1707017
  13. 13 2月, 2004 17 次提交
    • B
      Fix typo: · 72509752
      Bruce Momjian 提交于
      < * Allow cross-db queries with transaction sematics
      > * Allow cross-db queries with transaction semantics
      72509752
    • B
      Add: · 1e376bfb
      Bruce Momjian 提交于
      > * Use nested transactions to prevent syntax errors from aborting a transaction
      1e376bfb
    • B
      Add: · 65010e34
      Bruce Momjian 提交于
      > * Allow temporary views on non-temporary tables
      65010e34
    • B
      Add from Joe Conway: · d27471fe
      Bruce Momjian 提交于
      > 	o Modify array literal representation to handle array index lower bound
      > 	  of other than one
      >
      183d185
      <
      d27471fe
    • B
      Improve \? wording, remove 'internal'. · 4a1c29f8
      Bruce Momjian 提交于
      4a1c29f8
    • B
      Done: · 5de02e28
      Bruce Momjian 提交于
      <
      <
      < Reporting
      < =========
      <
      < * Show location of syntax error in query [yacc]
      5de02e28
    • B
      File not needed: · b3efb9f0
      Bruce Momjian 提交于
      .< * Improve speed with indexes (perhaps recreate index instead) [vacuum]
      > * Improve speed with indexes (perhaps recreate index instead)
      369c369
      <   lock and truncate table [vacuum]
      >   lock and truncate table
      371c371
      <   rather than in /contrib [vacuum]
      >   rather than in /contrib
      b3efb9f0
    • B
      Mostly done: · b8369db5
      Bruce Momjian 提交于
      < * Allow better handling of numeric constants, type conversion [typeconv]
      b8369db5
    • B
      File not needed: · f66f437f
      Bruce Momjian 提交于
      < * Add replication of distributed databases [replication]
      > * Add replication of distributed databases
      f66f437f
    • B
      b23d6945
    • B
      Merge files: · db55d7a2
      Bruce Momjian 提交于
      < * Allow persistent backends [persistent]
      > * Allow persistent backends [pool]
      397c397
      <   connection pooling
      >   connection pooling [pool]
      db55d7a2
    • B
      Not needed: · b4c0b196
      Bruce Momjian 提交于
      <   float4, numeric/decimal too [optimizer]
      >   float4, numeric/decimal too
      422c422
      < * Missing optimizer selectivities for date, r-tree, etc. [optimizer]
      > * Missing optimizer selectivities for date, r-tree, etc
      b4c0b196
    • B
      Not needed: · b3fbb4b8
      Bruce Momjian 提交于
      < * Delay fsync() when other backends are about to commit too [fsync]
      > * Delay fsync() when other backends are about to commit too
      b3fbb4b8
    • B
      Not needed: · ebf4bb7f
      Bruce Momjian 提交于
      < * Add MATCH PARTIAL referential integrity [foreign]
      > * Add MATCH PARTIAL referential integrity
      ebf4bb7f
    • B
      Add, dblink doesn't do this: · fbfc9dc2
      Bruce Momjian 提交于
      > * Allow cross-db queries with transaction sematics
      fbfc9dc2
    • B
      Done, mostly by dblink, I think: · 329207e8
      Bruce Momjian 提交于
      < * Allow queries across multiple databases [crossdb]
      329207e8
    • B
      Add: · 43d37a81
      Bruce Momjian 提交于
      <
      > * Allow substring/replace() to get/set bit values
      43d37a81
  14. 12 2月, 2004 3 次提交
  15. 08 2月, 2004 1 次提交
  16. 04 2月, 2004 1 次提交
    • B
      Add: · 39d715be
      Bruce Momjian 提交于
      > * Make pg_restore continue after errors, so it acts more like pg_dump scripts
      39d715be