|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Mon Feb 4 15:43:49 EST 2002 |
| 3 | +Last updated:Mon Feb 4 15:49:34 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
25 | 25 | o queries across databases or servers (two-phase commit)
|
26 | 26 | o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
|
27 | 27 | * Point-in-time data recovery using backup and write-ahead log
|
28 |
| -* Allow row re-use with automatic vacuum (Tom) |
29 | 28 |
|
30 | 29 |
|
31 | 30 | REPORTING
|
@@ -353,7 +352,7 @@ VACUUM
|
353 | 352 | * Reduce lock time by moving tuples with read lock, then write
|
354 | 353 | lock and truncate table [vacuum]
|
355 | 354 | * Add LAZY VACUUM (Vadim) [performance]
|
356 |
| - |
| 355 | +* Provide automatic scheduling of background vacuum (Tom) |
357 | 356 |
|
358 | 357 | LOCKING
|
359 | 358 | -------
|
|