Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 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 | Assorted code improvements for table partitioning. | Robert Haas | 10.0 |
| 2017-01-04 | Remove unnecessary arguments from partitioning functions. | Robert Haas | 10.0 |
| 2017-01-03 | Update copyright via script for 2017 | Bruce Momjian | 10.0 |
| 2016-12-22 | Fix tuple routing in cases where tuple descriptors don't match. | Robert Haas | 10.0 |
| 2016-12-13 | Fix bugs in RelationGetPartitionDispatchInfo. | Robert Haas | 10.0 |
| 2016-12-13 | Clean up code, comments, and formatting for table partitioning. | Robert Haas | 10.0 |
| 2016-12-08 | Silence compiler warning. | Robert Haas | 10.0 |
| 2016-12-07 | Implement table partitioning. | Robert Haas | 10.0 |