From 7de3375f780f6af2c3773246b3b0cd4c3c2a083e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 14 Feb 2007 04:19:37 +0000 Subject: [PATCH] Add: > * Improve logging of prepared statements recovered during startup > > http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php > --- doc/TODO | 6 +++++- doc/src/FAQ/TODO.html | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index e04e5ff328..a776b0ff21 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Tue Feb 13 21:49:31 EST 2007 +Last updated: Tue Feb 13 23:19:33 EST 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -457,6 +457,10 @@ SQL Commands * Invalidate prepared queries, like INSERT, when the table definition is altered +* Improve logging of prepared statements recovered during startup + + http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php + * Allow LISTEN/NOTIFY to store info in memory rather than tables? Currently LISTEN/NOTIFY information is stored in pg_listener. Storing diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index e312ec1ec4..fe7a82f224 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Tue Feb 13 21:49:31 EST 2007 +Last updated: Tue Feb 13 23:19:33 EST 2007

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -414,6 +414,9 @@ first. There is also a developer's wiki at

  • Invalidate prepared queries, like INSERT, when the table definition is altered +
  • Improve logging of prepared statements recovered during startup +

    http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php +

  • Allow LISTEN/NOTIFY to store info in memory rather than tables?

    Currently LISTEN/NOTIFY information is stored in pg_listener. Storing such information in memory would improve performance.