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
/
executor
/
nodeHashjoin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support "Right Anti Join" plan shapes.
Tom Lane
2023-04-05
1
-12
/
+23
*
Parallel Hash Full Join.
Thomas Munro
2023-03-31
1
-27
/
+54
*
Simplify useless 0L constants
Peter Eisentraut
2023-03-29
1
-2
/
+2
*
Improve the naming of Parallel Hash Join phases.
Thomas Munro
2023-03-23
1
-44
/
+46
*
Fix race in parallel hash join batch cleanup, take II.
Thomas Munro
2023-03-21
1
-16
/
+38
*
Add BufFileRead variants with short read and EOF detection
Peter Eisentraut
2023-01-16
1
-14
/
+4
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Remove unnecessary casts
Peter Eisentraut
2022-12-08
1
-4
/
+4
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
1
-3
/
+3
*
Remove stray references to lefttree/righttree in the executor.
Tom Lane
2022-07-07
1
-6
/
+9
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Revert "Fix race in Parallel Hash Join batch cleanup."
Thomas Munro
2021-03-18
1
-59
/
+48
*
Update the names of Parallel Hash Join phases.
Thomas Munro
2021-03-17
1
-40
/
+43
*
Fix race in Parallel Hash Join batch cleanup.
Thomas Munro
2021-03-17
1
-16
/
+24
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
1
-2
/
+2
*
Fix buffile.c error handling.
Thomas Munro
2020-06-16
1
-16
/
+8
*
Mop-up for wait event naming issues.
Tom Lane
2020-05-16
1
-4
/
+4
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
1
-5
/
+5
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
1
-5
/
+5
*
Make EXPLAIN report maximum hashtable usage across multiple rescans.
Tom Lane
2020-04-11
1
-1
/
+9
*
Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.
Tom Lane
2020-04-11
1
-0
/
+6
*
Avoid unnecessary shm writes in Parallel Hash Join.
Thomas Munro
2020-01-27
1
-1
/
+20
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Fix representation of hash keys in Hash/HashJoin nodes.
Andres Freund
2019-08-02
1
-36
/
+4
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-7
/
+7
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
1
-1
/
+1
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
1
-0
/
+5
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
1
-7
/
+10
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
1
-6
/
+9
*
Rejigger materializing and fetching a HeapTuple from a slot.
Andres Freund
2018-11-15
1
-3
/
+14
*
Don't require return slots for nodes without projection.
Andres Freund
2018-11-09
1
-1
/
+1
*
Build HashState's hashkeys expression with the correct parent.
Andres Freund
2018-11-07
1
-1
/
+5
*
Fix NULL handling in multi-batch Parallel Hash Left Join.
Thomas Munro
2018-11-03
1
-1
/
+1
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
1
-1
/
+2
*
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
1
-27
/
+22
*
Improve implementation of pg_attribute_always_inline.
Tom Lane
2018-01-23
1
-2
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Fix EXPLAIN ANALYZE output for Parallel Hash.
Andres Freund
2018-01-01
1
-6
/
+0
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
1
-20
/
+597
*
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-30
1
-2
/
+4
*
Move interrupt checking from ExecProcNode() to executor nodes.
Andres Freund
2017-07-30
1
-7
/
+8
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-7
/
+7
*
Phase 2 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
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
1
-3
/
+10
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
1
-26
/
+18
*
Make sure that hash join's bulk-tuple-transfer loops are interruptible.
Tom Lane
2017-02-15
1
-0
/
+7
[next]