|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sat Oct 14 00:19:18 EDT 2000 |
| 3 | +Last updated:Sat Oct 14 00:22:05 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 | +* Keep statistics about clustering of table rows [optimizer] |
264 | 264 | * Improve statistics storage in pg_class [performance]
|
265 | 265 | * Improve VACUUM speed with indexes [vacuum]
|
266 | 266 | * Reduce VACUUM lock time by moving tuples with read lock, then write
|
|