|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Sat Jan24 23:50:15 EST 2004 |
| 3 | +Last updated:Mon Jan26 13:32:06 EST 2004 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -176,6 +176,7 @@ Commands |
176 | 176 | * Allow LISTEN/NOTIFY to store info in memory rather than tables |
177 | 177 | * -COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ] |
178 | 178 | (Christopher) |
| 179 | +* Dump large object comments in custom dump format |
179 | 180 | * Add optional textual message to NOTIFY |
180 | 181 | * Allow more ISOLATION LEVELS to be accepted, but issue a warning for them |
181 | 182 | * Allow CREATE TABLE foo (f1 INT CHECK (f1 > 0) CHECK (f1 < 10)) to work |
@@ -463,7 +464,7 @@ Source Code |
463 | 464 | * Acquire lock on a relation before building a relcache entry for it |
464 | 465 | * Research interaction of setitimer() and sleep() used by statement_timeout |
465 | 466 | * Add checks for fclose() failure |
466 | | -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1190 2004/01/25 04:50:16 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1190 2004/01/25 04:50:16 momjian Exp $ |
| 467 | +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1191 2004/01/26 18:32:08 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1191 2004/01/26 18:32:08 momjian Exp $ |
467 | 468 | * Exit postmaster if postgresql.conf can not be opened |
468 | 469 | * Rename /scripts directory because they are all C programs now |
469 | 470 | * Allow the regression tests to start postmaster with -i so the tests |
|