|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Thu Feb 12 13:05:37 EST 2004 |
| 3 | +Last updated:Thu Feb 12 13:09:32 EST 2004 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -364,11 +364,11 @@ Cache |
364 | 364 | Vacuum |
365 | 365 | ====== |
366 | 366 |
|
367 | | -* Improve speed with indexes (perhaps recreate index instead) [vacuum] |
| 367 | +* Improve speed with indexes (perhaps recreate index instead) |
368 | 368 | * Reduce lock time by moving tuples with read lock, then write |
369 | | - lock and truncate table [vacuum] |
| 369 | + lock and truncate table |
370 | 370 | * Provide automatic running of vacuum in the background in backend |
371 | | - rather than in /contrib [vacuum] |
| 371 | + rather than in /contrib |
372 | 372 | * Allow free space map to be auto-sized or warn when it is too small |
373 | 373 | * Maintain a map of recently-expired of pages so vacuum can reclaim |
374 | 374 | free space without a sequential scan |
@@ -462,7 +462,7 @@ Source Code |
462 | 462 | * Acquire lock on a relation before building a relcache entry for it |
463 | 463 | * Research interaction of setitimer() and sleep() used by statement_timeout |
464 | 464 | * -Add checks for fclose() failure (Tom) |
465 | | -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1209 2004/02/12 18:05:51 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1209 2004/02/12 18:05:51 momjian Exp $ |
| 465 | +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1210 2004/02/12 18:09:43 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1210 2004/02/12 18:09:43 momjian Exp $ |
466 | 466 | * Exit postmaster if postgresql.conf can not be opened |
467 | 467 | * Rename /scripts directory because they are all C programs now |
468 | 468 | * Allow the regression tests to start postmaster with -i so the tests |
|