|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Sat Nov 8 23:23:47 EST 2003 |
| 3 | +Last updated:Tue Nov11 19:25:31 EST 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -400,7 +400,7 @@ Fsync |
400 | 400 | Cache |
401 | 401 | ===== |
402 | 402 | * Shared catalog cache, reduce lseek()'s by caching table size in shared area |
403 | | -* Add free-behind capability for large sequential scans (Bruce) |
| 403 | +* Add free-behind capability for large sequential scans (fadvise) |
404 | 404 | * Consider use of open/fcntl(O_DIRECT) to minimize OS caching |
405 | 405 | * Make blind writes go through the file descriptor cache |
406 | 406 | * Cache last known per-tuple offsets to speed long tuple access |
@@ -521,7 +521,7 @@ Source Code |
521 | 521 | * Acquire lock on a relation before building a relcache entry for it |
522 | 522 | * Research interaction of setitimer() and sleep() used by statement_timeout |
523 | 523 | * Add checks for fclose() failure |
524 | | -* Change CVS $Id: TODO,v 1.1165 2003/11/09 04:23:50 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1165 2003/11/09 04:23:50 momjian Exp $ |
| 524 | +* Change CVS $Id: TODO,v 1.1166 2003/11/12 00:25:35 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1166 2003/11/12 00:25:35 momjian Exp $ |
525 | 525 | * Exit postmaster if postgresql.conf can not be opened |
526 | 526 | * Rename /scripts directory because they are all C programs now |
527 | 527 | * Allow the regression tests to start postmaster with -i so the tests |
|