aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/wchar.c
Commit message (Expand)AuthorAge
* 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
* Add pg_database_encoding_max_length() function.Tatsuo Ishii2001-09-23
* Fix type_maximum_size() to give the right answer in MULTIBYTE cases.Tom Lane2001-09-21
* Implement following item in TODO:Tatsuo Ishii2001-09-11
* Commit Karel's patch.Tatsuo Ishii2001-09-06
* Add a crash gurard to pg_encoding_mblen in case of an invalid encodingTatsuo Ishii2001-04-19
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Modify wchar conversion routines to not fetch the next byte past the endTom Lane2001-03-08
* Move pg_encoding_mblen() from common.c to wchar.c.Tatsuo Ishii2001-02-11
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Support for conversion between UNICODE and other encodingsTatsuo Ishii2000-10-12
* Change pg_mblen and pg_encoding_mblen return types from voidTatsuo Ishii2000-08-27
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix pg_euccn_mblen() so that it always returns 2 if data is not ascii.Tatsuo Ishii2000-01-25
* Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Be...Tatsuo Ishii1999-07-11
* pgindent run over code.Bruce Momjian1999-05-25
* Correct potential infinite loop in pg_utf2wchar_with_len;Tom Lane1999-04-25
* Add KOI8/WIN/ALT supportTatsuo Ishii1999-03-24
* Included patches make some enhancements to the multi-byte support.Bruce Momjian1999-02-02
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* >Applied.Bruce Momjian1998-08-25
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-24
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24