aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/wchar.c
Commit message (Expand)AuthorAge
* When we are in error recursion trouble, arrange to suppress translation andTom Lane2009-03-02
* Support for KOI8U encodingPeter Eisentraut2009-02-10
* Remove the encoding *numbers* from the comments. They are useless, andPeter Eisentraut2009-02-10
* Replace argument-checking Asserts with regular test-and-elog checks in allTom Lane2009-01-29
* Unicode escapes in strings and identifiersPeter Eisentraut2008-10-29
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-27
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix pg_wchar_table[] to match revised ordering of the encoding ID enum.Tom Lane2007-10-15
* Close previously open holes for invalidly encoded data to enter theAndrew Dunstan2007-09-18
* Suppress an integer-overflow warning.Tom Lane2007-07-12
* Make JOHAB client only encoding per discussions in pgsql-hackersTatsuo Ishii2007-04-15
* Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNALTatsuo Ishii2007-03-26
* Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004,Tatsuo Ishii2007-03-25
* Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the sameTom Lane2007-01-24
* pgindent run for 8.2.Bruce Momjian2006-10-04
* In new "invalid byte sequence" error hint, call it "error", notBruce Momjian2006-08-22
* Add hint for "invalid byte sequence for encoding" error message,Bruce Momjian2006-08-22
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-21
* Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut2006-02-18
* Allow psql multi-line column values to align in the proper columnsBruce Momjian2006-02-10
* More uses of IS_HIGHBIT_SET() macro.Bruce Momjian2005-12-26
* I have added these macros to c.h:Bruce Momjian2005-12-25
* Formatting cleanups.Bruce Momjian2005-12-24
* Formatting cleanup.Bruce Momjian2005-12-24
* Fix long standing Asian multibyte charsets bug.Tatsuo Ishii2005-12-24
* Message correctionsPeter Eisentraut2005-10-29
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-24
* Support 3 and 4-byte unicode characters.Bruce Momjian2005-06-15
* Add support for Win1252 encoding.Bruce Momjian2005-03-14
* Update comments for new encoding names.Bruce Momjian2005-03-14
* Rename canonical encodings, per Peter:Bruce Momjian2005-03-07
* Back out fix for Unicode characters above 0x10000Bruce Momjian2004-12-03
* Fix for Unicode characters above 0x10000.Bruce Momjian2004-12-02
* Allow WIN1250 as server encoding.Peter Eisentraut2004-09-17
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Add PQmbdsplen() which returns the "display length" of a character.Tatsuo Ishii2004-03-15
* make sure the $Id tags are converted to $PostgreSQL as well ...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 utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* Fix typo in an error messageTatsuo Ishii2003-01-11
* pgindent run.Bruce Momjian2002-09-04
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>Tatsuo Ishii2002-06-13
* > Tatsuo Ishii wrote:Bruce Momjian2002-03-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Add UTF-8 char >= 0x10000 checkTatsuo Ishii2001-10-15
* Add support for ISO-8859-6 to 16Tatsuo Ishii2001-10-11