|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Mon Apr 212:26:57 EDT 2001 |
| 3 | +Last updated:Mon Apr 213:40:06 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -252,8 +252,9 @@ MISCELLANEOUS
|
252 | 252 | * Increase identifier length(NAMEDATALEN) if small performance hit
|
253 | 253 | * Create a background process for each database that runs while
|
254 | 254 | database is idle, finding superceeded rows, gathering stats and vacuuming
|
255 |
| -* Transaction log, so re-do log can be on a separate disk with after-row |
| 255 | +*-Transaction log, so re-do log can be on a separate disk with after-row |
256 | 256 | images (Vadim)
|
| 257 | +* Implement UNDO using transaction log |
257 | 258 | * Populate backend status area and write program to dump status data
|
258 | 259 | * Put sort files in their own directory
|
259 | 260 | * Allow autocommit so always in a transaction block
|
|