mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Modified/Added
< * Allow row re-use without vacuum (Tom) --- > * Allow row re-use with automatic vacuum (Tom) > * Flush cached query plans when their underlying catalog data changes
This commit is contained in:
parent
42e28d209c
commit
4f715d60f8
6
doc/TODO
6
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Sun Feb 3 14:23:58 EST 2002
|
Last updated: Mon Feb 4 15:43:49 EST 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ 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 without vacuum (Tom)
|
* Allow row re-use with automatic vacuum (Tom)
|
||||||
|
|
||||||
|
|
||||||
REPORTING
|
REPORTING
|
||||||
@ -300,7 +300,7 @@ DEPENDENCY CHECKING
|
|||||||
* Automatically drop constraints/functions when object is dropped
|
* Automatically drop constraints/functions when object is dropped
|
||||||
* Make constraints clearer in dump file
|
* Make constraints clearer in dump file
|
||||||
* Make foreign keys easier to identify
|
* Make foreign keys easier to identify
|
||||||
|
* Flush cached query plans when their underlying catalog data changes
|
||||||
|
|
||||||
TRANSACTIONS
|
TRANSACTIONS
|
||||||
------------
|
------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user