aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/typecmds.c
Commit message (Expand)AuthorAge
* 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
* Suppress compiler warning about potentially uninitialized variable.Tom Lane2011-07-01
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian2011-04-25
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-22
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Split CollateClause into separate raw and analyzed node types.Tom Lane2011-03-11
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-09
* DDL support for collationsPeter Eisentraut2011-02-12
* Tweak find_composite_type_dependencies API a bit more.Robert Haas2011-02-11
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Per-column collation supportPeter Eisentraut2011-02-08
* Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.Simon Riggs2011-02-08
* Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.Robert Haas2011-02-06
* Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode.Bruce Momjian2011-01-07
* Improve C comments about backend variables set by pg_upgrade_supportBruce Momjian2011-01-06
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Centralize some ALTER <whatever> .. SET SCHEMA checks.Robert Haas2010-11-22
* Refactor typenameTypeId()Peter Eisentraut2010-10-25
* Allow new values to be added to an existing enum type.Tom Lane2010-10-24
* Improve handling of domains over arrays.Tom Lane2010-10-21
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-26
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane2010-08-18
* Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.Simon Riggs2010-07-28
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-25
* pgindent run for 9.0Bruce Momjian2010-02-26
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Before attempting to create a composite type, check whether a type of thatPeter Eisentraut2010-01-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02