summaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/mbutils.c
Commit message (Expand)AuthorAgeFilesLines
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-231-121/+0
* foreach() and list_delete() don't mix.Tom Lane2011-04-171-2/+10
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-6/+6
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-56/+89
* Fix pg_server_to_client, that was broken in the previous commit.Itagaki Takahiro2011-02-211-1/+1
* Add ENCODING option to COPY TO/FROM and file_fdw.Itagaki Takahiro2011-02-211-8/+38
* Per-column collation supportPeter Eisentraut2011-02-081-5/+5
* Remove unnecessary string null-termination in pg_convert.Itagaki Takahiro2010-12-031-18/+17
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Adjust mbutils.c so it won't get broken by future pgindent runs.Tom Lane2010-07-071-3/+3
* Undo pgindent breakage (again). Per buildfarm.Tom Lane2010-07-061-3/+3
* pgindent run for 9.0, second runBruce Momjian2010-07-061-3/+3
* Undo some more pgindent breakage. Per buildfarm.Tom Lane2010-02-271-3/+3
* pgindent run for 9.0Bruce Momjian2010-02-261-6/+6
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-4/+2
* Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane2009-11-121-2/+9
* Fix typo in previous release as reported by Itagaki Takahiro, but missedMagnus Hagander2009-10-171-2/+2
* Write to the Windows eventlog in UTF16, converting the message encodingMagnus Hagander2009-10-171-1/+65
* Don't use 'return' where you should use 'PG_RETURN_xxx'.Tom Lane2009-07-071-2/+2
* More sensible character_octet_lengthPeter Eisentraut2009-07-071-1/+12
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-33/+32
* Move gettext encoding names into encnames.c, so we only have one place to upd...Magnus Hagander2009-04-241-45/+4
* Tell gettext which codeset to use by calling bind_textdomain_codeset(). WeHeikki Linnakangas2009-04-081-11/+25
* Add entry in the encoding number to OS name table for KOI8-U.Peter Eisentraut2009-04-061-1/+2
* Fix SetClientEncoding() to maintain a cache of previously selected encodingTom Lane2009-04-021-84/+126
* Revert pg_bind_textdomain_codeset to a existant-but-empty function whenAlvaro Herrera2009-03-091-4/+2
* pg_bind_textdomain_codeset must exist only on ENABLE_NLS.Alvaro Herrera2009-03-081-2/+6
* On Windows, call bind_textdomain_codeset on domains other than the default one,Alvaro Herrera2009-03-081-14/+19
* Fix usage of char2wchar/wchar2char. Changes:Teodor Sigaev2009-03-021-16/+9
* Explicitly bind gettext to the correct encoding on Windows.Magnus Hagander2009-01-221-16/+57
* Use the new text domain names ("postgres-8.4" instead of "postgres")Magnus Hagander2009-01-191-2/+2
* Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen()Tom Lane2009-01-041-22/+35
* Add an explicit caution about how to use pg_do_encoding_conversion withTom Lane2008-11-111-1/+7
* pg_do_encoding_conversion cannot return NULL (at least not unless the inputTom Lane2008-11-101-3/+1
* Fix compiler warning introduced by recent patch. Tsk tsk.Tom Lane2008-06-181-1/+2
* Move wchar2char() and char2wchar() from tsearch into /mb to be easier toBruce Momjian2008-06-181-1/+129
* Explicitly bind gettext() to the UTF8 locale when in use.Magnus Hagander2008-05-271-1/+20
* Clean up a few places where Datums were being treated as pointers withoutTom Lane2008-04-121-3/+3
* Remove incorrect (and ill-advised anyway) pfree's in pg_convert_from andTom Lane2008-01-091-15/+9
* pgindent run for 8.3.Bruce Momjian2007-11-151-16/+18
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-131-1/+7
* Add comments re text <-> bytea internal equivalence in convert routines.Andrew Dunstan2007-09-241-1/+11
* Use correct PG_GETARG macro in pg_convertAndrew Dunstan2007-09-241-2/+2
* Close previously open holes for invalidly encoded data to enter theAndrew Dunstan2007-09-181-15/+59
* Tweak the code in a couple of places to try to deliver more user-friendlyTom Lane2007-05-281-9/+39
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-2/+2
* Fix machine-dependent crash in sqlchar_to_unicode(). Get rid ofTom Lane2006-12-241-1/+9
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-15/+14
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1