index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
/
placeholder.c
Commit message (
Expand
)
Author
Age
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Fix miscomputation of direct_lateral_relids for join relations.
Tom Lane
2020-11-30
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-31
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove reltarget_has_non_vars flag.
Tom Lane
2016-06-10
*
Don't generate parallel paths for rels with parallel-restricted outputs.
Robert Haas
2016-06-09
*
Rethink representation of PathTargets.
Tom Lane
2016-03-14
*
Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too.
Tom Lane
2016-03-10
*
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-03-10
*
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-18
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add bms_get_singleton_member(), and use it where appropriate.
Tom Lane
2014-11-28
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-17
*
Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.
Tom Lane
2013-08-14
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix mark_placeholder_maybe_needed to handle LATERAL references.
Tom Lane
2012-09-01
*
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-26
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Wrap appendrel member outputs in PlaceHolderVars in additional cases.
Tom Lane
2011-11-08
*
Fix nested PlaceHolderVar expressions that appear only in targetlists.
Tom Lane
2011-08-09
*
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-12
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Fix PlaceHolderVar mechanism's interaction with outer joins.
Tom Lane
2010-09-28
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Rework join-removal logic as per recent discussion. In particular this
Tom Lane
2010-03-28
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from
Tom Lane
2009-04-19
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Dept of better ideas: refrain from creating the planner's placeholder_list
Tom Lane
2008-10-22
*
Add a concept of "placeholder" variables to the planner. These are variables
Tom Lane
2008-10-21