Commits

Showing commits that first shipped in 10 (backpatches included). Clear

DateSubjectAuthorReleases
2022-09-06 Further fixes for MULTIEXPR_SUBLINK fix. Tom Lane 10.23
2022-09-02 Fix oversight in recent MULTIEXPR_SUBLINK fix. Tom Lane 10.23
2022-08-27 Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates. Tom Lane 10.23
2020-03-23 Add regression tests for constraint errors in partitioned tables. Andres Freund 10.13
2019-08-18 Disallow changing an inherited column's type if not all parents changed. Tom Lane 10.11
2019-04-07 Clean up side-effects of commits ab5fcf2b0 et al. Tom Lane 10.8
2019-02-22 Fix plan created for inherited UPDATE/DELETE with all tables excluded. Tom Lane 10.8
2018-07-10 Better handle pseudotypes as partition keys Alvaro Herrera 10.5
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 10.4
2017-09-16 After a MINVALUE/MAXVALUE bound, allow only more of the same. Robert Haas 10.0
2017-07-21 Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds. Dean Rasheed 10.0
2017-05-19 Copy partitioned_rels lists to avoid shared substructure. Robert Haas 10.0
2017-05-13 Fix multi-column range partitioning constraints. Robert Haas 10.0
2017-03-21 Don't scan partitioned tables. Robert Haas 10.0
2017-03-11 Improve expression evaluation test coverage. Andres Freund 10.0
2017-03-06 Allow partitioned tables to be dropped without CASCADE Simon Riggs 10.0
2017-01-04 Handle OID column inheritance correctly in ALTER TABLE ... INHERIT. Tom Lane 10.0
2016-12-07 Implement table partitioning. Robert Haas 10.0
2016-10-13 Fix another bug in merging of inherited CHECK constraints. Tom Lane 10.0
2016-10-08 Fix two bugs in merging of inherited CHECK constraints. Tom Lane 10.0