|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Sat Feb 7 20:17:06 EST 2004 |
| 3 | +Last updated:Wed Feb11 12:03:58 EST 2004 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -358,7 +358,6 @@ Cache |
358 | 358 | * Shared catalog cache, reduce lseek()'s by caching table size in shared area |
359 | 359 | * Add free-behind capability for large sequential scans [fadvise] |
360 | 360 | * Consider use of open/fcntl(O_DIRECT) to minimize OS caching |
361 | | -* Make blind writes go through the file descriptor cache |
362 | 361 | * Cache last known per-tuple offsets to speed long tuple access |
363 | 362 | * Automatically place fixed-width, NOT NULL columns first in a table |
364 | 363 | * Use a fixed row count and a +/- count with MVCC visibility rules |
@@ -466,7 +465,7 @@ Source Code |
466 | 465 | * Acquire lock on a relation before building a relcache entry for it |
467 | 466 | * Research interaction of setitimer() and sleep() used by statement_timeout |
468 | 467 | * -Add checks for fclose() failure (Tom) |
469 | | -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1196 2004/02/08 01:17:09 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1196 2004/02/08 01:17:09 momjian Exp $ |
| 468 | +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1197 2004/02/1117:04:04 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1197 2004/02/1117:04:04 momjian Exp $ |
470 | 469 | * Exit postmaster if postgresql.conf can not be opened |
471 | 470 | * Rename /scripts directory because they are all C programs now |
472 | 471 | * Allow the regression tests to start postmaster with -i so the tests |
|