1. 13 2月, 2004 16 次提交
    • 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
  2. 12 2月, 2004 3 次提交
  3. 08 2月, 2004 1 次提交
  4. 04 2月, 2004 1 次提交
    • B
      Add: · 39d715be
      Bruce Momjian 提交于
      > * Make pg_restore continue after errors, so it acts more like pg_dump scripts
      39d715be
  5. 30 1月, 2004 1 次提交
    • B
      Add: · 777babec
      Bruce Momjian 提交于
      <
      > * Allow libpq to return information about prepared queries
      777babec
  6. 27 1月, 2004 3 次提交
    • B
      Add Name: · af29187f
      Bruce Momjian 提交于
      > * -Add checks for fclose() failure (Tom)
      af29187f
    • B
      Done: · ee96c82c
      Bruce Momjian 提交于
      > * -Add checks for fclose() failure (Tom)
      ee96c82c
    • B
      Added: · 7a14a72e
      Bruce Momjian 提交于
      > * Dump large object comments in custom dump format
      7a14a72e
  7. 25 1月, 2004 1 次提交
  8. 23 1月, 2004 2 次提交
    • B
      Add: · 81c554bb
      Bruce Momjian 提交于
      > * Improve CREATE SCHEMA regression test
      81c554bb
    • B
      Add: · d84db7d5
      Bruce Momjian 提交于
      > * Allow column-level privileges
      d84db7d5
  9. 10 1月, 2004 1 次提交
    • B
      Done: · cff58dd5
      Bruce Momjian 提交于
      > * -Have psql '\i ~/<tab><tab>' actually load files it displays from home dir
      cff58dd5
  10. 08 1月, 2004 1 次提交
  11. 07 1月, 2004 2 次提交
    • B
      Completed, I am pretty sure: · a95df8f2
      Bruce Momjian 提交于
      > 	o -Allow parameters to be specified by name and type during definition
      a95df8f2
    • B
      Done: · bf2a591f
      Bruce Momjian 提交于
      > * -Have psql \dn show only visible temp schemas using current_schemas()
      bf2a591f
  12. 23 12月, 2003 1 次提交
    • B
      Clarification: · 86d34e41
      Bruce Momjian 提交于
      < * Have psql \dn show only visible schemas using current_schemas()
      > * Have psql \dn show only visible temp schemas using current_schemas()
      86d34e41
  13. 16 12月, 2003 2 次提交
  14. 14 12月, 2003 1 次提交
    • B
      Update TODO.detail syntax: · 664be84a
      Bruce Momjian 提交于
      < * Add free-behind capability for large sequential scans (fadvise)
      > * Add free-behind capability for large sequential scans [fadvise]
      664be84a
  15. 08 12月, 2003 1 次提交
    • B
      Done: · de097903
      Bruce Momjian 提交于
      < * COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ]
      > * -COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ]
      263c263
      < * Allow pg_dump to dump CREATE CONVERSION (Christopher)
      > * -Allow pg_dump to dump CREATE CONVERSION (Christopher)
      de097903
  16. 07 12月, 2003 1 次提交
    • B
      Done: · f8495a6b
      Bruce Momjian 提交于
      > * -Use dependency information to dump data in proper order
      f8495a6b
  17. 02 12月, 2003 1 次提交
    • B
      Update for patches applied: · 9be15f4d
      Bruce Momjian 提交于
      < * Change factorial to return a numeric
      > * -Change factorial to return a numeric (Gavin)
      258c258
      < * Allow psql \du to show groups, and add \dg for groups
      > * -Allow psql \du to show groups, and add \dg for groups
      9be15f4d
  18. 30 11月, 2003 1 次提交
    • B
      Add: · 744ea255
      Bruce Momjian 提交于
      > * Have pg_ctl look at PGHOST in case it is a socket directory
      744ea255