Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-09-19 | Future-proof the recursion inside ExecShutdownNode(). | Tom Lane | 11.18 |
| 2020-07-25 | Fix buffer usage stats for nodes above Gather Merge. | Amit Kapila | 11.9 |
| 2018-08-13 | Adjust comment atop ExecShutdownNode. | Amit Kapila | 11.0 |
| 2018-08-03 | Fix buffer usage stats for parallel nodes. | Amit Kapila | 11.0 |
| 2018-04-26 | Post-feature-freeze pgindent run. | Tom Lane | 11.0 |
| 2018-04-01 | Fix a boatload of typos in C comments. | Tom Lane | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-12-21 | Add parallel-aware hash joins. | Andres Freund | 11.0 |
| 2017-12-13 | Allow executor nodes to change their ExecProcNode function. | Andres Freund | 11.0 |
| 2017-12-05 | Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate. | Andres Freund | 11.0 |
| 2017-08-29 | Push tuple limits through Gather and Gather Merge. | Robert Haas | 11.0 |