mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Update for Tom:
< * Allow row re-use with automatic vacuum (Tom) 356c355 < --- > * Provide automatic scheduling of background vacuum (Tom)
This commit is contained in:
5
doc/TODO
5
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
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)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -25,7 +25,6 @@ URGENT
|
|||||||
o queries across databases or servers (two-phase commit)
|
o queries across databases or servers (two-phase commit)
|
||||||
o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
|
o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
|
||||||
* Point-in-time data recovery using backup and write-ahead log
|
* Point-in-time data recovery using backup and write-ahead log
|
||||||
* Allow row re-use with automatic vacuum (Tom)
|
|
||||||
|
|
||||||
|
|
||||||
REPORTING
|
REPORTING
|
||||||
@ -353,7 +352,7 @@ VACUUM
|
|||||||
* Reduce lock time by moving tuples with read lock, then write
|
* Reduce lock time by moving tuples with read lock, then write
|
||||||
lock and truncate table [vacuum]
|
lock and truncate table [vacuum]
|
||||||
* Add LAZY VACUUM (Vadim) [performance]
|
* Add LAZY VACUUM (Vadim) [performance]
|
||||||
|
* Provide automatic scheduling of background vacuum (Tom)
|
||||||
|
|
||||||
LOCKING
|
LOCKING
|
||||||
-------
|
-------
|
||||||
|
Reference in New Issue
Block a user