Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-08-17 | Don't lock tables in RelationGetPartitionDispatchInfo. | Robert Haas | 10.0 |
| 2017-08-03 | Teach map_partition_varattnos to handle whole-row expressions. | Robert Haas | 10.0 |
| 2017-05-13 | Teach \d+ to show partitioning constraints. | Robert Haas | 10.0 |
| 2017-03-03 | Improve error reporting for tuple-routing failures. | Robert Haas | 10.0 |
| 2017-01-24 | Reindent table partitioning code. | Robert Haas | 10.0 |
| 2017-01-19 | Fix RETURNING to work correctly with partition tuple routing. | Robert Haas | 10.0 |
| 2017-01-13 | Fix a bug in how we generate partition constraints. | Robert Haas | 10.0 |
| 2017-01-04 | Remove unnecessary arguments from partitioning functions. | Robert Haas | 10.0 |
| 2016-12-22 | Fix tuple routing in cases where tuple descriptors don't match. | Robert Haas | 10.0 |
| 2016-12-07 | Implement table partitioning. | Robert Haas | 10.0 |