|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Tue Sep 2316:45:57 EDT 2003 |
| 3 | +Last updated:Tue Sep 2317:00:00 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -199,6 +199,7 @@ Commands |
199 | 199 | * Add GUC variable to prevent waiting on locks |
200 | 200 | * Allow TRUNCATE ... CASCADE/RESTRICT |
201 | 201 | * Allow PREPARE of cursors |
| 202 | +* Allow LISTEN/NOTIFY to store info in memory rather than tables |
202 | 203 |
|
203 | 204 |
|
204 | 205 | * ALTER |
@@ -500,7 +501,7 @@ Source Code |
500 | 501 | * Acquire lock on a relation before building a relcache entry for it |
501 | 502 | * Research interaction of setitimer() and sleep() used by statement_timeout |
502 | 503 | * Add checks for fclose() failure |
503 | | -* Change CVS $Id: TODO,v 1.1137 2003/09/2320:45:58 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1137 2003/09/2320:45:58 momjian Exp $ |
| 504 | +* Change CVS $Id: TODO,v 1.1138 2003/09/2321:00:18 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1138 2003/09/2321:00:18 momjian Exp $ |
504 | 505 | * Exit postmaster if postgresql.conf can not be opened |
505 | 506 | * Rename /scripts directory because they are all C programs now |
506 | 507 | * Allow the regression tests to start postmaster with -i so the tests |
|