aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/mbutils.c
Commit message (Expand)AuthorAge
* Undo some more pgindent breakage. Per buildfarm.Tom Lane2010-02-27
* pgindent run for 9.0Bruce Momjian2010-02-26
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane2009-11-12
* Fix typo in previous release as reported by Itagaki Takahiro, but missedMagnus Hagander2009-10-17
* Write to the Windows eventlog in UTF16, converting the message encodingMagnus Hagander2009-10-17
* Don't use 'return' where you should use 'PG_RETURN_xxx'.Tom Lane2009-07-07
* More sensible character_octet_lengthPeter Eisentraut2009-07-07
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Move gettext encoding names into encnames.c, so we only have one place to upd...Magnus Hagander2009-04-24
* Tell gettext which codeset to use by calling bind_textdomain_codeset(). WeHeikki Linnakangas2009-04-08
* Add entry in the encoding number to OS name table for KOI8-U.Peter Eisentraut2009-04-06
* Fix SetClientEncoding() to maintain a cache of previously selected encodingTom Lane2009-04-02
* Revert pg_bind_textdomain_codeset to a existant-but-empty function whenAlvaro Herrera2009-03-09
* pg_bind_textdomain_codeset must exist only on ENABLE_NLS.Alvaro Herrera2009-03-08
* On Windows, call bind_textdomain_codeset on domains other than the default one,Alvaro Herrera2009-03-08
* Fix usage of char2wchar/wchar2char. Changes:Teodor Sigaev2009-03-02
* Explicitly bind gettext to the correct encoding on Windows.Magnus Hagander2009-01-22
* Use the new text domain names ("postgres-8.4" instead of "postgres")Magnus Hagander2009-01-19
* Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen()Tom Lane2009-01-04
* Add an explicit caution about how to use pg_do_encoding_conversion withTom Lane2008-11-11
* pg_do_encoding_conversion cannot return NULL (at least not unless the inputTom Lane2008-11-10
* 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