OSDN Git Service

Fix typo in sslmode documentation
[pg-rex/syncrep.git] / src / backend / commands / typecmds.c
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...
2007-05-11 Tom LaneFix my oversight in enabling domains-of-domains: ALTER...
2007-05-11 Tom LaneSupport arrays of composite types, including the rowtyp...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "S...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-21 Tom LaneEliminate a gratuitously different wording of the ...
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneAllow the syntax CREATE TYPE foo, with no parameters...
2006-01-13 Tom LaneRequire the issuer of CREATE TYPE to own the functions...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-11-19 Andrew DunstanDROP objecttype IF EXISTS for the following objects:
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-22 Tom LaneFix unwanted denial of ALTER OWNER rights to superusers...
next