Commits

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

DateSubjectAuthorReleases
2021-06-18 Avoid scribbling on input node tree in CREATE/ALTER DOMAIN. Tom Lane 11.13
2020-08-10 Make contrib modules' installation scripts more secure. Tom Lane 11.9
2018-11-10 Fix missing role dependencies for some schema and type ACLs. Tom Lane 11.2
2018-09-04 Fully enforce uniqueness of constraint names. Tom Lane 11.0
2018-04-20 Fix a couple minor typos Stephen Frost 11.0
2018-04-08 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. Tom Lane 11.0
2018-04-07 Indexes with INCLUDE columns and their support in B-tree Teodor Sigaev 11.0
2018-03-28 Fast ALTER TABLE ADD COLUMN with a non-NULL default Andrew Dunstan 11.0
2018-03-23 Allow FOR EACH ROW triggers on partitioned tables Alvaro Herrera 11.0
2018-03-16 Rename TransactionChain functions Peter Eisentraut 11.0
2018-03-02 Add prokind column, replacing proisagg and proiswindow Peter Eisentraut 11.0
2018-01-26 Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. Tom Lane 11.0
2018-01-19 Replace AclObjectKind with ObjectType Peter Eisentraut 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-11-10 Add some const decorations to prototypes Peter Eisentraut 11.0
2017-11-08 Change TRUE/FALSE to true/false Peter Eisentraut 11.0
2017-10-26 Support domains over composite types. Tom Lane 11.0
2017-09-30 Support arrays over domains. Tom Lane 11.0
2017-09-27 Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE. Tom Lane 11.0
2017-08-20 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). Andres Freund 11.0