aboutsummaryrefslogtreecommitdiff
path: root/src/include/mb
Commit message (Expand)AuthorAge
* Unicode escapes in strings and identifiersPeter Eisentraut2008-10-29
* Move wchar2char() and char2wchar() from tsearch into /mb to be easier toBruce Momjian2008-06-18
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* 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
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-13
* Close previously open holes for invalidly encoded data to enter theAndrew Dunstan2007-09-18
* Make JOHAB client only encoding per discussions in pgsql-hackersTatsuo Ishii2007-04-15
* Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004,Tatsuo Ishii2007-03-25
* Fix machine-dependent crash in sqlchar_to_unicode(). Get rid ofTom Lane2006-12-24
* pgindent run for 8.2.Bruce Momjian2006-10-04
* 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
* Previous commit message should have been:Bruce Momjian2005-12-24
* AddBruce Momjian2005-12-24
* Alignment cleanup.Bruce Momjian2005-12-24
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-24
* Actually, this macro had worse problems than a bogus name ...Tom Lane2005-08-05
* Fix misspelled macro name. Doesn't appear to be used anywhere yet,Tom Lane2005-08-05
* Support 3 and 4-byte unicode characters.Bruce Momjian2005-06-15
* Add support for Win1252 encoding.Bruce Momjian2005-03-14
* Rename canonical encodings, per Peter:Bruce Momjian2005-03-07
* Back out addition of Win1252 encoding.Bruce Momjian2004-12-04
* Back out fix for Unicode characters above 0x10000Bruce Momjian2004-12-03
* Fix for Unicode characters above 0x10000.Bruce Momjian2004-12-02
* Add Charset WIN1252 support.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
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* In src/include/mb/pg_wchar.h we have:Bruce Momjian2003-06-02
* Fix for GUC client_encoding variable not being handledTatsuo Ishii2003-02-19
* pgindent run.Bruce Momjian2002-09-04
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii2002-08-14
* Fix typo. Remove #ifdef MULTIBYTETatsuo Ishii2002-07-29
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-18
* Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>Tatsuo Ishii2002-06-13
* > Tatsuo Ishii wrote:Bruce Momjian2002-03-05
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-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
* Ok, here is the modified encoding table (column1 is the standard name,Tatsuo Ishii2001-10-16
* 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