Commits

Showing commits that first shipped in 11 (backpatches included). Clear

DateSubjectAuthorReleases
2023-03-21 Fix race in parallel hash join batch cleanup, take II. Thomas Munro 11.20
2021-03-17 Revert "Fix race in Parallel Hash Join batch cleanup." Thomas Munro 11.12
2021-03-17 Fix race in Parallel Hash Join batch cleanup. Thomas Munro 11.12
2019-12-24 Rotate instead of shifting hash join batch number. Thomas Munro 11.7
2018-06-10 Limit Parallel Hash's bucket array to MaxAllocSize. Thomas Munro 11.0
2018-03-16 Fix query-lifespan memory leakage in repeatedly executed hash joins. Tom Lane 11.0
2018-02-17 Allow tupleslots to have a fixed tupledesc, use in executor nodes. Andres Freund 11.0
2018-02-05 Skip setting up shared instrumentation for Hash node if not needed. Tom Lane 11.0
2018-02-02 Fix another instance of unsafe coding for shm_toc_lookup failure. Tom Lane 11.0
2018-01-29 Introduce ExecQualAndReset() helper. Andres Freund 11.0
2018-01-03 Fix some minor errors in new PHJ code. Tom Lane 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2018-01-03 Ensure proper alignment of tuples in HashMemoryChunkData buffers. Tom Lane 11.0
2018-01-01 Fix EXPLAIN ANALYZE output for Parallel Hash. Andres Freund 11.0
2017-12-28 Fix rare assertion failure in parallel hash join. Andres Freund 11.0
2017-12-24 Fix assert with side effects in the new PHJ code. Andres Freund 11.0
2017-12-21 Add parallel-aware hash joins. Andres Freund 11.0
2017-12-19 Try again to fix accumulation of parallel worker instrumentation. Robert Haas 11.0
2017-12-05 Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate. Andres Freund 11.0
2017-11-08 Change TRUE/FALSE to true/false Peter Eisentraut 11.0