Add TODO item:
authorBruce Momjian
Sat, 10 May 2008 00:33:33 +0000 (00:33 +0000)
committerBruce Momjian
Sat, 10 May 2008 00:33:33 +0000 (00:33 +0000)
>  o Clear table counters on TRUNCATE
>
>    http://archives.postgresql.org/pgsql-hackers/2008-04/msg00169.php

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

index f573c0d8f5674aa87e4f3b524e56cd3cde5b247f..f1e0e87d1ee5e21de207f23c46d06a0aab34e0cf 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri May  9 20:24:53 EDT 2008
+Last updated:      Fri May  9 20:33:21 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -33,18 +33,6 @@ Administration
   owner is correct.
 
 * -Add function to report the time of the most recent server reload
-* Allow statistics collector information to be pulled from the collector
-  process directly, rather than requiring the collector to write a
-  filesystem file twice a second?
-* Reduce file system activity overhead of statistics file pgstat.stat
-
-  http://archives.postgresql.org/pgsql-general/2007-12/msg00106.php
-
-* Allow statistics last vacuum/analyze execution times to be displayed
-  without requiring stats_row_level to be enabled
-
-  http://archives.postgresql.org/pgsql-docs/2007-04/msg00028.php
-
 * Allow log_min_messages to be specified on a per-module basis
 
   This would allow administrators to see more detailed information from
@@ -157,6 +145,25 @@ Administration
    o Allow per-tablespace quotas
 
 
+* Statistics Collector
+
+   o Allow statistics collector information to be pulled from the collector
+     process directly, rather than requiring the collector to write a
+     filesystem file twice a second?
+   o Reduce file system activity overhead of statistics file pgstat.stat
+
+     http://archives.postgresql.org/pgsql-general/2007-12/msg00106.php
+
+   o Allow statistics last vacuum/analyze execution times to be displayed
+     without requiring stats_row_level to be enabled
+
+     http://archives.postgresql.org/pgsql-docs/2007-04/msg00028.php
+
+   o Clear table counters on TRUNCATE
+
+     http://archives.postgresql.org/pgsql-hackers/2008-04/msg00169.php
+
+
 * Point-In-Time Recovery (PITR)
 
    o Allow a warm standby system to also allow read-only statements
index cae991f50ee97c45fbe13b42b11b842a08b89c43..06d3b7fb2e4602347c23114c0c06fb9e3b44b178 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri May  9 20:24:53 EDT 2008
+Last updated:           Fri May  9 20:33:21 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -37,16 +37,6 @@ first.  There is also a developer's wiki at
   owner is correct.
 

   
  • -Add function to report the time of the most recent server reload
  • -  
  • Allow statistics collector information to be pulled from the collector
  • -  process directly, rather than requiring the collector to write a
    -  filesystem file twice a second?
    -  
  • Reduce file system activity overhead of statistics file pgstat.stat
  • -

      http://archives.postgresql.org/pgsql-general/2007-12/msg00106.php

    -

    -  
  • Allow statistics last vacuum/analyze execution times to be displayed
  • -  without requiring stats_row_level to be enabled
    -

      http://archives.postgresql.org/pgsql-docs/2007-04/msg00028.php

    -

       
  • Allow log_min_messages to be specified on a per-module basis
  •  

      This would allow administrators to see more detailed information from

       specific sections of the backend, e.g. checkpoints, autovacuum, etc.
    @@ -144,6 +134,22 @@ first.  There is also a developer's wiki at
               structure on the recovery computer is different from the original
         
  • Allow per-tablespace quotas
  •    
    +  
  • Statistics Collector
  • +  
      +    
    • Allow statistics collector information to be pulled from the collector
    • +          process directly, rather than requiring the collector to write a
      +          filesystem file twice a second?
      +    
    • Reduce file system activity overhead of statistics file pgstat.stat
    • +

                http://archives.postgresql.org/pgsql-general/2007-12/msg00106.php

      +

      +    
    • Allow statistics last vacuum/analyze execution times to be displayed
    • +          without requiring stats_row_level to be enabled
      +

                http://archives.postgresql.org/pgsql-docs/2007-04/msg00028.php

      +

      +    
    • Clear table counters on TRUNCATE
    • +

                http://archives.postgresql.org/pgsql-hackers/2008-04/msg00169.php

      +

      +  
         
    • Point-In-Time Recovery (PITR)
    •    
             
      • Allow a warm standby system to also allow read-only statements