]> granicus.if.org Git - postgresql/history - src/backend/optimizer/util/placeholder.c
Make some small planner API cleanups.
[postgresql] / src / backend / optimizer / util / placeholder.c
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-08-31 Etsuro FujitaDisable support for partitionwise joins in problematic...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-06 Robert HaasBasic partition-wise join functionality.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-06-10 Tom LaneRemove reltarget_has_non_vars flag.
2016-06-09 Robert HaasDon't generate parallel paths for rels with parallel...
2016-03-14 Tom LaneRethink representation of PathTargets.
2016-03-10 Tom LaneGive pull_var_clause() reject/recurse/return behavior...
2016-03-10 Tom LaneRefactor pull_var_clause's API to make it less tedious...
2016-02-19 Tom LaneAdd an explicit representation of the output targetlist...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-11 Tom LaneGet rid of the planner's LateralJoinInfo data structure.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-28 Tom LaneAdd bms_get_singleton_member(), and use it where approp...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-08-18 Tom LaneFix planner problems with LATERAL references in PlaceHo...
2013-08-14 Tom LaneRemove ph_may_need from PlaceHolderInfo, with attendant...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-09-01 Tom LaneFix mark_placeholder_maybe_needed to handle LATERAL...
2012-08-27 Tom LaneFix up planner infrastructure to support LATERAL properly.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-16 Tom LaneRevisit handling of UNION ALL subqueries with non-Var...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-09 Tom LaneWrap appendrel member outputs in PlaceHolderVars in...
2011-08-09 Tom LaneFix nested PlaceHolderVar expressions that appear only...
2011-07-12 Tom LaneAvoid listing ungrouped Vars in the targetlist of Agg...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-28 Tom LaneFix PlaceHolderVar mechanism's interaction with outer...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-03-28 Tom LaneRework join-removal logic as per recent discussion...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-19 Tom LaneFix estimate_num_groups() to not fail on PlaceHolderVar...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-22 Tom LaneDept of better ideas: refrain from creating the planner...
2008-10-21 Tom LaneAdd a concept of "placeholder" variables to the planner...