]> granicus.if.org Git - postgresql/history - src/test/regress/expected/type_sanity.out
Code review for range-types catalog entries.
[postgresql] / src / test / regress / expected / type_sanity.out
2011-11-16 Tom LaneCode review for range-types catalog entries.
2011-11-15 Tom LaneFix alignment and toasting bugs in range types.
2011-11-03 Heikki LinnakangasSupport range data types.
2011-01-02 Robert HaasBasic foreign table support.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-03 Tom LaneInstall a data-type-based solution for protecting pg_ge... REL9_1_ALPHA1
2008-09-25 Tom LaneEstablish the rule that array types should have the...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2007-10-13 Tom LaneStrengthen type_sanity's check on pg_type.typarray...
2007-06-15 Tom LaneTweak the API for per-datatype typmodin functions so...
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...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2005-07-10 Tom LaneChange typreceive function API so that receive function...
2005-06-26 Bruce MomjianAdd E'' syntax so eventually normal strings can treat...
2005-04-30 Tom LaneChange catalog entries for record_out and record_send...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-06-06 Tom LaneMinor catalog cleanups for composite-type stuff. Adjus...
2003-05-09 Tom LaneImplement array_send/array_recv (binary I/O for arrays...
2003-05-09 Tom LaneBinary send/receive routines for a few basic datatypes...
2003-05-08 Tom LaneReinstate pg_type's typsend and typreceive columns...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-01-15 Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2002-12-14 Peter EisentrautInitial version of the SQL information schema
2002-09-22 Tom LaneReplace pg_attribute.attisinherited with attislocal...
2002-08-26 Tom LaneModify array operations to include array's element...
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-20 Tom LaneUpdate expected files for recent changes of domain...
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2000-09-12 Bruce MomjianThis patch implements a different "relkind"
2000-07-05 Tom LaneMake the regression tests safe for TOAST.
2000-01-05 Thomas G. LockhartVerified output from new psql.
1999-05-09 Tom LaneCorrect type_sanity test so it doesn't spit up on new
1999-04-20 Tom LaneUn-break CREATE TYPE. Fix some other inconsistencies...
1999-03-28 Tom LaneNew regression test to cross-check pg_type, pg_class,