summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-03-22 01:44:42 +0000
committerBruce Momjian <bruce@momjian.us>2008-03-22 01:44:42 +0000
commit4edb822360f48679060a84ff6a3a65b419ca2097 (patch)
tree05fa448e5f1ba6da08ecfa35364f4da03030080a /doc/src
parent3892dc75eb4ac3e48348f871d765f0a90e085604 (diff)
Add TODO:
> > * Improve performance of shared invalidation queue for multiple CPUs > > http://archives.postgresql.org/pgsql-performance/2008-01/msg00023.php
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 68674b3cad8..d5fe5bde54a 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: Fri Mar 21 21:30:06 EDT 2008
+Last updated: Fri Mar 21 21:44:38 EDT 2008
</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>.
@@ -1441,6 +1441,9 @@ first. There is also a developer's wiki at<br/>
AcceptInvalidationMessages() call
<p> <a href="http://archives.postgresql.org/pgsql-committers/2007-11/msg00585.php">http://archives.postgresql.org/pgsql-committers/2007-11/msg00585.php</a>
</p>
+ </li><li>Improve performance of shared invalidation queue for multiple CPUs
+<p> <a href="http://archives.postgresql.org/pgsql-performance/2008-01/msg00023.php">http://archives.postgresql.org/pgsql-performance/2008-01/msg00023.php</a>
+</p>
</li><li>Consider Cartesian joins when both relations are needed to form an
indexscan qualification for a third relation
<p> <a href="http://archives.postgresql.org/pgsql-performance/2007-12/msg00090.php">http://archives.postgresql.org/pgsql-performance/2007-12/msg00090.php</a>