aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/placeholder.c
Commit message (Expand)AuthorAge
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane2013-08-17
* Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.Tom Lane2013-08-14
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix mark_placeholder_maybe_needed to handle LATERAL references.Tom Lane2012-09-01
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-26
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Revisit handling of UNION ALL subqueries with non-Var output columns.Tom Lane2012-03-16
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Wrap appendrel member outputs in PlaceHolderVars in additional cases.Tom Lane2011-11-08
* Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane2011-08-09
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Fix PlaceHolderVar mechanism's interaction with outer joins.Tom Lane2010-09-28
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Rework join-removal logic as per recent discussion. In particular thisTom Lane2010-03-28
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix estimate_num_groups() to not fail on PlaceHolderVars, per report fromTom Lane2009-04-19
* Update copyright for 2009.Bruce Momjian2009-01-01
* Dept of better ideas: refrain from creating the planner's placeholder_listTom Lane2008-10-22
* Add a concept of "placeholder" variables to the planner. These are variablesTom Lane2008-10-21