]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/encode.c
Fix encoding issue when lc_monetary or lc_numeric are different encoding
[postgresql] / src / backend / utils / adt / encode.c
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-08-30 Tom LaneRemove duplicate variable initializations identified...
2009-08-04 Tom LaneSupport hex-string input and output for type BYTEA.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-02-26 Tom LaneFix encode(...bytea..., 'escape') so that it converts...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
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-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-30 Tom LaneClean up encode/decode functions a little bit.
2001-09-14 Bruce Momjian> Here's a revised patch. Changes:
2001-07-12 Bruce MomjianAdd missing encode file.