]> granicus.if.org Git - postgresql/history - src/backend/commands/typecmds.c
Lots of doc corrections.
[postgresql] / src / backend / commands / typecmds.c
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.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-20 Peter EisentrautBefore attempting to create a composite type, check...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-28 Bruce MomjianRemove PGDLLIMPORT used for binary upgrade; must be...
2009-12-28 Bruce MomjianAdd PGDLLIMPORT for binary_upgrade global variables...
2009-12-27 Bruce MomjianAdd backend and pg_dump code to allow preservation...
2009-12-24 Bruce MomjianBinary upgrade:
2009-12-19 Bruce Momjianbinary migration: pg_migrator
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-07-30 Tom LaneMerge the Constraint and FkConstraint node types into...
2009-07-28 Tom LaneAdd system catalog columns pg_constraint.conindid and...
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-04 Tom LaneRemove the recently added node types ReloptElem and...
2009-02-24 Tom LaneRepair a longstanding bug in CLUSTER and the rewriting...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-01-09 Tom LaneArrange for function default arguments to be processed...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-11-30 Tom LaneAdd a "LIKE = typename" clause to CREATE TYPE for base...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-21 Peter EisentrautUse format_type_be() instead of TypeNameToString()...
2008-09-25 Tom LaneEstablish the rule that array types should have the...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-07-31 Tom LaneRequire superuser privilege to create base types (but...
2008-07-30 Tom LaneFlip the default typispreferred setting from true to...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-19 Tom LaneSupport ALTER TYPE RENAME. Petr Jelinek
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-10-29 Tom LaneRemove the hack in the grammar that "optimized away...
2007-09-29 Tom LaneImprove consistency of the error messages generated...
2007-09-04 Andrew DunstanProvide for binary input/output of enums, to fix compla...
2007-06-20 Tom LaneCREATE DOMAIN ... DEFAULT NULL failed because gram...
2007-06-15 Tom LaneTweak the API for per-datatype typmodin functions so...
2007-05-12 Tom LaneFix the problem that creating a user-defined type named...
next