File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Wed Mar 14 14:28:37 EST 2001
3
+ Last updated: Tue Mar 20 14:56:07 EST 2001
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -271,6 +271,7 @@ PERFORMANCE
271
271
* -Allow transaction commits with rollback with no-fsync performance
272
272
(Vadim)
273
273
* Delay fsync() when other backends are about to commit too [fsync]
274
+ * Determine optimal commit_delay value
274
275
275
276
INDEXES
276
277
@@ -353,6 +354,7 @@ SOURCE CODE
353
354
* HOLDER/HOLDERTAB reanme to PROCLOCKLINK/PROCLOCKLINKTAG (Tom)
354
355
* Correct CRC WAL code to be a real CRC64 algorithm
355
356
* Add version file format stamp to heap and other table types
357
+ * Make elog(LOG) in WAL its own output type, distinct from DEBUG
356
358
357
359
---------------------------------------------------------------------------
358
360
You can’t perform that action at this time.
0 commit comments