diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-04-02 17:40:14 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-04-02 17:40:14 +0000 |
commit | b1646ad0e1126f75aa19f273330d82a8c107dffe (patch) | |
tree | db7cbc4f0203f4015e26d562d966e5a1224008a3 | |
parent | b0f95aa676ee95633765bd51925de4612f5274ca (diff) | |
download | postgresql-b1646ad0e1126f75aa19f273330d82a8c107dffe.tar.gz postgresql-b1646ad0e1126f75aa19f273330d82a8c107dffe.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Apr 2 12:26:57 EDT 2001 +Last updated: Mon Apr 2 13:40:06 EDT 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -252,8 +252,9 @@ MISCELLANEOUS * Increase identifier length(NAMEDATALEN) if small performance hit * Create a background process for each database that runs while database is idle, finding superceeded rows, gathering stats and vacuuming -* Transaction log, so re-do log can be on a separate disk with after-row +* -Transaction log, so re-do log can be on a separate disk with after-row images (Vadim) +* Implement UNDO using transaction log * Populate backend status area and write program to dump status data * Put sort files in their own directory * Allow autocommit so always in a transaction block |