summaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/mbutils.c
AgeCommit message (Expand)Author
2011-02-21Fix pg_server_to_client, that was broken in the previous commit.Itagaki Takahiro
2011-02-21Add ENCODING option to COPY TO/FROM and file_fdw.Itagaki Takahiro
2011-02-08Per-column collation supportPeter Eisentraut
2010-12-03Remove unnecessary string null-termination in pg_convert.Itagaki Takahiro
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-07Adjust mbutils.c so it won't get broken by future pgindent runs.Tom Lane
2010-07-06Undo pgindent breakage (again). Per buildfarm.Tom Lane
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-02-27Undo some more pgindent breakage. Per buildfarm.Tom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2009-11-12Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane
2009-10-17Fix typo in previous release as reported by Itagaki Takahiro, but missedMagnus Hagander
2009-10-17Write to the Windows eventlog in UTF16, converting the message encodingMagnus Hagander
2009-07-07Don't use 'return' where you should use 'PG_RETURN_xxx'.Tom Lane
2009-07-07More sensible character_octet_lengthPeter Eisentraut
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-04-24Move gettext encoding names into encnames.c, so we only have one place to upd...Magnus Hagander
2009-04-08Tell gettext which codeset to use by calling bind_textdomain_codeset(). WeHeikki Linnakangas
2009-04-06Add entry in the encoding number to OS name table for KOI8-U.Peter Eisentraut
2009-04-02Fix SetClientEncoding() to maintain a cache of previously selected encodingTom Lane
2009-03-09Revert pg_bind_textdomain_codeset to a existant-but-empty function whenAlvaro Herrera
2009-03-08pg_bind_textdomain_codeset must exist only on ENABLE_NLS.Alvaro Herrera
2009-03-08On Windows, call bind_textdomain_codeset on domains other than the default one,Alvaro Herrera
2009-03-02Fix usage of char2wchar/wchar2char. Changes:Teodor Sigaev
2009-01-22Explicitly bind gettext to the correct encoding on Windows.Magnus Hagander
2009-01-19Use the new text domain names ("postgres-8.4" instead of "postgres")Magnus Hagander
2009-01-04Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen()Tom Lane
2008-11-11Add an explicit caution about how to use pg_do_encoding_conversion withTom Lane
2008-11-10pg_do_encoding_conversion cannot return NULL (at least not unless the inputTom Lane
2008-06-18Fix compiler warning introduced by recent patch. Tsk tsk.Tom Lane
2008-06-18Move wchar2char() and char2wchar() from tsearch into /mb to be easier toBruce Momjian
2008-05-27Explicitly bind gettext() to the UTF8 locale when in use.Magnus Hagander
2008-04-12Clean up a few places where Datums were being treated as pointers withoutTom Lane
2008-01-09Remove incorrect (and ill-advised anyway) pfree's in pg_convert_from andTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-13Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane
2007-09-24Add comments re text <-> bytea internal equivalence in convert routines.Andrew Dunstan
2007-09-24Use correct PG_GETARG macro in pg_convertAndrew Dunstan
2007-09-18Close previously open holes for invalidly encoded data to enter theAndrew Dunstan
2007-05-28Tweak the code in a couple of places to try to deliver more user-friendlyTom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2006-12-24Fix machine-dependent crash in sqlchar_to_unicode(). Get rid ofTom Lane
2006-12-21Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-11Alphabetically order reference to include files, "G" - "M".Bruce Momjian
2006-05-21Change the backend to reject strings containing invalidly-encoded multibyteTom Lane
2006-01-12mbutils was previously doing some allocations, including invokingNeil Conway
2006-01-11Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway