diff --git a/doc/TODO b/doc/TODO index ef28a4bf603..a88e56a082c 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Tue Mar 18 11:30:48 EDT 2008 +Last updated: Tue Mar 18 14:40:32 EDT 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1655,6 +1655,13 @@ Miscellaneous Performance http://archives.postgresql.org/pgsql-performance/2007-12/msg00090.php +* Consider not storing a NULL bitmap on disk if all the NULLs are + trailing + + http://archives.postgresql.org/pgsql-hackers/2007-12/msg00624.php + http://archives.postgresql.org/pgsql-patches/2007-12/msg00109.php + + Source Code =========== diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index b73bdae1944..ab1f8862226 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: Tue Mar 18 11:30:48 EDT 2008 +Last updated: Tue Mar 18 14:40:32 EDT 2008

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

  • Consider Cartesian joins when both relations are needed to form an indexscan qualification for a third relation

    http://archives.postgresql.org/pgsql-performance/2007-12/msg00090.php +

    +
  • Consider not storing a NULL bitmap on disk if all the NULLs are + trailing +

    http://archives.postgresql.org/pgsql-hackers/2007-12/msg00624.php + http://archives.postgresql.org/pgsql-patches/2007-12/msg00109.php

  • Source Code