]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/format_type.c
Replace pg_asprintf() with psprintf().
[postgresql] / src / backend / utils / adt / format_type.c
2013-10-22 Tom LaneReplace pg_asprintf() with psprintf().
2013-03-20 Alvaro HerreraAllow extracting machine-readable object identity
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
2011-03-10 Tom LaneRevert addition of third argument to format_type().
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-30 Robert HaasMake details of the Numeric representation private...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
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-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2002-09-04 Bruce Momjianpgindent run.
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-08-04 Thomas G. LockhartAdd guard code to protect from buffer overruns on long...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-01 Tom LaneAdd routines in namespace.c to determine whether object...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-11-19 Tom LaneTweak format_type so that we get good behavior for...
2001-11-12 Tom LaneTweak parser so that there is a defined representation...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-23 Tom LaneAdd support for INTERVAL's new typmod values to format_...
2001-10-08 Tom LaneFix ruleutils to depend on format_type, rather than...
2001-10-04 Tom LaneMake the world safe for atttypmod=0 ... this didn't...
2001-10-03 Tom LaneTeach format_type about time/timestamp precision, so...
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-09-21 Tom LaneFix type_maximum_size() to give the right answer in...
2001-08-09 Peter EisentrautUse format_type sibling in backend error messages,...
2001-05-22 Peter EisentrautMake bit and bit varying types reject too long input...
2001-05-18 Bruce MomjianUndo \dT change. Not worth it.
2001-05-18 Bruce MomjianRename ParseFuncOrColumn() to ParseColumnOrFunc().
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-05 Peter EisentrautDump/display 'timestamp' as 'timestamp with time zone...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-08-26 Tom LaneRename BITSPERBYTE to BITS_PER_BYTE to avoid conflict...
2000-08-25 Tom LaneAvoid creating a TOAST table if we can prove that the...
2000-08-21 Tom LaneFix format_type() to display correct lengths for BIT...
2000-07-09 Peter Eisentrautoidvectortypes: use SQL type names and separate by...
2000-07-07 Peter Eisentraut- format_type function, in use by psql