Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-05-16 | Pass the correct PlannerInfo to PlanForeignModify/PlanDirectModify. | Robert Haas | 11.0 |
| 2018-04-02 | postgres_fdw: Push down partition-wise aggregation. | Robert Haas | 11.0 |
| 2018-03-29 | Teach create_projection_plan to omit projection where possible. | Robert Haas | 11.0 |
| 2018-03-22 | Implement partition-wise grouping/aggregation. | Robert Haas | 11.0 |
| 2018-01-19 | Allow UPDATE to move rows between partitions. | Robert Haas | 11.0 |
| 2017-12-05 | Support Parallel Append plan nodes. | Robert Haas | 11.0 |
| 2017-11-16 | Pass InitPlan values to workers via Gather (Merge). | Robert Haas | 11.0 |
| 2017-10-13 | Fix possible crash with Parallel Bitmap Heap Scan. | Robert Haas | 11.0 |
| 2017-10-06 | Basic partition-wise join functionality. | Robert Haas | 11.0 |