Commit eda82e79 authored by Bruce Momjian's avatar Bruce Momjian

Update TODO list.

parent cdf220f8
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -321,7 +321,9 @@ MISC ...@@ -321,7 +321,9 @@ MISC
* Prevent pg_attribute from having duplicate oids for indexes (Tom) * Prevent pg_attribute from having duplicate oids for indexes (Tom)
* Force transactions that commit at near the same time use a single fsync() * Force transactions that commit at near the same time use a single fsync()
* Make blind writes go through the file descriptor cache * 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 SOURCE CODE
----------- -----------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment