File tree 2 files changed +13
-2
lines changed
2 files changed +13
-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: Fri Mar 7 15:05:57 EST 2008
4
+ Last updated: Fri Mar 7 15:20:15 EST 2008
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.
@@ -1243,6 +1243,7 @@ Vacuum
1243
1243
1244
1244
http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php
1245
1245
1246
+
1246
1247
* Auto-vacuum
1247
1248
1248
1249
o %Issue log message to suggest VACUUM FULL if a table is nearly
@@ -1263,6 +1264,12 @@ Vacuum
1263
1264
http://archives.postgresql.org/pgsql-hackers/2007-02/msg01440.php
1264
1265
http://archives.postgresql.org/pgsql-hackers/2008-01/msg00724.php
1265
1266
1267
+ o Prevent autovacuum from running if an old transaction is still
1268
+ running from the last vacuum
1269
+
1270
+ http://archives.postgresql.org/pgsql-hackers/2007-11/msg00899.php
1271
+
1272
+
1266
1273
1267
1274
Locking
1268
1275
=======
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: Fri Mar 7 15:05:57 EST 2008
11
+ Last updated: Fri Mar 7 15:20:15 EST 2008
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 > .
@@ -1106,6 +1106,10 @@ <h1><a name="section_15">Vacuum</a></h1>
1106
1106
</ li > < li > Store per-table autovacuum settings in pg_class.reloptions.
1107
1107
< p > < a href ="http://archives.postgresql.org/pgsql-hackers/2007-02/msg01440.php "> http://archives.postgresql.org/pgsql-hackers/2007-02/msg01440.php</ a >
1108
1108
< a href ="http://archives.postgresql.org/pgsql-hackers/2008-01/msg00724.php "> http://archives.postgresql.org/pgsql-hackers/2008-01/msg00724.php</ a >
1109
+ </ p >
1110
+ </ li > < li > Prevent autovacuum from running if an old transaction is still
1111
+ running from the last vacuum
1112
+ < p > < a href ="http://archives.postgresql.org/pgsql-hackers/2007-11/msg00899.php "> http://archives.postgresql.org/pgsql-hackers/2007-11/msg00899.php</ a >
1109
1113
</ p >
1110
1114
</ li > </ ul >
1111
1115
</ li > </ ul >
You can’t perform that action at this time.
0 commit comments