Commits

DateSubjectAuthorReleases
2016-03-10 Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too. Tom Lane 9.6.0
2016-03-10 Refactor pull_var_clause's API to make it less tedious to extend. Tom Lane 9.6.0
2015-12-29 Add some comments about division of labor between rewriter and planner. Tom Lane 9.6.0
2015-03-15 Improve representation of PlanRowMark. Tom Lane 9.5.0
2013-03-10 Support writable foreign tables. Tom Lane 9.3.0
2011-11-28 Ensure that whole-row junk Vars are always of composite type. Tom Lane 9.0.6
2011-11-28 Ensure that whole-row junk Vars are always of composite type. Tom Lane 9.1.2
2011-11-28 Ensure that whole-row junk Vars are always of composite type. Tom Lane 9.2.0
2011-07-12 Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window. Tom Lane 9.1.0
2011-07-12 Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window. Tom Lane 9.2.0
2011-03-26 Pass collation to makeConst() instead of looking it up internally. Tom Lane 9.1.0
2011-02-10 Fix improper matching of resjunk column names for FOR UPDATE in subselect. Tom Lane 9.1.0
2011-02-10 Fix improper matching of resjunk column names for FOR UPDATE in subselect. Tom Lane 9.0.4
2011-01-13 Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly. Tom Lane 9.0.3
2011-01-13 Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly. Tom Lane 9.1.0
2010-10-19 Fix incorrect generation of whole-row variables in planner. Tom Lane 9.1.0
2010-10-19 Fix incorrect generation of whole-row variables in planner. Tom Lane 9.0.2
2010-10-10 Support triggers on views. Tom Lane 9.1.0
2009-10-26 Re-implement EvalPlanQual processing to improve its performance and eliminate Tom Lane 9.0.0
2009-10-12 Move the handling of SELECT FOR UPDATE locking and rechecking out of Tom Lane 9.0.0
2009-04-19 Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from Tom Lane 8.4.0
2008-11-15 Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan Tom Lane 8.4.0
2008-11-02 Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, Tom Lane 8.4.0
2008-10-21 Add a concept of "placeholder" variables to the planner. These are variables Tom Lane 8.4.0
2008-08-28 Extend the parser location infrastructure to include a location field in Tom Lane 8.4.0