|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Tue Sep23 17:00:00 EDT 2003 |
| 3 | +Last updated:Mon Sep29 12:52:11 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -65,7 +65,7 @@ Administration
|
65 | 65 | * Allow pooled connections to query prepared queries
|
66 | 66 | * Allow pooled connections to close all open WITH HOLD cursors
|
67 | 67 | * Allow major upgrades without dump/reload, perhaps using pg_upgrade
|
68 |
| - |
| 68 | +* Have SHOW ALL and pg_settings show descriptions for server-side variables(Joe) |
69 | 69 |
|
70 | 70 |
|
71 | 71 | Data Types
|
@@ -501,7 +501,7 @@ Source Code
|
501 | 501 | * Acquire lock on a relation before building a relcache entry for it
|
502 | 502 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
503 | 503 | * Add checks for fclose() failure
|
504 |
| -* Change CVS $Id: TODO,v 1.1138 2003/09/23 21:00:18 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1138 2003/09/23 21:00:18 momjian Exp $ |
| 504 | +* Change CVS $Id: TODO,v 1.1139 2003/09/29 16:52:14 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1139 2003/09/29 16:52:14 momjian Exp $ |
505 | 505 | * Exit postmaster if postgresql.conf can not be opened
|
506 | 506 | * Rename /scripts directory because they are all C programs now
|
507 | 507 | * Allow the regression tests to start postmaster with -i so the tests
|
|