|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Mar14 14:28:37 EST 2001 |
| 3 | +Last updated:Tue Mar20 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 |
|
|