diff options
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu May 25 12:08:57 EDT 2000 +Last updated: Fri Jun 2 11:32:09 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -234,6 +234,7 @@ MISC * Remove ANALYZE from VACUUM so it can be run separately without locks * Gather more accurate statistics using indexes * Improve statistics storage in pg_class [performance] +* Improve VACUUM speed with indexes [vacuum] SOURCE CODE ----------- @@ -241,7 +242,7 @@ SOURCE CODE * Fix C optimizer problem where fmgr_ptr calls return different types [alpha] * Does Mariposa source contain any other bug fixes? * Remove SET KSQO option now that OR processing is improved(Tom) -* Use macros to define NT open() file parameters, remove NT-specific defines +* -Use macros to define NT open() file parameters, remove NT-specific defines * Change CURRENT to OLD internally for rules * rename pl/tcl to pl/pltcl |