]> granicus.if.org Git - postgresql/history - src/backend/commands/typecmds.c
Improve internationalization of messages involving type names
[postgresql] / src / backend / commands / typecmds.c
2016-03-28 Alvaro HerreraImprove internationalization of messages involving...
2016-02-11 Tom LaneMove pg_constraint.h function declarations to new file...
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-17 Alvaro HerreraRework internals of changing a type's ownership
2015-11-19 Robert HaasMake ALTER .. SET SCHEMA do nothing, instead of throwin...
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-26 Peter EisentrautAdd transforms feature
2015-04-22 Alvaro HerreraUse the right type OID after creating a shell type
2015-04-14 Peter EisentrautIntegrate pg_upgrade_support module into backend
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-03-01 Tom LaneUse the typcache to cache constraints for domain types.
2015-01-22 Bruce Momjianadjust ACL owners for REASSIGN and ALTER OWNER TO
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-05 Tom LaneMake CREATE TYPE print warnings if a datatype's I/O...
2014-10-08 Alvaro HerreraSplit builtins.h to a new header ruleutils.h
2014-08-26 Bruce Momjianpg_upgrade: prevent automatic oid assignment
2014-08-25 Alvaro HerreraDefineType: return base type OID, not its array
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-23 Alvaro HerreraMake DROP IF EXISTS more consistently not fail
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-19 Bruce MomjianMove pg_upgrade_support global variables to their own...
2013-07-05 Noah MischUpdate messages, comments and documentation for materia...
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-12 Tom LaneClean up the mess around EXPLAIN and materialized views.
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-05 Peter EisentrautMake some spelling more consistent
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-31 Tom LaneFix ruleutils to cope with conflicts from adding/droppi...
2012-12-29 Robert HaasAdjust more backend functions to return OID rather...
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-12-01 Tom LaneAllow adding values to an enum type created in the...
2012-10-31 Alvaro HerreraFix ALTER EXTENSION / SET SCHEMA
2012-09-22 Andrew DunstanAllow IF NOT EXISTS when add a new enum label.
2012-09-12 Tom LaneFix a couple other leftover uses of 'conisonly' termino...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-10 Tom LaneCentralize the logic for detecting misplaced aggregates...
2012-07-24 Alvaro HerreraChange syntax of new CHECK NO INHERIT constraints
2012-06-15 Peter EisentrautImprove reporting of permission errors for array types
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-31 Tom LaneForce PL and range-type support functions to be owned...
2012-04-24 Robert HaasLots of doc corrections.
2012-04-03 Peter EisentrautAdd support for renaming domain constraints
2012-03-04 Tom LaneCollect and use element-frequency statistics for arrays.
2012-02-26 Peter EisentrautRemove useless const qualifier
2012-02-14 Robert HaasAllow LEAKPROOF functions for better performance of...
2012-01-27 Peter EisentrautDisallow ALTER DOMAIN on non-domain type everywhere
2012-01-26 Robert HaasClassify DROP operations by whether or not they are...
2012-01-16 Robert HaasPrevent adding relations to a concurrently dropped...
2012-01-05 Peter EisentrautImprove ALTER DOMAIN / DROP CONSTRAINT with nonexistent...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-22 Peter EisentrautAdd ALTER DOMAIN ... RENAME
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-12-19 Alvaro HerreraAllow CHECK constraints to be declared ONLY
2011-12-16 Robert HaasImprove behavior of concurrent rename statements.
2011-11-23 Tom LaneCreator of a range type must have permission to call...
2011-11-23 Tom LaneRemove user-selectable ANALYZE option for range types.
2011-11-23 Tom LaneRemove zero- and one-argument range constructor functions.
2011-11-21 Tom LaneMore code review for rangetypes patch.
2011-11-21 Tom LaneFurther code review for range types patch.
2011-11-15 Tom LaneFix alignment and toasting bugs in range types.
2011-11-14 Bruce MomjianRerun pgindent with updated typedef list.
2011-11-14 Bruce MomjianRun pgindent on range type files, per request from...
2011-11-03 Heikki LinnakangasSupport range data types.
2011-10-20 Robert HaasConsolidate DROP handling for some object types.
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-07-04 Alvaro HerreraDon't try to use a constraint name as domain name
2011-07-04 Peter EisentrautRemove unused variable to silence compiler warning
2011-07-03 Robert HaasFix bugs in relpersistence handling during table creation.
2011-07-02 Tom LaneSuppress compiler warning about potentially uninitializ...
2011-06-30 Alvaro HerreraEnable CHECK constraints to be declared NOT VALID
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-25 Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-02-12 Peter EisentrautDDL support for collations
2011-02-11 Robert HaasTweak find_composite_type_dependencies API a bit more.
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-02-06 Robert HaasTighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.
2011-01-08 Bruce MomjianForce pg_upgrade's to preserve pg_class.oid, not pg_cla...
2011-01-07 Bruce MomjianImprove C comments about backend variables set by pg_up...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-23 Robert HaasCentralize some ALTER <whatever> .. SET SCHEMA checks.
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-09-26 Peter EisentrautAdd ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-18 Tom LaneFix failure of "ALTER TABLE t ADD COLUMN c serial"...
2010-07-28 Simon RiggsReduce lock levels of CREATE TRIGGER and some ALTER...
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
next