diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-10-03 18:36:03 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-10-03 18:36:03 +0000 |
commit | c8ae5c2de1624469e529d30039a5d982c923252f (patch) | |
tree | e0c18abb126f3c74f6ed330d64ff9b1cc1a1c12f | |
parent | 683e47ae7027a67ceb10f87af1966f84042b21d2 (diff) | |
download | postgresql-c8ae5c2de1624469e529d30039a5d982c923252f.tar.gz postgresql-c8ae5c2de1624469e529d30039a5d982c923252f.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Oct 3 14:35:37 EDT 2001 +Last updated: Wed Oct 3 14:35:59 EDT 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -134,7 +134,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 +* Improve concurrency in GIST SYSTEM TABLES |