aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/typecmds.c
Commit message (Expand)AuthorAge
* 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
* Make CREATE TYPE print warnings if a datatype's I/O functions are volatile.Tom Lane2014-11-05
* Split builtins.h to a new header ruleutils.hAlvaro Herrera2014-10-08
* pg_upgrade: prevent automatic oid assignmentBruce Momjian2014-08-25
* DefineType: return base type OID, not its arrayAlvaro Herrera2014-08-25
* pgindent run for 9.4Bruce Momjian2014-05-06
* Make DROP IF EXISTS more consistently not failAlvaro Herrera2014-01-23
* Update copyright for 2014Bruce Momjian2014-01-07
* Move pg_upgrade_support global variables to their own include fileBruce Momjian2013-12-19
* Update messages, comments and documentation for materialized views.Noah Misch2013-07-05
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-12
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-17
* Add a materialized view relations.Kevin Grittner2013-03-03
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Make some spelling more consistentPeter Eisentraut2013-01-05
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.Tom Lane2012-12-31
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-29
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-23
* Allow adding values to an enum type created in the current transaction.Tom Lane2012-12-01
* Fix ALTER EXTENSION / SET SCHEMAAlvaro Herrera2012-10-31
* Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan2012-09-22
* Fix a couple other leftover uses of 'conisonly' terminology.Tom Lane2012-09-12
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-10
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-24
* Improve reporting of permission errors for array typesPeter Eisentraut2012-06-15
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Force PL and range-type support functions to be owned by a superuser.Tom Lane2012-05-30
* Lots of doc corrections.Robert Haas2012-04-23