From: Bruce Momjian Date: Tue, 30 Jul 2002 19:34:05 +0000 (+0000) Subject: Added for Neil Conway: X-Git-Tag: REL7_3~1067 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c01708c46ae3f55f8d844b455a60ed8bcea77cf;p=postgresql Added for Neil Conway: > * Use CHECK constraints to improve optimizer decisions --- diff --git a/doc/TODO b/doc/TODO index b80aaa2e11..977d914da4 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Jul 30 12:56:06 EDT 2002 +Last updated: Tue Jul 30 15:33:45 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -446,6 +446,7 @@ Optimizer / Executor * Precompile SQL functions to avoid overhead (Neil Conway) * Add utility to compute accurate random_page_cost value * Improve ability to display optimizer analysis using OPTIMIZER_DEBUG +* Use CHECK constraints to improve optimizer decisions Miscellaneous =============