|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Wed Sep10 16:17:15 EDT 2003 |
| 3 | +Last updated:Tue Sep23 16:45:57 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -64,6 +64,7 @@ Administration |
64 | 64 | * Prevent dropping user that still owns objects, or auto-drop the objects |
65 | 65 | * Allow pooled connections to query prepared queries |
66 | 66 | * Allow pooled connections to close all open WITH HOLD cursors |
| 67 | +* Allow major upgrades without dump/reload, perhaps using pg_upgrade |
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
@@ -499,7 +500,7 @@ Source Code |
499 | 500 | * Acquire lock on a relation before building a relcache entry for it |
500 | 501 | * Research interaction of setitimer() and sleep() used by statement_timeout |
501 | 502 | * Add checks for fclose() failure |
502 | | -* Change CVS $Id: TODO,v 1.1136 2003/09/10 20:17:21 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1136 2003/09/10 20:17:21 momjian Exp $ |
| 503 | +* Change CVS $Id: TODO,v 1.1137 2003/09/23 20:45:58 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1137 2003/09/23 20:45:58 momjian Exp $ |
503 | 504 | * Exit postmaster if postgresql.conf can not be opened |
504 | 505 | * Rename /scripts directory because they are all C programs now |
505 | 506 | * Allow the regression tests to start postmaster with -i so the tests |
|