From: Bruce Momjian Date: Mon, 26 Mar 2007 23:47:53 +0000 (+0000) Subject: Add: X-Git-Tag: REL9_0_0~5813 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=997b3c1b5df42ea620bf0c96dd1a3ad547a0e5a9;p=pg-rex%2Fsyncrep.git Add: > * Increase the number of rows recognized as dead during multi-statement > transactions > > http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php > --- diff --git a/doc/TODO b/doc/TODO index e10997d0dd..6fc7bf119f 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Sat Mar 24 22:21:15 EDT 2007 +Last updated: Mon Mar 26 19:47:31 EDT 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1205,6 +1205,11 @@ Vacuum * Reuse index tuples that point to heap tuples that are not visible to anyone? +* Increase the number of rows recognized as dead during multi-statement + transactions + + http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php + * Auto-vacuum o Use free-space map information to guide refilling diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 8deb2710a5..be185a4ae4 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: Sat Mar 24 22:21:15 EDT 2007 +Last updated: Mon Mar 26 19:47:31 EDT 2007

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

  • Reuse index tuples that point to heap tuples that are not visible to anyone? +
  • Increase the number of rows recognized as dead during multi-statement + transactions +

    http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php +

  • Auto-vacuum