@@ -5,7 +5,7 @@ TODO list for PostgreSQL
5
5
Bracketed items "[]" have more detail.
6
6
7
7
Current 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
9
9
10
10
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
11
11
@@ -376,7 +376,7 @@ Vacuum
376
376
* Reduce lock time by moving tuples with read lock, then write
377
377
lock and truncate table
378
378
* Provide automatic running of vacuum in the background in backend
379
- rather than in /contrib
379
+ rather than in /contrib (Matthew)
380
380
* Allow free space map to be auto-sized or warn when it is too small
381
381
* Maintain a map of recently-expired of pages so vacuum can reclaim
382
382
free space without a sequential scan
@@ -513,6 +513,7 @@ Developers who have claimed items are:
513
513
* Liam is Liam Stewart <liams@redhat.com> of Red Hat
514
514
* Marc is Marc Fournier <scrappy@hub.org> of PostgreSQL, Inc.
515
515
* Mark is Mark Hollomon <mhh@mindspring.com>
516
+ * Matthew T. O'Connor <matthew@zeut.net>
516
517
* Michael is Michael Meskes <meskes@postgresql.org> of Credativ
517
518
* Neil is Neil Conway <neilc@samurai.com>
518
519
* Oleg is Oleg Bartunov <oleg@sai.msu.su>
0 commit comments