@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55Bracketed items "[]" have more detail.
66
77Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
8- Last updated: Sun Jul 11 19:52:02 EDT 2004
8+ Last updated: Sun Jul 11 20:23:57 EDT 2004
99
1010The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
1111
@@ -376,7 +376,7 @@ Vacuum
376376* Reduce lock time by moving tuples with read lock, then write
377377 lock and truncate table
378378* Provide automatic running of vacuum in the background in backend
379- rather than in /contrib
379+ rather than in /contrib (Matthew)
380380* Allow free space map to be auto-sized or warn when it is too small
381381* Maintain a map of recently-expired of pages so vacuum can reclaim
382382 free space without a sequential scan
@@ -513,6 +513,7 @@ Developers who have claimed items are:
513513* Liam is Liam Stewart <liams@redhat.com> of Red Hat
514514* Marc is Marc Fournier <scrappy@hub.org> of PostgreSQL, Inc.
515515* Mark is Mark Hollomon <mhh@mindspring.com>
516+ * Matthew T. O'Connor <matthew@zeut.net>
516517* Michael is Michael Meskes <meskes@postgresql.org> of Credativ
517518* Neil is Neil Conway <neilc@samurai.com>
518519* Oleg is Oleg Bartunov <oleg@sai.msu.su>
0 commit comments