1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00
< * Add missing optimizer selectivities for date, r-tree, etc
> * Add missing rtree optimizer selectivity
This commit is contained in:
Bruce Momjian
2005-12-28 03:59:39 +00:00
parent 87289ff35c
commit 6fa335721a
2 changed files with 4 additions and 4 deletions

View File

@ -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