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
/
prep
/
preptlist.c
Commit message (
Expand
)
Author
Age
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-27
*
Support arrays over domains.
Tom Lane
2017-09-30
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
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
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Add some comments about division of labor between rewriter and planner.
Tom Lane
2015-12-29
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Pull in tableoid for inheiritance with rowMarks
Stephen Frost
2015-04-22
*
Improve representation of PlanRowMark.
Tom Lane
2015-03-15
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Support writable foreign tables.
Tom Lane
2013-03-10
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Ensure that whole-row junk Vars are always of composite type.
Tom Lane
2011-11-27
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
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
*
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-03-25
*
Fix improper matching of resjunk column names for FOR UPDATE in subselect.
Tom Lane
2011-02-09
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2011-01-12
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Fix incorrect generation of whole-row variables in planner.
Tom Lane
2010-10-19
*
Support triggers on views.
Tom Lane
2010-10-10
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-26
*
Move the handling of SELECT FOR UPDATE locking and rechecking out of
Tom Lane
2009-10-12
*
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
*
Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan
Tom Lane
2008-11-15
*
Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,
Tom Lane
2008-11-02
*
Add a concept of "placeholder" variables to the planner. These are variables
Tom Lane
2008-10-21
*
Extend the parser location infrastructure to include a location field in
Tom Lane
2008-08-28
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-12
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Fix up the remaining places where the expression node structure would lose
Tom Lane
2007-03-17
[next]