Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-02-17 | Allow tupleslots to have a fixed tupledesc, use in executor nodes. | Andres Freund | 11.0 |
| 2018-01-29 | Introduce ExecQualAndReset() helper. | Andres Freund | 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-05 | Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate. | Andres Freund | 11.0 |