File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-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 (bruce@momjian.us)
5
- Last updated: Sat Mar 24 22:21:15 EDT 2007
5
+ Last updated: Mon Mar 26 19:47:31 EDT 2007
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.
@@ -1205,6 +1205,11 @@ Vacuum
1205
1205
1206
1206
* Reuse index tuples that point to heap tuples that are not visible to
1207
1207
anyone?
1208
+ * Increase the number of rows recognized as dead during multi-statement
1209
+ transactions
1210
+
1211
+ http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php
1212
+
1208
1213
* Auto-vacuum
1209
1214
1210
1215
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: Sat Mar 24 22:21:15 EDT 2007
11
+ Last updated: Mon Mar 26 19:47:31 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 > .
@@ -1071,6 +1071,10 @@ <h1><a name="section_15">Vacuum</a></h1>
1071
1071
</ p >
1072
1072
</ li > < li > Reuse index tuples that point to heap tuples that are not visible to
1073
1073
anyone?
1074
+ </ li > < li > Increase the number of rows recognized as dead during multi-statement
1075
+ transactions
1076
+ < p > < a href ="http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php "> http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php</ a >
1077
+ </ p >
1074
1078
</ li > < li > Auto-vacuum
1075
1079
< ul >
1076
1080
< li > Use free-space map information to guide refilling
You can’t perform that action at this time.
0 commit comments