diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-09-06 03:46:09 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-09-06 03:46:09 +0000 |
commit | 311eef41ea01ceb8ee2e331b788ed68da4c9dda5 (patch) | |
tree | 55ed6c24de9d702168677aa97b2b0c69e2f6da3b | |
parent | 04c1f729202b00cf053535587820cd913dbddfc1 (diff) | |
download | postgresql-311eef41ea01ceb8ee2e331b788ed68da4c9dda5.tar.gz postgresql-311eef41ea01ceb8ee2e331b788ed68da4c9dda5.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Sep 5 20:04:07 EDT 2001 +Last updated: Wed Sep 5 23:46:02 EDT 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -126,6 +126,7 @@ INDEXES * Prevent index uniqueness checks when UPDATE does not modifying column * Add bitmap indexes [performance] * Improve handling of index scans for NULL +* Allow GIST indexes to handle NULLs SYSTEM TABLES |