From: Bruce Momjian Date: Mon, 29 Sep 2003 16:52:14 +0000 (+0000) Subject: Add: X-Git-Tag: REL7_4_BETA4~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7a9ba487218a2b29a38fad0417d2374e5098c55;p=postgresql Add: > * Have SHOW ALL and pg_settings show descriptions for server-side variables(Joe) --- diff --git a/doc/TODO b/doc/TODO index 9878c160a9..e6e975ca56 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Sep 23 17:00:00 EDT 2003 +Last updated: Mon Sep 29 12:52:11 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -65,7 +65,7 @@ Administration * Allow pooled connections to query prepared queries * Allow pooled connections to close all open WITH HOLD cursors * Allow major upgrades without dump/reload, perhaps using pg_upgrade - +* Have SHOW ALL and pg_settings show descriptions for server-side variables(Joe) Data Types @@ -501,7 +501,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.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 $ +* 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 $ * 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