File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
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 Jul 29 23:18:30 EDT 2005
5
+ Last updated: Fri Jul 29 23:21:22 EDT 2005
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.
@@ -879,9 +879,10 @@ Vacuum
879
879
VACUUM can look at just those pages rather than the entire table. In
880
880
the event of a system crash, the bitmap would probably be invalidated.
881
881
882
+ * Add system view to show free space map contents
882
883
* Auto-vacuum
883
884
884
- o Move into the backend code
885
+ o - Move into the backend code
885
886
o Use free-space map information to guide refilling
886
887
o Do VACUUM FULL if table is nearly empty?
887
888
o Improve xid wraparound detection by recording per-table rather
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 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
< a href ="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
You can’t perform that action at this time.
0 commit comments