Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-01-31 | Fix typo: colums -> columns. | Robert Haas | 10.2 |
| 2017-09-16 | After a MINVALUE/MAXVALUE bound, allow only more of the same. | Robert Haas | 10.0 |
| 2017-08-03 | Allow a foreign table CHECK constraint to be initially NOT VALID. | Robert Haas | 10.0 |
| 2017-08-03 | Teach map_partition_varattnos to handle whole-row expressions. | Robert Haas | 10.0 |
| 2017-05-10 | Disallow finite partition bound following earlier UNBOUNDED column. | Robert Haas | 10.0 |
| 2017-04-28 | Fix crash when partitioned column specified twice. | Robert Haas | 10.0 |
| 2017-02-16 | Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION. | Robert Haas | 10.0 |
| 2016-12-07 | Implement table partitioning. | Robert Haas | 10.0 |