postgresql/src/include/optimizer
Tom Lane 6b73d7e567 Fix an oversight I made in a cleanup patch over a year ago:
eval_const_expressions needs to be passed the PlannerInfo ("root") structure,
because in some cases we want it to substitute values for Param nodes.
(So "constant" is not so constant as all that ...)  This mistake partially
disabled optimization of unnamed extended-Query statements in 8.3: in
particular the LIKE-to-indexscan optimization would never be applied if the
LIKE pattern was passed as a parameter, and constraint exclusion depending
on a parameter value didn't work either.
2008-04-01 00:48:33 +00:00
..
clauses.h Fix an oversight I made in a cleanup patch over a year ago: 2008-04-01 00:48:33 +00:00
cost.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
geqo.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
geqo_copy.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
geqo_gene.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
geqo_misc.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
geqo_mutation.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
geqo_pool.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
geqo_random.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
geqo_recombination.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
geqo_selection.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
joininfo.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pathnode.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
paths.h Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX(). 2008-03-31 16:59:26 +00:00
plancat.h Fix an oversight I made in a cleanup patch over a year ago: 2008-04-01 00:48:33 +00:00
planmain.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
planner.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
predtest.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
prep.h Arrange to "inline" SQL functions that appear in a query's FROM clause, 2008-03-18 22:04:14 +00:00
restrictinfo.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
subselect.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tlist.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
var.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00