|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Fri Jan19 23:59:25 EST 2001 |
| 3 | +Last updated:Mon Jan22 19:02:19 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -227,7 +227,7 @@ MISCELLANEOUS
|
227 | 227 | database is idle, finding superceeded rows, gathering stats and vacuuming
|
228 | 228 | * Add UNIQUE capability to non-btree indexes
|
229 | 229 | * Certain indexes will not shrink, i.e. oid indexes with many inserts (Vadim)
|
230 |
| -*Restore unused oid's on backend exit if no one else has gotten oids |
| 230 | +*Move OID retrieval into shared memory to prevent lose of unused oids |
231 | 231 | * Have UPDATE/DELETE clean out indexes
|
232 | 232 | * Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
|
233 | 233 | * Allow DELETE WHERE CURRENT OF cursor
|
|