OSDN Git Service

Allow reloption names to have qualifiers, initially supporting a TOAST
[pg-rex/syncrep.git] / src / backend / commands / typecmds.c
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...
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-08-04 Tom LaneALTER TABLE OWNER must change the ownership of the...
2005-08-01 Tom LaneAdd ALTER object SET SCHEMA capability for a limited...
2005-07-14 Tom LaneAdjust permissions checking for ALTER OWNER commands...
2005-07-10 Tom LaneChange typreceive function API so that receive function...
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2005-01-24 Tom LaneFix ALTER TABLE ADD COLUMN so that constraints of domai...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-25 Tom LaneSupport renaming of tablespaces, and changing the owners of
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-10 Tom LaneClean up generation of default names for constraints...
2004-06-04 Tom LaneResurrect heap_deformtuple(), this time implemented...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-14 Tom LaneTighten parsing of boolean options to CREATE TYPE and...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-05-05 Tom LaneFix get_rels_with_domain to not do the wrong thing...
2004-02-12 Tom LaneAdd hooks for type-specific calculation of ANALYZE...
2004-01-10 Neil ConwayImplement "WITH / WITHOID OIDS" clause for CREATE TABLE...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-10-02 Peter EisentrautChange some notices to warnings and vice versa accordin...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-15 Peter EisentrautRemove warnings for operations that have no effect...
2003-09-09 Peter EisentrautSome "feature not supported" errors are better syntax...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-07-04 Tom LaneSome early work on error message editing. Operator...
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-05-09 Tom LaneImplement array_send/array_recv (binary I/O for arrays...
2003-05-08 Tom LaneReinstate pg_type's typsend and typreceive columns...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-04-08 Tom LaneRemove extraneous semicolons.
2003-02-19 Bruce MomjianBack out LOCKTAG changes by Rod Taylor, pending code...
next