index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
/
joinrels.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
1
-6
/
+24
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Add missing word to comment in joinrels.c.
Etsuro Fujita
2021-10-07
1
-3
/
+3
*
Track a Bitmapset of non-pruned partitions in RelOptInfo
David Rowley
2021-08-03
1
-0
/
+1
*
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-02-01
1
-1
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-10
/
+11
*
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08
1
-27
/
+236
*
Cosmetic improvements for code related to partitionwise join.
Tom Lane
2020-04-03
1
-168
/
+0
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
1
-14
/
+32
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-15
/
+15
*
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-04-08
1
-9
/
+4
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
1
-1
/
+1
*
Avoid crash in partitionwise join planning under GEQO.
Tom Lane
2019-03-30
1
-33
/
+56
*
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2019-03-14
1
-1
/
+2
*
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-03-07
1
-3
/
+30
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
1
-2
/
+2
*
Postpone generating tlists and EC members for inheritance dummy children.
Etsuro Fujita
2019-01-21
1
-0
/
+47
*
Reorganize planner code moved in b60c39759908
Alvaro Herrera
2019-01-16
1
-0
/
+45
*
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-10
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-31
1
-0
/
+7
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
1
-7
/
+7
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
1
-14
/
+20
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
1
-1
/
+1
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
1
-1
/
+1
*
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-16
1
-12
/
+12
*
Fix possible crash in partition-wise join.
Robert Haas
2018-02-05
1
-16
/
+0
*
Reorder C includes
Bruce Momjian
2018-01-17
1
-3
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
1
-1
/
+2
*
Add hash partitioning.
Robert Haas
2017-11-09
1
-3
/
+9
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-2
/
+2
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
1
-2
/
+314
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-1
/
+1
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
1
-1
/
+1
*
Don't scan partitioned tables.
Robert Haas
2017-03-21
1
-1
/
+1
*
Some preliminary refactoring towards partitionwise join.
Robert Haas
2017-03-14
1
-4
/
+24
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
1
-2
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
1
-1
/
+2
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
1
-30
/
+6
*
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-11
1
-60
/
+179
*
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-12-07
1
-0
/
+30
*
Undo mistaken tightening in join_is_legal().
Tom Lane
2015-08-12
1
-5
/
+24
*
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-06
1
-46
/
+27
[next]