PostgreSQL TODO List
====================
-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.
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
===========
-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
Consider Cartesian joins when both relations are needed to form an
indexscan qualification for a third relation
+
+
Consider not storing a NULL bitmap on disk if all the NULLs are
+ trailing