File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Fri Mar 3 15:42:50 EST 2006
5
+ Last updated: Sat Mar 4 00:02:00 EST 2006
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -956,6 +956,8 @@ Vacuum
956
956
* -Add system view to show free space map contents
957
957
* Allow FSM to return free space toward the beginning of the heap file,
958
958
in hopes that empty pages at the end can be truncated by VACUUM
959
+ * Allow FSM page return free space based on table clustering, to assist
960
+ in maintaining clustering?
959
961
960
962
961
963
* Auto-vacuum
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Fri Mar 3 15:42:50 EST 2006
11
+ Last updated: Sat Mar 4 00:02:00 EST 2006
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -868,6 +868,8 @@ <h1><a name="section_16">Vacuum</a></h1>
868
868
</ li > < li > -< em > Add system view to show free space map contents</ em >
869
869
</ li > < li > Allow FSM to return free space toward the beginning of the heap file,
870
870
in hopes that empty pages at the end can be truncated by VACUUM
871
+ </ li > < li > Allow FSM page return free space based on table clustering, to assist
872
+ in maintaining clustering?
871
873
</ li > < li > Auto-vacuum
872
874
< ul >
873
875
< li > Use free-space map information to guide refilling
You can’t perform that action at this time.
0 commit comments