Add:
authorBruce Momjian
Mon, 26 Mar 2007 23:47:53 +0000 (23:47 +0000)
committerBruce Momjian
Mon, 26 Mar 2007 23:47:53 +0000 (23:47 +0000)
> * Increase the number of rows recognized as dead during multi-statement
>   transactions
>
>   http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php
>

doc/TODO
doc/src/FAQ/TODO.html

index e10997d0ddc3953ccae488742d94eff7d40955f5..6fc7bf119fcacd6df9ff9137a1febabf5372e120 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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
index 8deb2710a565623fb54688ce0ea64df24ffe6f82..be185a4ae44baf095e5bbcee2f295913f8e8ee46 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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
  •    
           
    • Use free-space map information to guide refilling