aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/joinrels.c
Commit message (Expand)AuthorAge
* Add missing word to comment in joinrels.c.Etsuro Fujita2021-10-07
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Allow partitionwise joins in more cases.Etsuro Fujita2020-04-08
* Cosmetic improvements for code related to partitionwise join.Tom Lane2020-04-03
* Update copyrights for 2020Bruce Momjian2020-01-01
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Fix improper interaction of FULL JOINs with lateral references.Tom Lane2019-04-08
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-05
* Avoid crash in partitionwise join planning under GEQO.Tom Lane2019-03-30
* Ensure dummy paths have correct required_outer if rel is parameterized.Tom Lane2019-03-14
* Fix handling of targetlist SRFs when scan/join relation is known empty.Tom Lane2019-03-07
* Make some small planner API cleanups.Tom Lane2019-01-29
* Postpone generating tlists and EC members for inheritance dummy children.Etsuro Fujita2019-01-21
* Reorganize planner code moved in b60c39759908Alvaro Herrera2019-01-16
* Move inheritance expansion code into its own fileAlvaro Herrera2019-01-10
* Update copyright for 2019Bruce Momjian2019-01-02
* Disable support for partitionwise joins in problematic cases.Etsuro Fujita2018-08-31
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane2018-04-20
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Support partition pruning at execution timeAlvaro Herrera2018-04-07
* Rename enable_partition_wise_join to enable_partitionwise_joinPeter Eisentraut2018-02-16
* Fix possible crash in partition-wise join.Robert Haas2018-02-05
* Reorder C includesBruce Momjian2018-01-17
* Update copyright for 2018Bruce Momjian2018-01-02
* Support Parallel Append plan nodes.Robert Haas2017-12-05
* Add hash partitioning.Robert Haas2017-11-09
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Basic partition-wise join functionality.Robert Haas2017-10-06
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Don't scan partitioned tables.Robert Haas2017-03-21
* Some preliminary refactoring towards partitionwise join.Robert Haas2017-03-14
* Make more use of castNode()Peter Eisentraut2017-02-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Support parallel joins, and make related improvements.Robert Haas2016-01-20
* Update copyright for 2016Bruce Momjian2016-01-02
* Get rid of the planner's LateralJoinInfo data structure.Tom Lane2015-12-11
* Still more fixes for planner's handling of LATERAL references.Tom Lane2015-12-11
* Fix another oversight in checking if a join with LATERAL refs is legal.Tom Lane2015-12-07
* Undo mistaken tightening in join_is_legal().Tom Lane2015-08-12
* Further fixes for degenerate outer join clauses.Tom Lane2015-08-06
* Make real sure we don't reassociate joins into or out of SEMI/ANTI joins.Tom Lane2015-08-05
* Fix some planner issues with degenerate outer join clauses.Tom Lane2015-08-01
* Fix an oversight in checking whether a join with LATERAL refs is legal.Tom Lane2015-07-31
* Improve planner's cost estimation in the presence of semijoins.Tom Lane2015-03-11
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06