mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Update:
< * Add missing optimizer selectivities for date, r-tree, etc > * Add missing rtree optimizer selectivity
This commit is contained in:
4
doc/TODO
4
doc/TODO
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user