Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-04-06 | Allow insert and update tuple routing and COPY for foreign tables. | Robert Haas | 11.0 |
| 2018-02-22 | Be lazier about partition tuple routing. | Robert Haas | 11.0 |
| 2018-01-24 | Avoid referencing off the end of subplan_partition_offsets. | Robert Haas | 11.0 |
| 2018-01-19 | Allow UPDATE to move rows between partitions. | Robert Haas | 11.0 |
| 2018-01-04 | Simplify and encapsulate tuple routing support code. | Robert Haas | 11.0 |
| 2017-12-01 | Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables. | Robert Haas | 11.0 |
| 2017-11-29 | Update typedefs.list and re-run pgindent | Robert Haas | 11.0 |
| 2017-11-15 | Centralize executor-related partitioning code. | Robert Haas | 11.0 |