index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
/
joinrels.c
Commit message (
Expand
)
Author
Age
*
Add missing word to comment in joinrels.c.
Etsuro Fujita
2021-10-07
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08
*
Cosmetic improvements for code related to partitionwise join.
Tom Lane
2020-04-03
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-04-08
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
*
Avoid crash in partitionwise join planning under GEQO.
Tom Lane
2019-03-30
*
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2019-03-14
*
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-03-07
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
*
Postpone generating tlists and EC members for inheritance dummy children.
Etsuro Fujita
2019-01-21
*
Reorganize planner code moved in b60c39759908
Alvaro Herrera
2019-01-16
*
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-10
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-31
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
*
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-16
*
Fix possible crash in partition-wise join.
Robert Haas
2018-02-05
*
Reorder C includes
Bruce Momjian
2018-01-17
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
*
Add hash partitioning.
Robert Haas
2017-11-09
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Don't scan partitioned tables.
Robert Haas
2017-03-21
*
Some preliminary refactoring towards partitionwise join.
Robert Haas
2017-03-14
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
*
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-11
*
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-12-07
*
Undo mistaken tightening in join_is_legal().
Tom Lane
2015-08-12
*
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-06
*
Make real sure we don't reassociate joins into or out of SEMI/ANTI joins.
Tom Lane
2015-08-05
*
Fix some planner issues with degenerate outer join clauses.
Tom Lane
2015-08-01
*
Fix an oversight in checking whether a join with LATERAL refs is legal.
Tom Lane
2015-07-31
*
Improve planner's cost estimation in the presence of semijoins.
Tom Lane
2015-03-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
[next]