diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-05-18 16:28:12 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-05-18 16:28:12 +0000 |
commit | 3da29a8b4ba47a7b2bffc730e1a5c8f4df91606c (patch) | |
tree | bf63031f8fc673040da5741f954c7f11d74e8db0 | |
parent | 78b674ba35d35836b7ff6eac9e22d92ab5e3f2bd (diff) | |
download | postgresql-3da29a8b4ba47a7b2bffc730e1a5c8f4df91606c.tar.gz postgresql-3da29a8b4ba47a7b2bffc730e1a5c8f4df91606c.zip |
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: Fri May 18 11:17:58 EDT 2001 +Last updated: Fri May 18 12:28:02 EDT 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -282,6 +282,7 @@ MISCELLANEOUS connection pooling * Make blind writes go through the file descriptor cache * Allow logging of query durations +* Add hash-based aggregates SOURCE CODE ----------- |