aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/plannodes.h
Commit message (Expand)AuthorAge
* Fix index-only scan plans, take 2.Tom Lane2022-01-03
* Fix index-only scan plans when not all index columns can be returned.Tom Lane2022-01-01
* Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund2019-08-02
* Initial pgindent run for v12.Tom Lane2019-05-22
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* Speed up planning when partitions can be pruned at plan time.Tom Lane2019-03-30
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* Update copyright for 2019Bruce Momjian2019-01-02
* Support parameterized TidPaths.Tom Lane2018-12-30
* Correct code comments for PartitionedRelPruneInfo structPeter Eisentraut2018-11-15
* Remove some unnecessary fields from Plan trees.Tom Lane2018-10-07
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-04
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-01
* Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas2018-07-19
* Improve commentary about run-time partition pruning data structures.Tom Lane2018-06-11
* Assorted cosmetic cleanup of run-time-partition-pruning code.Tom Lane2018-06-10
* Relocate partition pruning structs to a saner place.Tom Lane2018-06-10
* Revert MERGE patchSimon Riggs2018-04-12
* Fix incorrect logic for choosing the next Parallel Append subplanAlvaro Herrera2018-04-09
* Support partition pruning at execution timeAlvaro Herrera2018-04-07
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Basic planner and executor integration for JIT.Andres Freund2018-03-22
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Add parallel-aware hash joins.Andres Freund2017-12-21
* Support Parallel Append plan nodes.Robert Haas2017-12-05
* Pass InitPlan values to workers via Gather (Merge).Robert Haas2017-11-16
* 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