aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/typecmds.c
Commit message (Expand)AuthorAge
* 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
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-01
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-19
* Get rid of ParseState.p_value_substitute; use a columnref hook instead.Tom Lane2017-01-07
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Implement table partitioning.Robert Haas2016-12-07
* Be pickier about converting between Name and Datum.Tom Lane2016-09-13
* Support renaming an existing value of an enum type.Tom Lane2016-09-07
* Add location field to DefElemPeter Eisentraut2016-09-06
* Relax transactional restrictions on ALTER TYPE ... ADD VALUE.Tom Lane2016-09-05
* pgindent run for 9.6Robert Haas2016-06-09
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Type names should not be quotedAlvaro Herrera2016-04-01
* Improve internationalization of messages involving type namesAlvaro Herrera2016-03-28
* Move pg_constraint.h function declarations to new file pg_constraint_fn.h.Tom Lane2016-02-11
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Rework internals of changing a type's ownershipAlvaro Herrera2015-12-17
* Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.Robert Haas2015-11-19
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-16
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add transforms featurePeter Eisentraut2015-04-26
* Use the right type OID after creating a shell typeAlvaro Herrera2015-04-22
* Integrate pg_upgrade_support module into backendPeter Eisentraut2015-04-14
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-03
* Use the typcache to cache constraints for domain types.Tom Lane2015-03-01
* adjust ACL owners for REASSIGN and ALTER OWNER TOBruce Momjian2015-01-22
* Update copyright for 2015Bruce Momjian2015-01-06