Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-06-06 | Clean up partcollation handling for OID 0. | Robert Haas | 10.0 |
| 2017-04-28 | Speed up dropping tables with many partitions. | Robert Haas | 10.0 |
| 2017-04-11 | Fix possibile deadlock when dropping partitions. | Robert Haas | 10.0 |
| 2017-03-31 | Don't allocate storage for partitioned tables. | Robert Haas | 10.0 |
| 2017-01-24 | Reindent table partitioning code. | Robert Haas | 10.0 |
| 2017-01-04 | Assorted code improvements for table partitioning. | Robert Haas | 10.0 |
| 2016-12-20 | Invalid parent's relcache after CREATE TABLE .. PARTITION OF. | Robert Haas | 10.0 |
| 2016-12-13 | Clean up code, comments, and formatting for table partitioning. | Robert Haas | 10.0 |
| 2016-12-08 | Log the creation of an init fork unconditionally. | Robert Haas | 10.0 |
| 2016-12-07 | Implement table partitioning. | Robert Haas | 10.0 |