File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
PostgreSQL TODO List
2
2
====================
3
3
Current maintainer: Bruce Momjian (bruce@momjian.us)
4
- Last updated: Mon Oct 8 22:31:36 EDT 2007
4
+ Last updated: Wed Oct 31 16:12:40 EDT 2007
5
5
6
6
The most recent version of this document can be viewed at
7
7
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1227,6 +1227,8 @@ Vacuum
1227
1227
http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php
1228
1228
1229
1229
* -Reduce XID consumption of read-only queries
1230
+ * Prevent long-lived temporary tables from causing frozen-Xid advancement
1231
+ starvation
1230
1232
* Auto-vacuum
1231
1233
1232
1234
o Use free-space map information to guide refilling
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:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Mon Oct 8 22:31:36 EDT 2007
11
+ Last updated: Wed Oct 31 16:12:40 EDT 2007
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 > .
@@ -1092,6 +1092,8 @@ <h1><a name="section_15">Vacuum</a></h1>
1092
1092
< p > < a href ="http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php "> http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php</ a >
1093
1093
</ p >
1094
1094
</ li > < li > -< em > Reduce XID consumption of read-only queries</ em >
1095
+ </ li > < li > Prevent long-lived temporary tables from causing frozen-Xid advancement
1096
+ starvation
1095
1097
</ li > < li > Auto-vacuum
1096
1098
< ul >
1097
1099
< li > Use free-space map information to guide refilling
You can’t perform that action at this time.
0 commit comments