Add items:
authorBruce Momjian
Fri, 19 Jan 2007 21:36:07 +0000 (21:36 +0000)
committerBruce Momjian
Fri, 19 Jan 2007 21:36:07 +0000 (21:36 +0000)
>  o Allow multiple vacuums so large tables do not starve small
>    tables
>
>    http://archives.postgresql.org/pgsql-general/2007-01/msg00031.php
>
>  o Improve control of auto-vacuum
>
>    http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php

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

index 8d2028d83069562f5e01d3f9a1725fd2e9e19c68..b584273e6e6dde8d6f32b0f5cb6e01e4b60b9600 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Jan 19 13:13:41 EST 2007
+Last updated:      Fri Jan 19 16:36:02 EST 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1076,6 +1076,14 @@ Vacuum
      empty?
    o Consider logging activity either to the logs or a system view
    o -Turn on by default
+   o Allow multiple vacuums so large tables do not starve small
+     tables
+
+     http://archives.postgresql.org/pgsql-general/2007-01/msg00031.php
+
+   o Improve control of auto-vacuum
+
+     http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php
 
 
 Locking
index d2efab000e9ca69c78f89dd96371a9e5c000ce9e..07b6d4709a2591f7ed143725773033cbb72bc53c 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Jan 19 13:13:41 EST 2007
+Last updated:           Fri Jan 19 16:36:02 EST 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -968,6 +968,13 @@ first.
           empty?
     
  • Consider logging activity either to the logs or a system view
  •      
  • -Turn on by default
  • +    
  • Allow multiple vacuums so large tables do not starve small
  • +          tables
    +

              http://archives.postgresql.org/pgsql-general/2007-01/msg00031.php

    +

    +    
  • Improve control of auto-vacuum
  • +

              http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php

    +

       
     
     

    Locking