1. 18 4月, 2002 4 次提交
    • B
      Add: · 6abfa8c5
      Bruce Momjian 提交于
      > 	o Allow SHOW to output as a query result, like EXPLAIN
      6abfa8c5
    • B
      Add: · afd80672
      Bruce Momjian 提交于
      > * Try flex flags -Cf and -CF to see if performance improves
      afd80672
    • B
      Add: · ed20cdfc
      Bruce Momjian 提交于
      > * Add utility to compute accurate random_page_cost value
      ed20cdfc
    • B
      Add: · d85a81cb
      Bruce Momjian 提交于
      > * Allow easy display of usernames in a group
      d85a81cb
  2. 16 4月, 2002 1 次提交
  3. 15 4月, 2002 1 次提交
    • B
      Update; · 08479bcb
      Bruce Momjian 提交于
      > 	  without using PL/PgSQL EXECUTE, needs cached plan invalidation
      08479bcb
  4. 13 4月, 2002 2 次提交
    • B
      Add: · 673788c6
      Bruce Momjian 提交于
      > * Change NUMERIC to enforce the maximum precision, and increase it
      673788c6
    • B
      Add: · 6c19d67d
      Bruce Momjian 提交于
      > * Change NUMERIC data type to use base 10,000 internally
      6c19d67d
  5. 09 4月, 2002 4 次提交
    • B
      Update: · 68747b46
      Bruce Momjian 提交于
      >         o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
      68747b46
    • B
      Remove TODO.detail domain file: · 6d0a070b
      Bruce Momjian 提交于
      < * -Add domain capability [domain] (Rod Taylor)
      > * -Add domain capability (Rod Taylor)
      6d0a070b
    • B
      Added: · 20f8aab2
      Bruce Momjian 提交于
      > * Add Intimate Shared Memory(ISM) for Solaris
      > * Add documentation to lock shared memory into RAM for each OS, if possible
      20f8aab2
    • B
      Add: · eb953c32
      Bruce Momjian 提交于
      > 	o Fix PL/pgSQL RENAME to work on on variable names
      eb953c32
  6. 07 4月, 2002 1 次提交
    • B
      Add: · 1dd58c61
      Bruce Momjian 提交于
      > * Abort SET changes made in aborted transactions
      1dd58c61
  7. 05 4月, 2002 2 次提交
    • B
      Mark as done: · 00f4a7d3
      Bruce Momjian 提交于
      > 	o -Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...)
      00f4a7d3
    • B
      Mark as done: · c9d70e26
      Bruce Momjian 提交于
      > * -Add new pg_proc cachable settings to specify whether function can be
      c9d70e26
  8. 04 4月, 2002 2 次提交
    • B
      Duplicate removed: · 010d1af3
      Bruce Momjian 提交于
      < 	o Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
      010d1af3
    • B
      Mark as done: · 947e9547
      Bruce Momjian 提交于
      * -Allow user/group names to be specified directly in pg_hba.conf (Bruce)
      947e9547
  9. 01 4月, 2002 2 次提交
  10. 31 3月, 2002 1 次提交
    • B
      Fixed now, I think: · 60dcf1c8
      Bruce Momjian 提交于
      > * -Remove unreferenced table files and temp tables during database vacuum
      > * -Allow psql \d to show temporary table structure
      60dcf1c8
  11. 26 3月, 2002 1 次提交
    • B
      Update for temp views: · fa99f94d
      Bruce Momjian 提交于
      < * Automatically make a view temporary if it uses a temporary table
      > * Require view using temporary tables to be temporary views
      fa99f94d
  12. 25 3月, 2002 2 次提交
    • B
      Add: · 0441ce5e
      Bruce Momjian 提交于
      > 	o Fix problems with complex temporary table creation/destruction
      > 	  without using PL/PgSQL EXECUTE
      0441ce5e
    • B
      Add: · 918feb61
      Bruce Momjian 提交于
      > * Automatically make a view temporary if it uses a temporary table
      918feb61
  13. 19 3月, 2002 1 次提交
    • B
      Add · bc2b786a
      Bruce Momjian 提交于
      > * -Add domain capability [domain] (Rod Taylor)
      bc2b786a
  14. 10 3月, 2002 1 次提交
    • B
      Update and remove items: · a9f268dc
      Bruce Momjian 提交于
      < * Remove brackets as multi-statement rule grouping, must use parens (Bruce)
      > * -Remove brackets as multi-statement rule grouping, must use parens (Bruce)
      458d457
      < * Remove USING clause from pg_get_indexdef() if index is btree (Bruce)
      a9f268dc
  15. 08 3月, 2002 4 次提交
  16. 06 3月, 2002 1 次提交
    • B
      Add name: · 22ebad9e
      Bruce Momjian 提交于
      > * Improve concurrency of hash indexes (Neil Conway)
      22ebad9e
  17. 05 3月, 2002 3 次提交
    • B
      Add: · bca7c57c
      Bruce Momjian 提交于
      > 	o allow replication over unreliable or non-persistent links
      bca7c57c
    • B
      Modify: · 6488c9d1
      Bruce Momjian 提交于
      < * Add GUC parameter for eurodates
      > * Add GUC parameter for DATESTYLE
      6488c9d1
    • B
      Add: · 493d0980
      Bruce Momjian 提交于
      > * Add GUC parameter for eurodates
      493d0980
  18. 26 2月, 2002 2 次提交
    • B
      Added: · 7cfbbb25
      Bruce Momjian 提交于
      > * Remove memory/file descriptor freeing befor elog(ERROR)  (Bruce)
      7cfbbb25
    • B
      Add items and JDBC maintainers: · 9694a41a
      Bruce Momjian 提交于
      > 	o Add LISTEN/NOTIFY support to the JDBC driver (Barry)
      479a481
      > * Barry is Barry Lind <barry@xythos.com>
      482a485
      > * Dave is Dave Cramer <dave@fastcrypt.com>
      9694a41a
  19. 25 2月, 2002 3 次提交
  20. 24 2月, 2002 1 次提交
    • B
      Added: · 7c115da7
      Bruce Momjian 提交于
      > * Add checks for missing parameters to shell script, to prevent
      >   over-shifting
      7c115da7
  21. 23 2月, 2002 1 次提交