aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/relation.h
Commit message (Expand)AuthorAge
* Remove misleading comment from pathnodes.h.Thomas Munro2019-06-25
* Fix handling of targetlist SRFs when scan/join relation is known empty.Tom Lane2019-03-07
* Disable support for partitionwise joins in problematic cases.Etsuro Fujita2018-08-31
* Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane2018-07-11
* Fix typo in commentAlvaro Herrera2018-06-27
* Allow direct lookups of AppendRelInfo by child relidAlvaro Herrera2018-06-26
* Improve commentary about run-time partition pruning data structures.Tom Lane2018-06-11
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Add GUC enable_partition_pruningAlvaro Herrera2018-04-23
* Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane2018-04-20
* Revert MERGE patchSimon Riggs2018-04-12
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Faster partition pruningAlvaro Herrera2018-04-06
* 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
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Remove 'target' from GroupPathExtraData.Robert Haas2018-03-29
* Implement partition-wise grouping/aggregation.Robert Haas2018-03-22
* For partitionwise join, match on partcollation, not parttypcoll.Robert Haas2018-02-28
* Add a new upper planner relation for partially-aggregated results.Robert Haas2018-02-26
* Fix possible crash in partition-wise join.Robert Haas2018-02-05
* 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
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Track in the plan the types associated with PARAM_EXEC parameters.Robert Haas2017-11-13
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Basic partition-wise join functionality.Robert Haas2017-10-06
* Associate partitioning information with each RelOptInfo.Robert Haas2017-09-20
* Expand partitioned table RTEs level by level, without flattening.Robert Haas2017-09-14
* Force rescanning of parallel-aware scan nodes below a Gather[Merge].Tom Lane2017-08-30
* Make the planner assume that the entries in a VALUES list are distinct.Tom Lane2017-08-16
* Avoid out-of-memory in a hash join with many duplicate inner keys.Tom Lane2017-08-15
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fire per-statement triggers on partitioned tables.Robert Haas2017-05-01
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-07
* Comment fixes for extended statisticsAlvaro Herrera2017-04-06
* Abstract logic to allow for multiple kinds of child rels.Robert Haas2017-04-03
* Fix parallel query so it doesn't spoil row estimates above Gather.Robert Haas2017-03-31
* Support hashed aggregation with grouping sets.Andrew Gierth2017-03-27
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* Don't scan partitioned tables.Robert Haas2017-03-21
* Add a Gather Merge executor node.Robert Haas2017-03-09
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-18
* Improve RLS planning by marking individual quals with security levels.Tom Lane2017-01-18