|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
11 |
| -Last updated: Tue Dec 2721:12:26 EST 2005 |
| 11 | +Last updated: Tue Dec 2722:59:37 EST 2005 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -923,7 +923,7 @@ <h1><a name="section_19">Write-Ahead Log</a></h1>
|
923 | 923 | <h1><aname="section_20">Optimizer / Executor</a></h1>
|
924 | 924 |
|
925 | 925 | <ul>
|
926 |
| -<li>Add missing optimizerselectivities for date, r-tree, etc |
| 926 | +<li>Add missingrtreeoptimizerselectivity |
927 | 927 | </li><li>Allow ORDER BY ... LIMIT # to select high/low value without sort or
|
928 | 928 | index using a sequential scan for highest/lowest values
|
929 | 929 | <p> Right now, if no index exists, ORDER BY ... LIMIT # requires we sort
|
|