File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Tue Dec 27 21:12:26 EST 2005
5
+ Last updated: Tue Dec 27 22:59:37 EST 2005
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1018,7 +1018,7 @@ Write-Ahead Log
1018
1018
Optimizer / Executor
1019
1019
====================
1020
1020
1021
- * Add missing optimizer selectivities for date, r-tree, etc
1021
+ * Add missing rtree optimizer selectivity
1022
1022
* Allow ORDER BY ... LIMIT # to select high/low value without sort or
1023
1023
index using a sequential scan for highest/lowest values
1024
1024
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Tue Dec 27 21:12:26 EST 2005
11
+ Last updated: Tue Dec 27 22:59:37 EST 2005
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="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 > < a name ="section_20 "> Optimizer / Executor</ a > </ h1 >
924
924
925
925
< ul >
926
- < li > Add missing optimizer selectivities for date, r-tree, etc
926
+ < li > Add missing rtree optimizer selectivity
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
You can’t perform that action at this time.
0 commit comments