From 433c5238bf1980b917b758f3003f16f134c34540 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 18 Mar 2008 18:40:42 +0000 Subject: [PATCH] Add to TODO: > > * 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 > --- doc/TODO | 9 ++++++++- doc/src/FAQ/TODO.html | 7 ++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index ef28a4bf60..a88e56a082 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 b73bdae194..ab1f886222 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

    -- 2.49.0