|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
11 |
| -Last updated:Thu Jun16 22:20:43 EDT 2005 |
| 11 | +Last updated:Fri Jun17 09:47:23 EDT 2005 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -742,10 +742,11 @@ <h1><a name="section_14">Vacuum</a></h1>
|
742 | 742 | VACUUM can look at just those pages rather than the entire table. In
|
743 | 743 | the event of a system crash, the bitmap would probably be invalidated.
|
744 | 744 | </p>
|
| 745 | +</li><li>Auto-fill the free space map by scanning the buffer cache or by |
| 746 | + checking pages written by the background writer |
745 | 747 | </li><li>Auto-vacuum
|
746 | 748 | <ul>
|
747 | 749 | <li>Move into the backend code
|
748 |
| -</li><li>Scan the buffer cache to find free space or use background writer |
749 | 750 | </li><li>Use free-space map information to guide refilling
|
750 | 751 | </li><li>Do VACUUM FULL if table is nearly empty?
|
751 | 752 | </li></ul>
|
|