File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11TODO list for PostgreSQL
22========================
3- Last updated: Thu Sep 4 22:20:40 EDT 2003
3+ Last updated: Thu Sep 4 22:51:54 EDT 2003
44
55Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66
@@ -394,6 +394,8 @@ Vacuum
394394* Provide automatic running of vacuum in the background in backend
395395 rather than in /contrib [vacuum]
396396* 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
397399
398400
399401Locking
@@ -492,7 +494,7 @@ Source Code
492494* Acquire lock on a relation before building a relcache entry for it
493495* Research interaction of setitimer() and sleep() used by statement_timeout
494496* 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 $
496498* Exit postmaster if postgresql.conf can not be opened
497499* Rename /scripts directory because they are all C programs now
498500* Allow the regression tests to start postmaster with -i so the tests
You can’t perform that action at this time.
0 commit comments