aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/typecmds.c
Commit message (Expand)AuthorAge
* 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
* Add support for renaming domain constraintsPeter Eisentraut2012-04-03
* Collect and use element-frequency statistics for arrays.Tom Lane2012-03-03
* Remove useless const qualifierPeter Eisentraut2012-02-26
* Allow LEAKPROOF functions for better performance of security views.Robert Haas2012-02-13
* Disallow ALTER DOMAIN on non-domain type everywherePeter Eisentraut2012-01-27
* Classify DROP operations by whether or not they are user-initiated.Robert Haas2012-01-26
* Prevent adding relations to a concurrently dropped schema.Robert Haas2012-01-16
* Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut2012-01-05
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add ALTER DOMAIN ... RENAMEPeter Eisentraut2011-12-22
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Allow CHECK constraints to be declared ONLYAlvaro Herrera2011-12-19
* Improve behavior of concurrent rename statements.Robert Haas2011-12-15
* Creator of a range type must have permission to call support functions.Tom Lane2011-11-23
* Remove user-selectable ANALYZE option for range types.Tom Lane2011-11-23
* Remove zero- and one-argument range constructor functions.Tom Lane2011-11-22
* More code review for rangetypes patch.Tom Lane2011-11-21
* Further code review for range types patch.Tom Lane2011-11-20
* Fix alignment and toasting bugs in range types.Tom Lane2011-11-14
* Rerun pgindent with updated typedef list.Bruce Momjian2011-11-14
* Run pgindent on range type files, per request from Tom.Bruce Momjian2011-11-14
* Support range data types.Heikki Linnakangas2011-11-03
* Consolidate DROP handling for some object types.Robert Haas2011-10-19
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Don't try to use a constraint name as domain nameAlvaro Herrera2011-07-04
* Remove unused variable to silence compiler warningPeter Eisentraut2011-07-04
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-03