aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/plannodes.h
Commit message (Expand)AuthorAge
* Track in the plan the types associated with PARAM_EXEC parameters.Robert Haas2017-11-13
* pg_stat_statements: Widen query IDs from 32 bits to 64 bits.Robert Haas2017-10-11
* Force rescanning of parallel-aware scan nodes below a Gather[Merge].Tom Lane2017-08-30
* Fix typo in comment.Robert Haas2017-08-10
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Remove no-longer-needed fields of Hash plan nodes.Tom Lane2017-05-14
* Fire per-statement triggers on partitioned tables.Robert Haas2017-05-01
* Avoid transferring parallel-unsafe subplans to parallel workers.Tom Lane2017-04-12
* Mark finished Plan nodes with parallel_safe flags.Tom Lane2017-04-12
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-07
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Support hashed aggregation with grouping sets.Andrew Gierth2017-03-27
* Don't scan partitioned tables.Robert Haas2017-03-21
* Add a Gather Merge executor node.Robert Haas2017-03-09
* Support parallel bitmap heap scans.Robert Haas2017-03-08
* Support XMLTABLE query expressionAlvaro Herrera2017-03-08
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-18
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update comments to reflect code rearrangement.Robert Haas2016-08-31
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-24
* 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
* pgindent run for 9.6Robert Haas2016-06-09
* Allow aggregate transition states to be serialized and deserialized.Robert Haas2016-03-29
* Rework custom scans to work more like the new extensible node stuff.Robert Haas2016-03-29
* Directly modify foreign tables.Robert Haas2016-03-18
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-07
* Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas2016-02-07
* Only try to push down foreign joins if the user mapping OIDs match.Robert Haas2016-01-28
* Support multi-stage aggregation.Robert Haas2016-01-20
* Update copyright for 2016Bruce Momjian2016-01-02
* Provide readfuncs support for custom scans.Robert Haas2015-11-12
* Make sequential scans parallel-aware.Robert Haas2015-11-11
* Fix incorrect comment in plannodes.hRobert Haas2015-10-20
* Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas2015-10-15
* Add a Gather executor node.Robert Haas2015-09-30
* Parallel executor support.Robert Haas2015-09-28
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-16
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Improve handling of CustomPath/CustomPlan(State) children.Robert Haas2015-06-26
* pgindent run for 9.5Bruce Momjian2015-05-23
* Remove the new UPSERT command tag and use INSERT instead.Andres Freund2015-05-23
* Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.Tom Lane2015-05-17
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-15
* Add support for doing late row locking in FDWs.Tom Lane2015-05-12
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10