aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-08-17 04:43:48 +0000
committerBruce Momjian <bruce@momjian.us>2003-08-17 04:43:48 +0000
commitb433f405c552676f4ba136080bd1054be12cce12 (patch)
tree9c0fb46ceb8418ec5ad6bce6315638ab65d8779a
parent2326ade600b83b50306d7eb6250907d2a229cb64 (diff)
downloadpostgresql-b433f405c552676f4ba136080bd1054be12cce12.tar.gz
postgresql-b433f405c552676f4ba136080bd1054be12cce12.zip
Add:
> * Allow pooled connections to query prepared queries > * Allow pooled connections to close all open WITH HOLD cursors
-rw-r--r--doc/TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 71323f31541..a19c7db271f 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sun Aug 17 00:28:15 EDT 2003
+Last updated: Sun Aug 17 00:43:46 EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -62,6 +62,8 @@ Administration
* Allow server log information to be output as INSERT statements
* Prevent default re-use of sysids for dropped users and groups
* Prevent dropping user that still owns objects, or auto-drop the objects
+* Allow pooled connections to query prepared queries
+* Allow pooled connections to close all open WITH HOLD cursors
@@ -483,7 +485,7 @@ Source Code
* Acquire lock on a relation before building a relcache entry for it
* Research interaction of setitimer() and sleep() used by statement_timeout
* Add checks for fclose() failure
-* 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 $
+* 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 $
* Exit postmaster if postgresql.conf can not be opened
* Rename /scripts directory because they are all C programs now
* Allow the regression tests to start postmaster with -i so the tests