diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-07-12 00:23:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-07-12 00:23:59 +0000 |
commit | 1ec448cda3f2f0a13a70ba283c290c967f740b35 (patch) | |
tree | 619c94ec311bf601b3fc66908d3ba6b813184dc1 | |
parent | 233afe6a90ae091e64048528323fe7afb07dfaf7 (diff) | |
download | postgresql-1ec448cda3f2f0a13a70ba283c290c967f740b35.tar.gz postgresql-1ec448cda3f2f0a13a70ba283c290c967f740b35.zip |
Added Matthew:
< rather than in /contrib
> rather than in /contrib (Matthew)
515a516
> * Matthew T. O'Connor <matthew@zeut.net>
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,7 +5,7 @@ TODO list for PostgreSQL Bracketed items "[]" have more detail. Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sun Jul 11 19:52:02 EDT 2004 +Last updated: Sun Jul 11 20:23:57 EDT 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -376,7 +376,7 @@ Vacuum * Reduce lock time by moving tuples with read lock, then write lock and truncate table * Provide automatic running of vacuum in the background in backend - rather than in /contrib + rather than in /contrib (Matthew) * Allow free space map to be auto-sized or warn when it is too small * Maintain a map of recently-expired of pages so vacuum can reclaim free space without a sequential scan @@ -513,6 +513,7 @@ Developers who have claimed items are: * Liam is Liam Stewart <liams@redhat.com> of Red Hat * Marc is Marc Fournier <scrappy@hub.org> of PostgreSQL, Inc. * Mark is Mark Hollomon <mhh@mindspring.com> +* Matthew T. O'Connor <matthew@zeut.net> * Michael is Michael Meskes <meskes@postgresql.org> of Credativ * Neil is Neil Conway <neilc@samurai.com> * Oleg is Oleg Bartunov <oleg@sai.msu.su> |