]> granicus.if.org Git - postgresql/history - src/backend/catalog/pg_type.c
Phase 2 of pgindent updates.
[postgresql] / src / backend / catalog / pg_type.c
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-05-26 Tom LaneMove autogenerated array types out of the way during...
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-14 Peter EisentrautIntegrate pg_upgrade_support module into backend
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-08-26 Bruce Momjianpg_upgrade: prevent automatic oid assignment
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-19 Bruce MomjianMove pg_upgrade_support global variables to their own...
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
2013-03-07 Robert HaasCode beautification for object-access hook machinery.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-03-09 Robert HaasExtend object access hook framework to support argument...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-10-12 Tom LaneDon't mark auto-generated types as extension members.
2011-07-23 Tom LaneRethink behavior of CREATE OR REPLACE during CREATE...
2011-06-16 Tom LaneIndex tuple data arrays using Anum_xxx symbolic constan...
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-02-12 Peter EisentrautDDL support for collations
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
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-25 Robert HaasObject access hook framework, with post-creation hook.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
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-24 Bruce MomjianBinary upgrade:
2009-08-16 Tom LaneFix incorrect encoding-aware name truncation in makeArr...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-02-24 Tom LaneRepair a longstanding bug in CLUSTER and the rewriting...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-08-03 Tom LaneTighten up the sanity checks in TypeCreate(): pass...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
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 Momjianpgindent run for 8.3.
2007-05-12 Tom LaneFix the problem that creating a user-defined type named...
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-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-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneAllow the syntax CREATE TYPE foo, with no parameters...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
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-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-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-14 Tom LaneTighten parsing of boolean options to CREATE TYPE and...
2004-02-12 Tom LaneAdd hooks for type-specific calculation of ANALYZE...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-21 Tom LaneError message editing in backend/catalog.
2003-05-08 Tom LaneReinstate pg_type's typsend and typreceive columns...
2003-01-08 Tom LaneRepair bug noticed by Deepak Bhole: a shell type should...
2002-12-06 Bruce MomjianRe-addd Rod's ALTER DOMAIN patch.
2002-12-06 Bruce MomjianBack out ALTER DOMAIN patch until missing file appears.
2002-12-06 Bruce MomjianALTER DOMAIN .. SET / DROP NOT NULL
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-08-15 Bruce MomjianTom Lane wrote:
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-18 Tom LaneImplement DROP SCHEMA. It lacks support for dropping...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
next