diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-02-19 21:52:57 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-02-19 21:52:57 +0000 |
commit | eda82e791cb3ddacc2abad609db13bc7c4cbac9e (patch) | |
tree | 1b05ca1007d5e2cbdc9b92b929b66008fdd08d3b | |
parent | cdf220f848ca93bc0ebb10bcac953a4d80d7105e (diff) | |
download | postgresql-eda82e791cb3ddacc2abad609db13bc7c4cbac9e.tar.gz postgresql-eda82e791cb3ddacc2abad609db13bc7c4cbac9e.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Feb 19 15:46:05 EST 2001 +Last updated: Mon Feb 19 16:52:49 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -321,7 +321,9 @@ MISC * Prevent pg_attribute from having duplicate oids for indexes (Tom) * Force transactions that commit at near the same time use a single fsync() * Make blind writes go through the file descriptor cache -* LAZY VACUUM (Vadim) +* Add LAZY VACUUM (Vadim) +* Add deleted bit to index tuples to reduce heap access +* Prevent index uniqueness checks when UPDATE does not modify column SOURCE CODE ----------- |