|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Oct12 21:54:30 EDT 2000 |
| 3 | +Last updated:Sat Oct14 00:19:18 EDT 2000 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
260 | 260 | * Remove pg_listener index
|
261 | 261 | * Remove ANALYZE from VACUUM so it can be run separately without locks
|
262 | 262 | * Gather more accurate dispersion statistics using indexes
|
| 263 | +* Keep statistics about clustering of table rows |
263 | 264 | * Improve statistics storage in pg_class [performance]
|
264 | 265 | * Improve VACUUM speed with indexes [vacuum]
|
265 | 266 | * Reduce VACUUM lock time by moving tuples with read lock, then write
|
|