|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Oct 6 09:35:16 EDT 1999 |
| 3 | +Last updated:Sun Oct10 16:40:40 EDT 1999 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (maillist@candle.pha.pa.us)
|
6 | 6 |
|
|
186 | 186 | * -Certain indexes will not shrink, i.e. oid indexes with many inserts(Vadim)
|
187 | 187 | * Restore unused oid's on backend exit if no one else has gotten oids
|
188 | 188 | * Have UPDATE/DELETE clean out indexes
|
189 |
| -* Allow WHERE restriction on ctid |
| 189 | +*-Allow WHERE restriction on ctid(Hiroshi) |
190 | 190 | * Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
|
191 | 191 | * Allow PQrequestCancel() to terminate when in waiting-for-lock state
|
192 | 192 | * -Transaction log, so re-do log can be on a separate disk by
|
@@ -278,7 +278,7 @@ SOURCE CODE
|
278 | 278 | * Make configure --enable-debug add -g on compile line
|
279 | 279 | * Does Mariposa source contain any other bug fixes?
|
280 | 280 | * Remove SET KSQO option if OR processing is improved(Tom)
|
281 |
| - |
| 281 | +* rename 'createuser' to 'pg_createuser', and add 'pg_' to other commands |
282 | 282 | ---------------------------------------------------------------------------
|
283 | 283 |
|
284 | 284 |
|
|