summaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/wchar.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run.Bruce Momjian2002-09-041-22/+23
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-031-5/+5
* Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>Tatsuo Ishii2002-06-131-1/+27
* > Tatsuo Ishii wrote:Bruce Momjian2002-03-051-23/+82
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-76/+78
* Add UTF-8 char >= 0x10000 checkTatsuo Ishii2001-10-151-2/+10
* Add support for ISO-8859-6 to 16Tatsuo Ishii2001-10-111-4/+13
* Add pg_database_encoding_max_length() function.Tatsuo Ishii2001-09-231-1/+11
* Fix type_maximum_size() to give the right answer in MULTIBYTE cases.Tom Lane2001-09-211-7/+18
* Implement following item in TODO:Tatsuo Ishii2001-09-111-19/+84
* Commit Karel's patch.Tatsuo Ishii2001-09-061-38/+32
* Add a crash gurard to pg_encoding_mblen in case of an invalid encodingTatsuo Ishii2001-04-191-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-24/+24
* Modify wchar conversion routines to not fetch the next byte past the endTom Lane2001-03-081-31/+29
* Move pg_encoding_mblen() from common.c to wchar.c.Tatsuo Ishii2001-02-111-1/+10
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-1/+3
* Support for conversion between UNICODE and other encodingsTatsuo Ishii2000-10-121-3/+6
* Change pg_mblen and pg_encoding_mblen return types from voidTatsuo Ishii2000-08-271-12/+41
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+2
* Fix pg_euccn_mblen() so that it always returns 2 if data is not ascii.Tatsuo Ishii2000-01-251-6/+2
* Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Be...Tatsuo Ishii1999-07-111-2/+6
* pgindent run over code.Bruce Momjian1999-05-251-28/+28
* Correct potential infinite loop in pg_utf2wchar_with_len;Tom Lane1999-04-251-1/+6
* Add KOI8/WIN/ALT supportTatsuo Ishii1999-03-241-35/+35
* Included patches make some enhancements to the multi-byte support.Bruce Momjian1999-02-021-2/+22
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-255/+314
* >Applied.Bruce Momjian1998-08-251-2/+25
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-241-2/+2
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-0/+358