Commits

DateSubjectAuthorReleases
2024-05-09 Repair ALTER EXTENSION ... SET SCHEMA. Tom Lane 17.0
2020-03-21 Fix up recent breakage of headerscheck and cpluspluscheck. Tom Lane 13.0
2020-03-06 Allow ALTER TYPE to change some properties of a base type. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-09-27 Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE. Tom Lane 11.0
2017-09-27 Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2016-09-05 Relax transactional restrictions on ALTER TYPE ... ADD VALUE. Tom Lane 10.0
2015-03-01 Use the typcache to cache constraints for domain types. Tom Lane 9.5.0
2012-12-01 Allow adding values to an enum type created in the current transaction. Tom Lane 9.3.0
2011-02-08 Core support for "extensions", which are packages of SQL objects. Tom Lane 9.1.0
2010-10-25 Allow new values to be added to an existing enum type. Tom Lane 9.1.0
2008-06-14 Refactor the handling of the various DropStmt variants so that when multiple Tom Lane 8.4.0
2008-03-19 Support ALTER TYPE RENAME. Petr Jelinek Tom Lane 8.4.0
2007-05-11 Support arrays of composite types, including the rowtypes of regular tables Tom Lane 8.3.0
2007-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0
2005-08-04 ALTER TABLE OWNER must change the ownership of the table's rowtype too. Tom Lane 8.1.0
2005-08-01 Add ALTER object SET SCHEMA capability for a limited but useful set of Tom Lane 8.1.0
2005-06-28 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid Tom Lane 8.1.0
2003-02-03 Determine the set of constraints applied to a domain at executor Tom Lane 7.4.1
2003-01-09 Move new typedef AclId into c.h, so as to avoid cluttering namespace Tom Lane 7.4.1
2003-01-06 ALTER DOMAIN OWNER, from Rod Taylor. Tom Lane 7.4.1
2002-12-10 If typecmds is going to have its own header file, said header file Tom Lane 7.4.1