summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2001-03-14 19:28:51 +0000
committerBruce Momjian2001-03-14 19:28:51 +0000
commit3534e3b68f8f465a303d5d11b479d310034d69d4 (patch)
treefdbb8b01e25e9f33391ae59468b17f111f7996e1
parent9de4b77cee2999170b1f07a3e8e76e4da2323f3e (diff)
Update TODO list.
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 5c3a77e5735..c24897a446e 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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
-----------