summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2007-01-19 21:36:07 +0000
committerBruce Momjian2007-01-19 21:36:07 +0000
commit4fdfdd44bd03a275c78aeffc98f769812214b56b (patch)
tree42a5b7cc9fd13bbc240a4bcaae16f65b9f72a254
parent67a4c24bc8c7ce7f0916259a7b544256f257a552 (diff)
Add items:
> o Allow multiple vacuums so large tables do not starve small > tables > > http://archives.postgresql.org/pgsql-general/2007-01/msg00031.php > > o Improve control of auto-vacuum > > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php
-rw-r--r--doc/TODO10
-rw-r--r--doc/src/FAQ/TODO.html9
2 files changed, 17 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 8d2028d8306..b584273e6e6 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian ([email protected])
-Last updated: Fri Jan 19 13:13:41 EST 2007
+Last updated: Fri Jan 19 16:36:02 EST 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1076,6 +1076,14 @@ Vacuum
empty?
o Consider logging activity either to the logs or a system view
o -Turn on by default
+ o Allow multiple vacuums so large tables do not starve small
+ tables
+
+ http://archives.postgresql.org/pgsql-general/2007-01/msg00031.php
+
+ o Improve control of auto-vacuum
+
+ http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php
Locking
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index d2efab000e9..07b6d4709a2 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:[email protected]">[email protected]</a>)<br/>
-Last updated: Fri Jan 19 13:13:41 EST 2007
+Last updated: Fri Jan 19 16:36:02 EST 2007
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -968,6 +968,13 @@ first.
empty?
</li><li>Consider logging activity either to the logs or a system view
</li><li>-<em>Turn on by default</em>
+ </li><li>Allow multiple vacuums so large tables do not starve small
+ tables
+<p> <a href="http://archives.postgresql.org/pgsql-general/2007-01/msg00031.php">http://archives.postgresql.org/pgsql-general/2007-01/msg00031.php</a>
+</p>
+ </li><li>Improve control of auto-vacuum
+<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php</a>
+</p>
</li></ul>
</li></ul>
<h1><a name="section_16">Locking</a></h1>