summaryrefslogtreecommitdiff
path: root/src/include/mb
AgeCommit message (Expand)Author
2007-04-15Make JOHAB client only encoding per discussions in pgsql-hackersTatsuo Ishii
2007-03-25Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004,Tatsuo Ishii
2006-12-24Fix machine-dependent crash in sqlchar_to_unicode(). Get rid ofTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-05-21Change the backend to reject strings containing invalidly-encoded multibyteTom Lane
2006-02-18Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut
2005-12-24Previous commit message should have been:Bruce Momjian
2005-12-24AddBruce Momjian
2005-12-24Alignment cleanup.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-24Suppress signed-vs-unsigned-char warnings.Tom Lane
2005-08-05Actually, this macro had worse problems than a bogus name ...Tom Lane
2005-08-05Fix misspelled macro name. Doesn't appear to be used anywhere yet,Tom Lane
2005-06-15Support 3 and 4-byte unicode characters.Bruce Momjian
2005-03-14Add support for Win1252 encoding.Bruce Momjian
2005-03-07Rename canonical encodings, per Peter:Bruce Momjian
2004-12-04Back out addition of Win1252 encoding.Bruce Momjian
2004-12-03Back out fix for Unicode characters above 0x10000Bruce Momjian
2004-12-02Fix for Unicode characters above 0x10000.Bruce Momjian
2004-12-02Add Charset WIN1252 support.Bruce Momjian
2004-09-17Allow WIN1250 as server encoding.Peter Eisentraut
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-03-15Add PQmbdsplen() which returns the "display length" of a character.Tatsuo Ishii
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-08-04pgindent run.Bruce Momjian
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2003-06-02In src/include/mb/pg_wchar.h we have:Bruce Momjian
2003-02-19Fix for GUC client_encoding variable not being handledTatsuo Ishii
2002-09-04pgindent run.Bruce Momjian
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-08-14Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii
2002-07-29Fix typo. Remove #ifdef MULTIBYTETatsuo Ishii
2002-07-18I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii
2002-06-13Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>Tatsuo Ishii
2002-03-05> Tatsuo Ishii wrote:Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-16Ok, here is the modified encoding table (column1 is the standard name,Tatsuo Ishii
2001-10-11Add support for ISO-8859-6 to 16Tatsuo Ishii
2001-09-23Add pg_database_encoding_max_length() function.Tatsuo Ishii
2001-09-21Fix type_maximum_size() to give the right answer in MULTIBYTE cases.Tom Lane
2001-09-11Implement following item in TODO:Tatsuo Ishii
2001-09-06Commit Karel's patch.Tatsuo Ishii
2001-08-15Add conver/convert2 functions. They are similar to the SQL99's convert.Tatsuo Ishii
2001-07-15TODO item:Tatsuo Ishii
2001-05-03BTW it does not add encodign it just patches existing one (KOI8) toBruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-11-14Extend CREATE DATABASE to allow selection of a template database to beTom Lane