]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/varchar.c
Silence compiler warnings about possibly unset variables.
[postgresql] / src / backend / utils / adt / varchar.c
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-25 Tom LaneFix string truncation to be multibyte-aware in text_nam...
2012-03-23 Tom LaneCode review for protransform patches.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-06-22 Robert HaasAdd notion of a "transform function" that can simplify...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-22 Robert HaasUse memcmp() rather than strncmp() when shorter string...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-07-11 Peter EisentrautAlter some gratuitous uses of "ANSI" when "SQL standard...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-05-27 Tom LaneAlter the xxx_pattern_ops opclasses to use the regular...
2008-05-04 Tom LaneUse new cstring/text conversion functions in some addit...
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-06-15 Tom LaneTweak the API for per-datatype typmodin functions so...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
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-07-11 Bruce MomjianAlphabetically order reference to include files, "S...
2006-05-21 Tom LaneChange the backend to reject strings containing invalid...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-22 Tom LaneAdjust string comparison so that only bitwise-equal...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-29 Bruce MomjianFix typo.
2005-07-10 Tom LaneChange typreceive function API so that receive function...
2005-05-29 Tom LaneMarginal hack to save a little bit of time in bpcharin...
2005-04-12 Tom LaneAdd aggsortop column to pg_aggregate, so that MIN/MAX...
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-08-02 Tom LaneWhile perusing SQL92 I realized that we are delivering...
2004-02-01 Tom LaneMake length() disregard trailing spaces in char(n)...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Tom LaneRemove --enable-recode feature, since it's been broken...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-05-26 Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
2003-05-12 Tom LaneAdd binary I/O routines for a bunch more datatypes...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-08-26 Tom LaneModify array operations to include array's element...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-03-09 Tom LaneCode review for improved-hashing patch. Fix some porta...
2001-11-18 Tatsuo IshiiOptimization for bpcharlen, textlen, varcharlen in...
2001-11-08 Tom LaneAdd casts to suppress compiler warnings observed on...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-10-03 Thomas G. LockhartImplement precision support for timestamp and time...
2001-09-11 Tatsuo IshiiImplement following item in TODO:
2001-07-15 Tatsuo IshiiTODO item:
2001-06-09 Peter EisentrautAllow GRANT/REVOKE to/from more than one user per invoc...
2001-06-01 Tom LaneNew improved version of bpcharin() may have got the...
2001-05-21 Peter EisentrautMake char(n) and varchar(n) types raise an error if...
2001-05-03 Tom LaneEnsure that btree sort ordering functions and boolean...
2001-04-19 Peter EisentrautFix "off by VARHDRSZ" bug in (Cyrillic) recode support.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-08 Tom LaneRepair erroneous use of hashvarlena() for MACADDR,...
2000-11-26 Tatsuo IshiiFix for inserting/copying longer multibyte strings...
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-07-29 Tom Lanebpchar, varchar, bytea, numeric are toastable --- if...
2000-07-07 Tom LaneFix misuse of StrNCpy to copy and add null to non-null...
2000-07-03 Jan WieckTOAST
2000-06-19 Tom LaneClean up bogosities in pg_opclass, pg_amop, pg_amproc...
2000-06-15 Bruce MomjianClean up #include's.
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-29 Tom LaneConvert array_map to use new fmgr interface.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-13 Tom LaneRemove unnecessary limitations on lengths of bpchar...
2000-01-26 Bruce MomjianAdd:
2000-01-23 Tatsuo Ishiichar_length()/octet_length for char() type now returns...
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-17 Bruce MomjianFix for multi-byte includes.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-04 Bruce MomjianClarify maximum tuple and max attribute lengths.
1999-07-03 Bruce MomjianFix to prevent too large tuple from being created.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-19 Bruce MomjianRemove 4096 string limited key on block size
next