summaryrefslogtreecommitdiff
path: root/src/include/nodes/plannodes.h
Commit message (Expand)AuthorAgeFilesLines
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-3/+3
* Remove no-longer-needed fields of Hash plan nodes.Tom Lane2017-05-141-4/+1
* Fire per-statement triggers on partitioned tables.Robert Haas2017-05-011-1/+12
* Avoid transferring parallel-unsafe subplans to parallel workers.Tom Lane2017-04-121-1/+2
* Mark finished Plan nodes with parallel_safe flags.Tom Lane2017-04-121-0/+1
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-071-0/+8
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-311-0/+10
* Support hashed aggregation with grouping sets.Andrew Gierth2017-03-271-1/+1
* Don't scan partitioned tables.Robert Haas2017-03-211-5/+15
* Add a Gather Merge executor node.Robert Haas2017-03-091-0/+16
* Support parallel bitmap heap scans.Robert Haas2017-03-081-0/+2
* Support XMLTABLE query expressionAlvaro Herrera2017-03-081-0/+10
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-181-0/+11
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-141-3/+12
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update comments to reflect code rearrangement.Robert Haas2016-08-311-1/+2
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-241-1/+2
* Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane2016-07-151-5/+4
* Rethink node-level representation of partial-aggregation modes.Tom Lane2016-06-261-3/+1
* pgindent run for 9.6Robert Haas2016-06-091-3/+4
* Allow aggregate transition states to be serialized and deserialized.Robert Haas2016-03-291-0/+1
* Rework custom scans to work more like the new extensible node stuff.Robert Haas2016-03-291-12/+2
* Directly modify foreign tables.Robert Haas2016-03-181-0/+2
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-071-26/+6
* Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas2016-02-071-0/+1
* Only try to push down foreign joins if the user mapping OIDs match.Robert Haas2016-01-281-0/+1
* Support multi-stage aggregation.Robert Haas2016-01-201-0/+2
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Provide readfuncs support for custom scans.Robert Haas2015-11-121-3/+2
* Make sequential scans parallel-aware.Robert Haas2015-11-111-0/+5
* Fix incorrect comment in plannodes.hRobert Haas2015-10-201-2/+2
* Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas2015-10-151-0/+6
* Add a Gather executor node.Robert Haas2015-09-301-0/+11
* Parallel executor support.Robert Haas2015-09-281-0/+1
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-161-0/+2
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-251-1/+6
* Improve handling of CustomPath/CustomPlan(State) children.Robert Haas2015-06-261-0/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-3/+3
* Remove the new UPSERT command tag and use INSERT instead.Andres Freund2015-05-231-2/+0
* Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.Tom Lane2015-05-171-6/+5
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-161-0/+2
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-151-0/+6
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-151-2/+8
* Add support for doing late row locking in FDWs.Tom Lane2015-05-121-16/+15
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-101-11/+26
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-0/+8
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-011-5/+15
* Improve representation of PlanRowMark.Tom Lane2015-03-151-2/+8
* Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.Tom Lane2015-03-151-1/+1
* Fix EXPLAIN output for cases where parent table is excluded by constraints.Tom Lane2015-02-171-1/+2