aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/mbutils.c
Commit message (Expand)AuthorAge
* Fix compiler warning introduced by recent patch. Tsk tsk.Tom Lane2008-06-18
* Move wchar2char() and char2wchar() from tsearch into /mb to be easier toBruce Momjian2008-06-18
* Explicitly bind gettext() to the UTF8 locale when in use.Magnus Hagander2008-05-27
* Clean up a few places where Datums were being treated as pointers withoutTom Lane2008-04-12
* Remove incorrect (and ill-advised anyway) pfree's in pg_convert_from andTom Lane2008-01-09
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-13
* Add comments re text <-> bytea internal equivalence in convert routines.Andrew Dunstan2007-09-24
* Use correct PG_GETARG macro in pg_convertAndrew Dunstan2007-09-24
* Close previously open holes for invalidly encoded data to enter theAndrew Dunstan2007-09-18
* Tweak the code in a couple of places to try to deliver more user-friendlyTom Lane2007-05-28
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Fix machine-dependent crash in sqlchar_to_unicode(). Get rid ofTom Lane2006-12-24
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-21
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-11
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-21
* mbutils was previously doing some allocations, including invokingNeil Conway2006-01-12
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-11
* Remove a confusing pair of parentheses.Neil Conway2006-01-11
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-24
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-10
* Rename canonical encodings, per Peter:Bruce Momjian2005-03-07
* More minor cosmetic improvements:Neil Conway2004-10-13
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Add PQmbdsplen() which returns the "display length" of a character.Tatsuo Ishii2004-03-15
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* Department of second thoughts: probably still need an IsTransactionStateTom Lane2003-04-27
* Clean up some problems in SetClientEncoding: failed to honor doit flagTom Lane2003-04-27
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* Fix for GUC client_encoding variable not being handledTatsuo Ishii2003-02-19
* Guard against 0 length string encoding conversion case.Tatsuo Ishii2002-11-26
* Remove encoding lookups from grammar stage, push them back to placesTom Lane2002-11-02
* pgindent run.Bruce Momjian2002-09-04
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-29
* Fix bug in pg_convert() per report from MaC.Yui.Tatsuo Ishii2002-08-19
* Fix memory leak in SetClientEncoding().Tatsuo Ishii2002-08-14
* Load and keep conversion function info when SET CLIENT_ENCODING TO isTatsuo Ishii2002-08-08
* Implement DROP CONVERSIONTatsuo Ishii2002-07-25
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-18
* Simplify pg_convert() in that it calls pg_convert2 using new fmgr interface.Tatsuo Ishii2001-11-20
* Fix nasty bugs in pg_convert() and pg_convert2().Tatsuo Ishii2001-11-19
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Add a new function "pg_client_encoding" which returns the current clientTatsuo Ishii2001-10-12