|
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: Fri Jul 29 23:18:30 EDT 2005 |
| 11 | +Last updated: Fri Jul 29 23:21:22 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>.
|
@@ -794,9 +794,10 @@ <h1><a name="section_16">Vacuum</a></h1>
|
794 | 794 | VACUUM can look at just those pages rather than the entire table. In
|
795 | 795 | the event of a system crash, the bitmap would probably be invalidated.
|
796 | 796 | </p>
|
| 797 | +</li><li>Add system view to show free space map contents |
797 | 798 | </li><li>Auto-vacuum
|
798 | 799 | <ul>
|
799 |
| -<li>Move into the backend code |
| 800 | +<li>-<em>Move into the backend code</em> |
800 | 801 | </li><li>Use free-space map information to guide refilling
|
801 | 802 | </li><li>Do VACUUM FULL if table is nearly empty?
|
802 | 803 | </li><li>Improve xid wraparound detection by recording per-table rather
|
|