aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-01-17 03:43:49 +0000
committerBruce Momjian <bruce@momjian.us>2007-01-17 03:43:49 +0000
commit3026e1765ff2298ba8d734f1baa3908a1c96ba03 (patch)
tree2d6975f00a1693cdda6afd20185b8f4c219ae2b8
parent6d660587f631d5c23d72ed791e37f62844e65372 (diff)
downloadpostgresql-3026e1765ff2298ba8d734f1baa3908a1c96ba03.tar.gz
postgresql-3026e1765ff2298ba8d734f1baa3908a1c96ba03.zip
Mark TODO item "autovacuum on by default" as completed.
-rw-r--r--doc/TODO6
-rw-r--r--doc/src/FAQ/TODO.html19
2 files changed, 16 insertions, 9 deletions
diff --git a/doc/TODO b/doc/TODO
index 25b8faafaef..908b7008739 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Sat Jan 13 10:13:24 EST 2007
+Last updated: Tue Jan 16 22:43:34 EST 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1074,9 +1074,7 @@ Vacuum
o %Issue log message to suggest VACUUM FULL if a table is nearly
empty?
o Consider logging activity either to the logs or a system view
- o Turn on by default
-
- http://archives.postgresql.org/pgsql-hackers/2006-08/msg01852.php
+ o -Turn on by default
Locking
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 45e1b26546d..23c4df9d01f 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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated: Sat Jan 13 10:13:24 EST 2007
+Last updated: Tue Jan 16 22:43:34 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>.
@@ -315,7 +315,7 @@ first.
</li><li>Add ISO day of week format 'ID' to to_char() where Monday = 1
</li><li>Add a field 'isoyear' to extract(), based on the ISO week
</li><li>Add SPI_gettypmod() to return the typemod for a TupleDesc
- </li><li>Allow inlining of set-returning functions
+ </li><li>Implement inlining of set-returning functions defined in SQL
</li><li>Allow SQL-language functions to return results from RETURNING queries
</li></ul>
<h1><a name="section_6">Multi-Language Support</a></h1>
@@ -836,6 +836,8 @@ first.
several hash buckets could be stored on a single page and greater
granularity used for the hash algorithm.
</p>
+<p> <a href="http://archives.postgresql.org/pgsql-hackers/2004-06/msg00168.php">http://archives.postgresql.org/pgsql-hackers/2004-06/msg00168.php</a>
+</p>
</li><li>Consider sorting hash buckets so entries can be found using a
binary search, rather than a linear scan
</li><li>In hash indexes, consider storing the hash value with or instead
@@ -874,6 +876,12 @@ first.
faster than a sequential scan it must avoid access to the heap
to obtain tuple visibility information.
</p>
+ </li><li>Provide a way to calculate an "estimated COUNT(*)"
+<p> Perhaps by using the optimizer's cardinality estimates or random
+ sampling.
+</p>
+<p> <a href="http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php">http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php</a>
+</p>
</li><li>Allow data to be pulled directly from indexes
<p> Currently indexes do not have enough tuple visibility information
to allow data to be pulled from the index without also accessing
@@ -958,15 +966,16 @@ first.
</li><li>%Issue log message to suggest VACUUM FULL if a table is nearly
empty?
</li><li>Consider logging activity either to the logs or a system view
- </li><li>Turn on by default
-<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg01852.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg01852.php</a>
-</p>
+ </li><li>-<em>Turn on by default</em>
</li></ul>
</li></ul>
<h1><a name="section_16">Locking</a></h1>
<ul>
<li>Fix priority ordering of read and write light-weight locks (Neil)
+<p> <a href="http://archives.postgresql.org/pgsql-hackers/2004-11/msg00893.php">http://archives.postgresql.org/pgsql-hackers/2004-11/msg00893.php</a>
+ <a href="http://archives.postgresql.org/pgsql-hackers/2004-11/msg00905.php">http://archives.postgresql.org/pgsql-hackers/2004-11/msg00905.php</a>
+</p>
</li></ul>
<h1><a name="section_17">Startup Time Improvements</a></h1>