Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-03-22 | Implement partition-wise grouping/aggregation. | Robert Haas | 11.0 |
| 2018-02-22 | Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes. | Robert Haas | 11.0 |
| 2018-02-02 | Support parallel btree index builds. | Robert Haas | 11.0 |
| 2018-01-04 | Code review for Parallel Append. | Robert Haas | 11.0 |
| 2017-12-05 | Support Parallel Append plan nodes. | Robert Haas | 11.0 |
| 2017-11-15 | Add parallel_leader_participation GUC. | Robert Haas | 11.0 |
| 2017-11-10 | Account for the effect of lossy pages when costing bitmap scans. | Robert Haas | 11.0 |
| 2017-10-06 | Basic partition-wise join functionality. | Robert Haas | 11.0 |