diff --git a/doc/TODO b/doc/TODO index cb0389adb6f..49beae20777 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Mon Mar 3 10:06:41 EST 2008 +Last updated: Mon Mar 3 13:45:12 EST 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -138,11 +138,13 @@ Administration o Allow a warm standby system to also allow read-only statements [pitr] - This is useful for checking PITR recovery. http://archives.postgresql.org/pgsql-hackers/2007-03/msg00050.php o %Create dump tool for write-ahead logs for use in determining transaction id for point-in-time recovery + + This is useful for checking PITR recovery. + o Allow recovery.conf to support the same syntax as postgresql.conf, including quoting @@ -979,7 +981,8 @@ Indexes * Hash - http://archives.postgresql.org/pgsql-hackers/2007-09/msg00051.php + + http://archives.postgresql.org/pgsql-hackers/2007-09/msg00051.php o Pack hash index buckets onto disk pages more efficiently @@ -1234,6 +1237,13 @@ Write-Ahead Log tables probably cannot have indexes. One complexity is the handling of indexes on TOAST tables. +* Speed WAL recovery by allowing more than one page to be prefetched + + This involves having a separate process that can be told which pages + the recovery process will need in the near future. + http://archives.postgresql.org/pgsql-hackers/2008-02/msg01279.php + + Optimizer / Executor ==================== diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index b47d2564d80..750e64cb78f 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Mon Mar 3 10:06:41 EST 2008
+Last updated: Mon Mar 3 13:45:12 EST 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -128,11 +128,12 @@ first. There is also a developer's wiki at
This is useful for checking PITR recovery. - http://archives.postgresql.org/pgsql-hackers/2007-03/msg00050.php +
http://archives.postgresql.org/pgsql-hackers/2007-03/msg00050.php
This is useful for checking PITR recovery. +
http://archives.postgresql.org/pgsql-hackers/2006-12/msg00497.php
@@ -871,25 +872,26 @@ first. There is also a developer's wiki at
digital trees (see Aoki)
http://archives.postgresql.org/pgsql-hackers/2007-09/msg00051.php +
+Currently only one hash bucket can be stored on a page. Ideally several hash buckets could be stored on a single page and greater granularity used for the hash algorithm.
http://archives.postgresql.org/pgsql-hackers/2004-06/msg00168.php
-http://archives.postgresql.org/pgsql-hackers/2007-03/msg01199.php
-This involves having a separate process that can be told which pages + the recovery process will need in the near future. + http://archives.postgresql.org/pgsql-hackers/2008-02/msg01279.php