]> granicus.if.org Git - postgresql/history - src/backend/utils/mb/mbutils.c
Remove unnecessary string null-termination in pg_convert.
[postgresql] / src / backend / utils / mb / mbutils.c
2010-12-03 Itagaki TakahiroRemove unnecessary string null-termination in pg_convert.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-07 Tom LaneAdjust mbutils.c so it won't get broken by future pgind...
2010-07-06 Tom LaneUndo pgindent breakage (again). Per buildfarm.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-02-27 Tom LaneUndo some more pgindent breakage. Per buildfarm.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2009-11-12 Tom LaneMake initdb behave sanely when the selected locale...
2009-10-17 Magnus HaganderFix typo in previous release as reported by Itagaki...
2009-10-17 Magnus HaganderWrite to the Windows eventlog in UTF16, converting...
2009-07-07 Tom LaneDon't use 'return' where you should use 'PG_RETURN_xxx'.
2009-07-07 Peter EisentrautMore sensible character_octet_length
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-24 Magnus HaganderMove gettext encoding names into encnames.c, so we...
2009-04-08 Heikki LinnakangasTell gettext which codeset to use by calling bind_textd...
2009-04-06 Peter EisentrautAdd entry in the encoding number to OS name table for...
2009-04-02 Tom LaneFix SetClientEncoding() to maintain a cache of previous...
2009-03-09 Alvaro HerreraRevert pg_bind_textdomain_codeset to a existant-but...
2009-03-08 Alvaro Herrerapg_bind_textdomain_codeset must exist only on ENABLE_NLS.
2009-03-08 Alvaro HerreraOn Windows, call bind_textdomain_codeset on domains...
2009-03-02 Teodor SigaevFix usage of char2wchar/wchar2char. Changes:
2009-01-22 Magnus HaganderExplicitly bind gettext to the correct encoding on...
2009-01-19 Magnus HaganderUse the new text domain names ("postgres-8.4" instead...
2009-01-04 Tom LaneAdd a pg_encoding_mbcliplen() function that is just...
2008-11-11 Tom LaneAdd an explicit caution about how to use pg_do_encoding...
2008-11-10 Tom Lanepg_do_encoding_conversion cannot return NULL (at least...
2008-06-18 Tom LaneFix compiler warning introduced by recent patch. Tsk...
2008-06-18 Bruce MomjianMove wchar2char() and char2wchar() from tsearch into...
2008-05-27 Magnus HaganderExplicitly bind gettext() to the UTF8 locale when...
2008-04-12 Tom LaneClean up a few places where Datums were being treated...
2008-01-09 Tom LaneRemove incorrect (and ill-advised anyway) pfree's in...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-13 Tom LaneFix the inadvertent libpq ABI breakage discovered by...
2007-09-24 Andrew DunstanAdd comments re text <-> bytea internal equivalence...
2007-09-24 Andrew DunstanUse correct PG_GETARG macro in pg_convert
2007-09-18 Andrew DunstanClose previously open holes for invalidly encoded data...
2007-05-28 Tom LaneTweak the code in a couple of places to try to deliver...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2006-12-24 Tom LaneFix machine-dependent crash in sqlchar_to_unicode(...
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
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, "G...
2006-05-21 Tom LaneChange the backend to reject strings containing invalid...
2006-01-12 Neil Conwaymbutils was previously doing some allocations, includin...
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2006-01-11 Neil ConwayRemove a confusing pair of parentheses.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-07-10 Tom LaneChange typreceive function API so that receive function...
2005-03-07 Bruce MomjianRename canonical encodings, per Peter:
2004-10-13 Neil ConwayMore minor cosmetic improvements:
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-03-15 Tatsuo IshiiAdd PQmbdsplen() which returns the "display length...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-04-27 Tom LaneDepartment of second thoughts: probably still need...
2003-04-27 Tom LaneClean up some problems in SetClientEncoding: failed...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-02-19 Tatsuo IshiiFix for GUC client_encoding variable not being handled
2002-11-26 Tatsuo IshiiGuard against 0 length string encoding conversion case.
2002-11-02 Tom LaneRemove encoding lookups from grammar stage, push them...
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-19 Tatsuo IshiiFix bug in pg_convert() per report from MaC.Yui.
2002-08-14 Tatsuo IshiiFix memory leak in SetClientEncoding().
2002-08-08 Tatsuo IshiiLoad and keep conversion function info when SET CLIENT_...
2002-07-25 Tatsuo IshiiImplement DROP CONVERSION
2002-07-18 Tatsuo IshiiI have committed many support files for CREATE CONVERSI...
2001-11-20 Tatsuo IshiiSimplify pg_convert() in that it calls pg_convert2...
2001-11-19 Tatsuo IshiiFix nasty bugs in pg_convert() and pg_convert2().
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-12 Tatsuo IshiiAdd a new function "pg_client_encoding" which returns...
2001-09-21 Tom LaneFix type_maximum_size() to give the right answer in...
2001-09-09 Tatsuo IshiiBackout Karel's patch
2001-09-08 Bruce Momjian> > A simple and robus solution is in the begin of...
2001-09-06 Tatsuo IshiiCommit Karel's patch.
2001-08-15 Tatsuo IshiiAdd conver/convert2 functions. They are similar to...
2001-07-15 Tatsuo IshiiTODO item:
2001-04-16 Tom Lanegetdatabaseencoding() and PG_encoding_to_char() were...
2001-03-08 Tom LaneModify wchar conversion routines to not fetch the next...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-11-14 Tom LaneExtend CREATE DATABASE to allow selection of a template...
2000-10-30 Tatsuo IshiiAdd support for code conversion between Unicode and...
2000-10-12 Tatsuo IshiiSupport for conversion between UNICODE and other encodings
2000-08-27 Tatsuo IshiiChange pg_mblen and pg_encoding_mblen return types...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
1999-09-11 Tom LaneEliminate query length limitation imposed by pg_client_...
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-05-25 Bruce Momjianpgindent run over code.
1999-02-02 Bruce MomjianIncluded patches make some enhancements to the multi...
1998-09-25 Bruce MomjianMB patches from Tatsuo Ishii
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...