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
/
plan
/
setrefs.c
Commit message (
Expand
)
Author
Age
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-05-01
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Don't scan partitioned tables.
Robert Haas
2017-03-21
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-08
*
Don't convert Consts into Vars during setrefs.c processing.
Tom Lane
2016-11-02
*
Correctly set up aggregate FILTER expression in partial-aggregation plans.
Tom Lane
2016-07-23
*
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-15
*
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
*
Simplify planner's final setup of Aggrefs for partial aggregation.
Tom Lane
2016-06-26
*
Fix handling of argument and result datatypes for partial aggregation.
Tom Lane
2016-06-17
*
Refactor to reduce code duplication for function property checking.
Tom Lane
2016-06-10
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix EXPLAIN VERBOSE output for parallel aggregate.
Robert Haas
2016-04-27
*
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-04-06
*
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
*
Support parallel aggregation.
Robert Haas
2016-03-21
*
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-03-10
*
Comment update for fdw_recheck_quals.
Robert Haas
2016-03-08
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Collect the global OR of hasRowSecurity flags for plancache
Stephen Frost
2015-12-14
*
Fix incomplete set_foreignscan_references handling for fdw_recheck_quals
Robert Haas
2015-11-18
*
Make Gather node projection-capable.
Robert Haas
2015-10-28
*
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-15
*
Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.
Andres Freund
2015-10-03
*
Add a Gather executor node.
Robert Haas
2015-09-30
*
Parallel executor support.
Robert Haas
2015-09-28
*
Fix setrefs.c comment properly.
Tom Lane
2015-09-10
*
Fix typo in setrefs.c
Stephen Frost
2015-09-10
*
Fix incorrect comment.
Robert Haas
2015-07-29
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Fix add_rte_to_flat_rtable() for recent feature additions.
Tom Lane
2015-07-21
*
For consistency add a pfree to ON CONFLICT set_plan_refs code.
Andres Freund
2015-07-12
*
Fix typo in comment
Heikki Linnakangas
2015-06-27
*
Improve handling of CustomPath/CustomPlan(State) children.
Robert Haas
2015-06-26
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Fix ON CONFLICT bugs that manifest when used in rules.
Andres Freund
2015-05-13
*
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-10
[next]