diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-02-04 20:51:22 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-02-04 20:51:22 +0000 |
commit | 9a2527785ff15af245db54a47eb1da76899f5348 (patch) | |
tree | a83461aec659976f47de125b90f5b804b935ce35 | |
parent | 4f715d60f87d150a1c9fec5bc305fa87374ee47e (diff) | |
download | postgresql-9a2527785ff15af245db54a47eb1da76899f5348.tar.gz postgresql-9a2527785ff15af245db54a47eb1da76899f5348.zip |
Update for Tom:
< * Allow row re-use with automatic vacuum (Tom)
356c355
<
---
> * Provide automatic scheduling of background vacuum (Tom)
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Feb 4 15:43:49 EST 2002 +Last updated: Mon Feb 4 15:49:34 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -25,7 +25,6 @@ URGENT o queries across databases or servers (two-phase commit) o http://gborg.postgresql.org/project/pgreplication/projdisplay.php * Point-in-time data recovery using backup and write-ahead log -* Allow row re-use with automatic vacuum (Tom) REPORTING @@ -353,7 +352,7 @@ VACUUM * Reduce lock time by moving tuples with read lock, then write lock and truncate table [vacuum] * Add LAZY VACUUM (Vadim) [performance] - +* Provide automatic scheduling of background vacuum (Tom) LOCKING ------- |