summaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/conv.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Cleanup for new else/comment handling.Bruce Momjian2007-11-161-2/+2
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-151-24/+28
* Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004,Tatsuo Ishii2007-03-251-34/+207
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+3
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-211-213/+182
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* More uses of IS_HIGHBIT_SET() macro.Bruce Momjian2005-12-261-8/+6
* I have added these macros to c.h:Bruce Momjian2005-12-251-2/+2
* Message correctionsPeter Eisentraut2005-10-291-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-7/+6
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-2/+2
* Support 3 and 4-byte unicode characters.Bruce Momjian2005-06-151-2/+9
* Rename canonical encodings, per Peter:Bruce Momjian2005-03-071-7/+7
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-5/+5
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-251-5/+12
* Fix encoding conversion function bug.Tatsuo Ishii2003-04-121-3/+3
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-2/+2
* pgindent run.Bruce Momjian2002-09-041-19/+23
* Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii2002-08-141-530/+9
* Oops. Too much ifdef out.Tatsuo Ishii2002-07-191-1/+3
* Temporary ifdef out migrating functions to avoid compiler warnings.Tatsuo Ishii2002-07-191-3/+3
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-181-1215/+31
* Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>Tatsuo Ishii2002-06-131-1/+125
* Change made to elog:Bruce Momjian2002-03-061-9/+9
* > Tatsuo Ishii wrote:Bruce Momjian2002-03-051-2/+181
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-5/+5
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-5/+5
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-82/+184
* Ok, here is the modified encoding table (column1 is the standard name,Tatsuo Ishii2001-10-161-11/+12
* Add support for ISO-8859-6 to 16Tatsuo Ishii2001-10-111-9/+75
* Fix bug in mic2ascii(). It does not handle correctly if none ASCIITatsuo Ishii2001-09-251-2/+2
* Remove test driversTatsuo Ishii2001-09-221-3/+2
* Implement following item in TODO:Tatsuo Ishii2001-09-111-36/+36
* Commit Karel's patch.Tatsuo Ishii2001-09-061-114/+86
* Fix a message error in utf_to_localTatsuo Ishii2001-05-281-2/+2
* Add missing Unicode support for Cyrillic encodings.Tatsuo Ishii2001-04-291-4/+71
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-95/+94
* conv.c did not compile anymore. Fix wrong header file inclusion.Tatsuo Ishii2001-02-111-4/+2
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-4/+3
* Fix bugs in EUC_TW support. This fix includes patches contributedTatsuo Ishii2000-11-171-4/+11
* Add support for code conversion between Unicode and other encodings.Tatsuo Ishii2000-10-301-53/+200
* Remove gcc-only macro definitionTatsuo Ishii2000-10-271-1/+13