mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Update TODO list.
This commit is contained in:
parent
a44905ea92
commit
7bbe216b82
4
doc/TODO
4
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Sat Oct 14 00:19:18 EDT 2000
|
Last updated: Sat Oct 14 00:22:05 EDT 2000
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -260,7 +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
|
* Keep statistics about clustering of table rows [optimizer]
|
||||||
* 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
|
||||||
|
Loading…
Reference in New Issue
Block a user