Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-01-05 | Remove redundant SET enable_partitionwise_join = on. | Robert Haas | 19 (unreleased) |
| 2025-12-05 | Don't reset the pathlist of partitioned joinrels. | Robert Haas | 19 (unreleased) |
| 2025-09-23 | Keep track of what RTIs a Result node is scanning. | Robert Haas | 19 (unreleased) |
| 2018-03-29 | Rewrite the code that applies scan/join targets to paths. | Robert Haas | 11.0 |
| 2018-02-22 | Try to stabilize EXPLAIN output in partition_check test. | Robert Haas | 11.0 |
| 2018-02-22 | Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes. | Robert Haas | 11.0 |
| 2018-02-05 | Fix possible crash in partition-wise join. | Robert Haas | 11.0 |
| 2017-11-09 | Add hash partitioning. | Robert Haas | 11.0 |
| 2017-10-06 | Basic partition-wise join functionality. | Robert Haas | 11.0 |