Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-10-17 | Fix extreme skew detection in Parallel Hash Join. | Thomas Munro | 14.14 |
| 2024-01-08 | Fix indentation in ExecParallelHashIncreaseNumBatches() | Alexander Korotkov | 14.11 |
| 2024-01-07 | Fix oversized memory allocation in Parallel Hash Join | Alexander Korotkov | 14.11 |
| 2023-03-21 | Fix race in parallel hash join batch cleanup, take II. | Thomas Munro | 14.8 |
| 2022-08-13 | Avoid misbehavior when hash_table_bytes < bucket_size. | Tom Lane | 14.6 |
| 2021-07-25 | Get rid of artificial restriction on hash table sizes on Windows. | Tom Lane | 14.0 |
| 2021-03-17 | Revert "Fix race in Parallel Hash Join batch cleanup." | Thomas Munro | 14.0 |
| 2021-03-17 | Update the names of Parallel Hash Join phases. | Thomas Munro | 14.0 |
| 2021-03-17 | Fix race in Parallel Hash Join batch cleanup. | Thomas Munro | 14.0 |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian | 14.0 |
| 2020-07-29 | Add hash_mem_multiplier GUC. | Peter Geoghegan | 14.0 |