|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Sun Aug 17 00:28:15 EDT 2003 |
| 3 | +Last updated:Sun Aug 17 00:43:46 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -62,6 +62,8 @@ Administration |
62 | 62 | * Allow server log information to be output as INSERT statements |
63 | 63 | * Prevent default re-use of sysids for dropped users and groups |
64 | 64 | * Prevent dropping user that still owns objects, or auto-drop the objects |
| 65 | +* Allow pooled connections to query prepared queries |
| 66 | +* Allow pooled connections to close all open WITH HOLD cursors |
65 | 67 |
|
66 | 68 |
|
67 | 69 |
|
@@ -483,7 +485,7 @@ Source Code |
483 | 485 | * Acquire lock on a relation before building a relcache entry for it |
484 | 486 | * Research interaction of setitimer() and sleep() used by statement_timeout |
485 | 487 | * Add checks for fclose() failure |
486 | | -* Change CVS $Id: TODO,v 1.1119 2003/08/17 04:28:15 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1119 2003/08/17 04:28:15 momjian Exp $ |
| 488 | +* Change CVS $Id: TODO,v 1.1120 2003/08/17 04:43:48 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1120 2003/08/17 04:43:48 momjian Exp $ |
487 | 489 | * Exit postmaster if postgresql.conf can not be opened |
488 | 490 | * Rename /scripts directory because they are all C programs now |
489 | 491 | * Allow the regression tests to start postmaster with -i so the tests |
|