|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Fri Jun27 00:35:34 EDT 2003 |
| 3 | +Last updated:Sat Jun28 14:05:02 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -354,6 +354,7 @@ Cache |
354 | 354 | * Consider use of open/fcntl(O_DIRECT) to minimize OS caching |
355 | 355 | * Make blind writes go through the file descriptor cache |
356 | 356 | * Cache last known per-tuple offsets to speed long tuple access |
| 357 | +* Automatically place fixed-width, NOT NULL columns first in a table |
357 | 358 | * Consider using MVCC to cache count(*) queries with no WHERE clause |
358 | 359 |
|
359 | 360 |
|
@@ -462,7 +463,7 @@ Source Code |
462 | 463 | * Acquire lock on a relation before building a relcache entry for it |
463 | 464 | * Research interaction of setitimer() and sleep() used by statement_timeout |
464 | 465 | * Add checks for fclose() failure |
465 | | -* Change CVS $Id: TODO,v 1.1088 2003/06/27 04:35:41 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1088 2003/06/27 04:35:41 momjian Exp $ |
| 466 | +* Change CVS $Id: TODO,v 1.1089 2003/06/28 18:05:12 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1089 2003/06/28 18:05:12 momjian Exp $ |
466 | 467 | * Exit postmaster if postgresql.conf can not be opened |
467 | 468 | * Rename /scripts directory because they are all C programs now |
468 | 469 | * Allow the regression tests to start postmaster with -i so the tests |
|