summaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/wchar.c
Commit message (Expand)AuthorAgeFilesLines
* Tidy up from frontend Assert change.Andrew Dunstan2012-12-161-1/+0
* Fix ASCII case in pg_wchar2mule_with_len.Tom Lane2012-07-101-11/+11
* Fix failure of new wchar->mb functions to advance from pointer.Robert Haas2012-07-051-1/+4
* Add wchar -> mb conversion routines.Robert Haas2012-07-041-42/+205
* Improve documentation about MULE encoding.Tom Lane2012-07-041-0/+6
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-12/+11
* Lots of doc corrections.Robert Haas2012-04-231-1/+1
* Further improvement of make_greater_string.Tom Lane2011-10-301-179/+155
* Improve make_greater_string() with encoding-specific incrementers.Robert Haas2011-10-291-0/+257
* Improve "invalid byte sequence for encoding" messagePeter Eisentraut2011-09-051-6/+14
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Rename utf2ucs() to utf8_to_unicode(), and export it so it can be usedTom Lane2010-08-181-9/+11
* Remove sometimes inaccurate error hint about source of wrongly encoded data.Andrew Dunstan2010-01-041-5/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-6/+6
* When we are in error recursion trouble, arrange to suppress translation andTom Lane2009-03-021-20/+7
* Support for KOI8U encodingPeter Eisentraut2009-02-101-1/+2
* Remove the encoding *numbers* from the comments. They are useless, andPeter Eisentraut2009-02-101-42/+42
* Replace argument-checking Asserts with regular test-and-elog checks in allTom Lane2009-01-291-1/+34
* Unicode escapes in strings and identifiersPeter Eisentraut2008-10-291-1/+36
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-271-7/+20
* pgindent run for 8.3.Bruce Momjian2007-11-151-9/+9
* Fix pg_wchar_table[] to match revised ordering of the encoding ID enum.Tom Lane2007-10-151-50/+43
* Close previously open holes for invalidly encoded data to enter theAndrew Dunstan2007-09-181-13/+29
* Suppress an integer-overflow warning.Tom Lane2007-07-121-2/+2
* Make JOHAB client only encoding per discussions in pgsql-hackersTatsuo Ishii2007-04-151-22/+22
* Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNALTatsuo Ishii2007-03-261-5/+5
* Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004,Tatsuo Ishii2007-03-251-6/+8
* Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the sameTom Lane2007-01-241-17/+43
* pgindent run for 8.2.Bruce Momjian2006-10-041-97/+113
* In new "invalid byte sequence" error hint, call it "error", notBruce Momjian2006-08-221-2/+2
* Add hint for "invalid byte sequence for encoding" error message,Bruce Momjian2006-08-221-2/+5
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-211-153/+583
* Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut2006-02-181-6/+10
* Allow psql multi-line column values to align in the proper columnsBruce Momjian2006-02-101-16/+197
* More uses of IS_HIGHBIT_SET() macro.Bruce Momjian2005-12-261-11/+11
* I have added these macros to c.h:Bruce Momjian2005-12-251-13/+13
* Formatting cleanups.Bruce Momjian2005-12-241-64/+22
* Formatting cleanup.Bruce Momjian2005-12-241-41/+42
* Fix long standing Asian multibyte charsets bug.Tatsuo Ishii2005-12-241-22/+23
* Message correctionsPeter Eisentraut2005-10-291-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-46/+77
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-25/+31
* Support 3 and 4-byte unicode characters.Bruce Momjian2005-06-151-37/+64
* Add support for Win1252 encoding.Bruce Momjian2005-03-141-1/+2
* Update comments for new encoding names.Bruce Momjian2005-03-141-3/+3
* Rename canonical encodings, per Peter:Bruce Momjian2005-03-071-6/+6
* Back out fix for Unicode characters above 0x10000Bruce Momjian2004-12-031-72/+44
* Fix for Unicode characters above 0x10000.Bruce Momjian2004-12-021-44/+72
* Allow WIN1250 as server encoding.Peter Eisentraut2004-09-171-6/+6
* Pgindent run for 8.0.Bruce Momjian2004-08-291-31/+29