Commit 86f89492 authored by Bruce Momjian's avatar Bruce Momjian

Update TODO list.

parent 2ef6e7ee
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -271,6 +271,7 @@ PERFORMANCE ...@@ -271,6 +271,7 @@ PERFORMANCE
* -Allow transaction commits with rollback with no-fsync performance * -Allow transaction commits with rollback with no-fsync performance
(Vadim) (Vadim)
* Delay fsync() when other backends are about to commit too [fsync] * Delay fsync() when other backends are about to commit too [fsync]
* Determine optimal commit_delay value
INDEXES INDEXES
...@@ -353,6 +354,7 @@ SOURCE CODE ...@@ -353,6 +354,7 @@ SOURCE CODE
* HOLDER/HOLDERTAB reanme to PROCLOCKLINK/PROCLOCKLINKTAG (Tom) * HOLDER/HOLDERTAB reanme to PROCLOCKLINK/PROCLOCKLINKTAG (Tom)
* Correct CRC WAL code to be a real CRC64 algorithm * Correct CRC WAL code to be a real CRC64 algorithm
* Add version file format stamp to heap and other table types * Add version file format stamp to heap and other table types
* Make elog(LOG) in WAL its own output type, distinct from DEBUG
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment