From: Bruce Momjian Date: Mon, 2 Apr 2001 17:40:14 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_1~43 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=b1646ad0e1126f75aa19f273330d82a8c107dffe;p=postgresql.git Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 1611c82f91b..176fc55face 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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