summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/join_hash.sql
AgeCommit message (Expand)Author
25 hoursEnsure sanity of hash-join costing when there are no MCV statistics.HEADorigin/masterorigin/HEADmasterTom Lane
2023-06-20Fix hash join when inner hashkey expressions contain Params.Tom Lane
2023-06-12Fix instability in regression test for Parallel Hash Full JoinMichael Paquier
2023-04-14Fix PHJ match bit initialization.Thomas Munro
2023-03-31Parallel Hash Full Join.Thomas Munro
2022-02-16Increase hash_mem_multiplier default to 2.0.Peter Geoghegan
2019-08-02Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund
2019-07-09Force hash joins to be enabled in the hash join regression tests.Thomas Munro
2019-04-11Split up a couple of long-running regression test scripts.Tom Lane