From: Bruce Momjian Date: Sun, 27 Jan 2002 04:20:38 +0000 (+0000) Subject: Add: X-Git-Tag: REL7_2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9be2b254cb6f9db4abbbec929f99ff3d320dc56;p=postgresql Add: > * Allow ORDER BY ... LIMIT to select top values without sort or index --- diff --git a/doc/TODO b/doc/TODO index a611c759dc..4eb900dd6c 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sat Jan 26 18:08:43 EST 2002 +Last updated: Sat Jan 26 23:20:24 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -432,6 +432,7 @@ OPTIMIZER/EXECUTOR * Change FIXED_CHAR_SEL to 0.20 from 0.04 to give better selectivity (Bruce) * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists] * Missing optimizer selectivities for date, r-tree, etc. [optimizer] +* Allow ORDER BY ... LIMIT to select top values without sort or index MISCELLANEOUS