aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/typecmds.c
Commit message (Expand)AuthorAge
* Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.Tom Lane2021-08-17
* Avoid scribbling on input node tree in CREATE/ALTER DOMAIN.Tom Lane2021-06-18
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-10
* Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.Tom Lane2020-07-31
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Split out CreateCast into src/backend/catalog/pg_cast.cAlvaro Herrera2020-03-10
* Allow ALTER TYPE to change some properties of a base type.Tom Lane2020-03-06
* Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane2020-03-05
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Generated columnsPeter Eisentraut2019-03-30
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* Refactor planner's header files.Tom Lane2019-01-29
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund2019-01-14
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Drop no-op CoerceToDomain nodes from expressions at planning time.Tom Lane2018-12-13
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Lower lock level for renaming indexesPeter Eisentraut2018-11-14
* Fix missing role dependencies for some schema and type ACLs.Tom Lane2018-11-09
* Remove obsolete pg_constraint.consrc columnPeter Eisentraut2018-11-01
* Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).Thomas Munro2018-10-09
* Fully enforce uniqueness of constraint names.Tom Lane2018-09-04
* Fix a couple minor typosStephen Frost2018-04-20
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-08
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-28
* Allow FOR EACH ROW triggers on partitioned tablesAlvaro Herrera2018-03-23
* Rename TransactionChain functionsPeter Eisentraut2018-03-16
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-02
* Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane2018-01-26
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Support domains over composite types.Tom Lane2017-10-26
* Support arrays over domains.Tom Lane2017-09-30
* Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane2017-09-27
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Fix handling of container types in find_composite_type_dependencies.Tom Lane2017-08-09
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Fix improper quoting of format_type_be() output.Tom Lane2017-05-29
* Remove objname/objargs split for referring to objectsPeter Eisentraut2017-03-06