aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-03-20 19:56:25 +0000
committerBruce Momjian <bruce@momjian.us>2001-03-20 19:56:25 +0000
commit86f8949271810da05c88c57365a0f3c6191fed37 (patch)
treeb67ed910705b54085b8318cb3cc78492879fda2c
parent2ef6e7ee18922c4e653dd8a0512c424453aba9df (diff)
downloadpostgresql-86f8949271810da05c88c57365a0f3c6191fed37.tar.gz
postgresql-86f8949271810da05c88c57365a0f3c6191fed37.zip
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index c24897a446e..d5edb392539 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Mar 14 14:28:37 EST 2001
+Last updated: Tue Mar 20 14:56:07 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -271,6 +271,7 @@ PERFORMANCE
* -Allow transaction commits with rollback with no-fsync performance
(Vadim)
* Delay fsync() when other backends are about to commit too [fsync]
+ * Determine optimal commit_delay value
INDEXES
@@ -353,6 +354,7 @@ SOURCE CODE
* HOLDER/HOLDERTAB reanme to PROCLOCKLINK/PROCLOCKLINKTAG (Tom)
* Correct CRC WAL code to be a real CRC64 algorithm
* Add version file format stamp to heap and other table types
+* Make elog(LOG) in WAL its own output type, distinct from DEBUG
---------------------------------------------------------------------------