diff options
author | Bruce Momjian | 2001-03-14 19:28:51 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-03-14 19:28:51 +0000 |
commit | 3534e3b68f8f465a303d5d11b479d310034d69d4 (patch) | |
tree | fdbb8b01e25e9f33391ae59468b17f111f7996e1 | |
parent | 9de4b77cee2999170b1f07a3e8e76e4da2323f3e (diff) |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sun Mar 11 14:26:45 EST 2001 +Last updated: Wed Mar 14 14:28:37 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -329,6 +329,7 @@ MISCELLANEOUS ANALYZE, and CLUSTER * Force transactions that commit at near the same time use a single fsync() * Make blind writes go through the file descriptor cache +* Allow logging of query durations SOURCE CODE ----------- |