summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-01-23 00:02:33 +0000
committerBruce Momjian <bruce@momjian.us>2001-01-23 00:02:33 +0000
commitf60e4347a8aff7e95393803d3b9fe7fa8327c477 (patch)
treec15a7166d9c0b0f0f8d6d526c0435e28aefc3989
parent21a3857f1f4a9a8c82355f753dfacff752fdebf3 (diff)
downloadpostgresql-f60e4347a8aff7e95393803d3b9fe7fa8327c477.tar.gz
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index e520ffcb93..3939663ab2 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Jan 19 23:59:25 EST 2001
+Last updated: Mon Jan 22 19:02:19 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -227,7 +227,7 @@ MISCELLANEOUS
database is idle, finding superceeded rows, gathering stats and vacuuming
* Add UNIQUE capability to non-btree indexes
* Certain indexes will not shrink, i.e. oid indexes with many inserts (Vadim)
-* Restore unused oid's on backend exit if no one else has gotten oids
+* Move OID retrieval into shared memory to prevent lose of unused oids
* Have UPDATE/DELETE clean out indexes
* Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
* Allow DELETE WHERE CURRENT OF cursor