diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-10-14 04:19:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-10-14 04:19:27 +0000 |
commit | a44905ea9205b1755dd60f4d208b3aaf8d3846ee (patch) | |
tree | c04f7cf5b56dfa9828ba93313011c585b7920fc3 | |
parent | b33428d20c4b93869df5f8839433ea82885b9ac4 (diff) | |
download | postgresql-a44905ea9205b1755dd60f4d208b3aaf8d3846ee.tar.gz postgresql-a44905ea9205b1755dd60f4d208b3aaf8d3846ee.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: Thu Oct 12 21:54:30 EDT 2000 +Last updated: Sat Oct 14 00:19:18 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -260,6 +260,7 @@ MISC * Remove pg_listener index * Remove ANALYZE from VACUUM so it can be run separately without locks * Gather more accurate dispersion statistics using indexes +* Keep statistics about clustering of table rows * Improve statistics storage in pg_class [performance] * Improve VACUUM speed with indexes [vacuum] * Reduce VACUUM lock time by moving tuples with read lock, then write |