|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Sep 4 22:20:40 EDT 2003 |
| 3 | +Last updated:Thu Sep 4 22:51:54 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -394,6 +394,8 @@ Vacuum
|
394 | 394 | * Provide automatic running of vacuum in the background in backend
|
395 | 395 | rather than in /contrib [vacuum]
|
396 | 396 | * Allow free space map to be auto-sized or warn when it is too small
|
| 397 | +* Maintain a map of recently-expired of pages so vacuum can reclaim |
| 398 | + free space without a sequential scan |
397 | 399 |
|
398 | 400 |
|
399 | 401 | Locking
|
@@ -492,7 +494,7 @@ Source Code
|
492 | 494 | * Acquire lock on a relation before building a relcache entry for it
|
493 | 495 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
494 | 496 | * Add checks for fclose() failure
|
495 |
| -* Change CVS $Id: TODO,v 1.1130 2003/09/05 02:20:50 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1130 2003/09/05 02:20:50 momjian Exp $ |
| 497 | +* Change CVS $Id: TODO,v 1.1131 2003/09/05 02:51:55 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1131 2003/09/05 02:51:55 momjian Exp $ |
496 | 498 | * Exit postmaster if postgresql.conf can not be opened
|
497 | 499 | * Rename /scripts directory because they are all C programs now
|
498 | 500 | * Allow the regression tests to start postmaster with -i so the tests
|
|