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