diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-12-28 03:59:39 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-12-28 03:59:39 +0000 |
commit | 6fa335721a8c33a3e4a15cceb76c018b82bf498b (patch) | |
tree | 8efbc35caf45f93cb9b38e4c7bf5410aa2248591 | |
parent | 87289ff35ca372f8c88d26cc9bffa942dd8d34a8 (diff) | |
download | postgresql-6fa335721a8c33a3e4a15cceb76c018b82bf498b.tar.gz postgresql-6fa335721a8c33a3e4a15cceb76c018b82bf498b.zip |
Update:
< * Add missing optimizer selectivities for date, r-tree, etc
> * Add missing rtree optimizer selectivity
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Tue Dec 27 21:12:26 EST 2005 +Last updated: Tue Dec 27 22:59:37 EST 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1018,7 +1018,7 @@ Write-Ahead Log Optimizer / Executor ==================== -* Add missing optimizer selectivities for date, r-tree, etc +* Add missing rtree optimizer selectivity * Allow ORDER BY ... LIMIT # to select high/low value without sort or index using a sequential scan for highest/lowest values diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 44f628924ce..54ccc72139c 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Tue Dec 27 21:12:26 EST 2005 +Last updated: Tue Dec 27 22:59:37 EST 2005 </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>. @@ -923,7 +923,7 @@ first. <h1><a name="section_20">Optimizer / Executor</a></h1> <ul> - <li>Add missing optimizer selectivities for date, r-tree, etc + <li>Add missing rtree optimizer selectivity </li><li>Allow ORDER BY ... LIMIT # to select high/low value without sort or index using a sequential scan for highest/lowest values <p> Right now, if no index exists, ORDER BY ... LIMIT # requires we sort |