Skip to content
Snippets Groups Projects
Commit a44905ea authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update TODO list.

parent b33428d2
No related branches found
No related tags found
No related merge requests found
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -260,6 +260,7 @@ MISC ...@@ -260,6 +260,7 @@ MISC
* Remove pg_listener index * Remove pg_listener index
* Remove ANALYZE from VACUUM so it can be run separately without locks * Remove ANALYZE from VACUUM so it can be run separately without locks
* Gather more accurate dispersion statistics using indexes * Gather more accurate dispersion statistics using indexes
* Keep statistics about clustering of table rows
* Improve statistics storage in pg_class [performance] * Improve statistics storage in pg_class [performance]
* Improve VACUUM speed with indexes [vacuum] * Improve VACUUM speed with indexes [vacuum]
* Reduce VACUUM lock time by moving tuples with read lock, then write * Reduce VACUUM lock time by moving tuples with read lock, then write
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment