|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Fri Sep 2811:31:14 EDT 2001 |
| 3 | +Last updated:Fri Sep 2817:39:19 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -317,6 +317,7 @@ MISCELLANEOUS |
317 | 317 | * Allow logging of query durations |
318 | 318 | * Add hash for evaluating GROUP BY aggregates |
319 | 319 | * -Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce) |
| 320 | +* Make secondary WAL page write()'s write only modified data |
320 | 321 | * Improve spinlock code [performance] |
321 | 322 | o use SysV semaphores or queue of backends waiting on the lock |
322 | 323 | o wakeup sleeper or sleep for less than one clock tick |
|