summaryrefslogtreecommitdiff
path: root/src/include/mb
Commit message (Expand)AuthorAgeFilesLines
* Make JOHAB client only encoding per discussions in pgsql-hackersTatsuo Ishii2007-04-151-2/+2
* Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004,Tatsuo Ishii2007-03-251-10/+36
* Fix machine-dependent crash in sqlchar_to_unicode(). Get rid ofTom Lane2006-12-241-1/+3
* pgindent run for 8.2.Bruce Momjian2006-10-041-23/+23
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-211-24/+44
* Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut2006-02-181-2/+6
* Previous commit message should have been:Bruce Momjian2005-12-241-2/+2
* AddBruce Momjian2005-12-241-2/+3
* Alignment cleanup.Bruce Momjian2005-12-241-43/+43
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-18/+16
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-14/+14
* Actually, this macro had worse problems than a bogus name ...Tom Lane2005-08-051-3/+2
* Fix misspelled macro name. Doesn't appear to be used anywhere yet,Tom Lane2005-08-051-2/+2
* Support 3 and 4-byte unicode characters.Bruce Momjian2005-06-151-1/+3
* Add support for Win1252 encoding.Bruce Momjian2005-03-141-2/+3
* Rename canonical encodings, per Peter:Bruce Momjian2005-03-071-8/+8
* Back out addition of Win1252 encoding.Bruce Momjian2004-12-041-2/+1
* Back out fix for Unicode characters above 0x10000Bruce Momjian2004-12-031-11/+1
* Fix for Unicode characters above 0x10000.Bruce Momjian2004-12-021-1/+11
* Add Charset WIN1252 support.Bruce Momjian2004-12-021-1/+2
* Allow WIN1250 as server encoding.Peter Eisentraut2004-09-171-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+3
* Add PQmbdsplen() which returns the "display length" of a character.Tatsuo Ishii2004-03-151-1/+6
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* pgindent run.Bruce Momjian2003-08-041-2/+2
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-2/+2
* In src/include/mb/pg_wchar.h we have:Bruce Momjian2003-06-021-2/+2
* Fix for GUC client_encoding variable not being handledTatsuo Ishii2003-02-191-1/+2
* pgindent run.Bruce Momjian2002-09-041-16/+16
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-031-6/+6
* Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii2002-08-141-1/+5
* Fix typo. Remove #ifdef MULTIBYTETatsuo Ishii2002-07-291-35/+25
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-181-32/+17
* Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>Tatsuo Ishii2002-06-131-2/+2
* > Tatsuo Ishii wrote:Bruce Momjian2002-03-051-4/+10
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-4/+4
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-35/+36
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-119/+121
* Ok, here is the modified encoding table (column1 is the standard name,Tatsuo Ishii2001-10-161-13/+13
* Add support for ISO-8859-6 to 16Tatsuo Ishii2001-10-111-11/+98
* Add pg_database_encoding_max_length() function.Tatsuo Ishii2001-09-231-1/+2
* Fix type_maximum_size() to give the right answer in MULTIBYTE cases.Tom Lane2001-09-211-14/+24
* Implement following item in TODO:Tatsuo Ishii2001-09-111-1/+5
* Commit Karel's patch.Tatsuo Ishii2001-09-061-67/+148
* Add conver/convert2 functions. They are similar to the SQL99's convert.Tatsuo Ishii2001-08-151-1/+3
* TODO item:Tatsuo Ishii2001-07-151-1/+2
* BTW it does not add encodign it just patches existing one (KOI8) toBruce Momjian2001-05-031-2/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-14/+15
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+1
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-141-3/+1