diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-02-04 20:46:36 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-02-04 20:46:36 +0000 |
commit | 4f715d60f87d150a1c9fec5bc305fa87374ee47e (patch) | |
tree | d8a27a099bec4550439f0007a61043e65fcf263d | |
parent | 42e28d209c3dea644b6d111ae4c84b620fea0ded (diff) | |
download | postgresql-4f715d60f87d150a1c9fec5bc305fa87374ee47e.tar.gz postgresql-4f715d60f87d150a1c9fec5bc305fa87374ee47e.zip |
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
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ 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) @@ -25,7 +25,7 @@ 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 without vacuum (Tom) +* Allow row re-use with automatic vacuum (Tom) REPORTING @@ -300,7 +300,7 @@ DEPENDENCY CHECKING * Automatically drop constraints/functions when object is dropped * Make constraints clearer in dump file * Make foreign keys easier to identify - +* Flush cached query plans when their underlying catalog data changes TRANSACTIONS ------------ |