aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/conv.c
Commit message (Expand)AuthorAge
* Message correctionsPeter Eisentraut2005-10-29
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-24
* Support 3 and 4-byte unicode characters.Bruce Momjian2005-06-15
* Rename canonical encodings, per Peter:Bruce Momjian2005-03-07
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* Fix encoding conversion function bug.Tatsuo Ishii2003-04-12
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* pgindent run.Bruce Momjian2002-09-04
* Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii2002-08-14
* Oops. Too much ifdef out.Tatsuo Ishii2002-07-19
* Temporary ifdef out migrating functions to avoid compiler warnings.Tatsuo Ishii2002-07-19
* 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
* Change made to elog:Bruce Momjian2002-03-06
* > 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
* Fix bug in mic2ascii(). It does not handle correctly if none ASCIITatsuo Ishii2001-09-25
* Remove test driversTatsuo Ishii2001-09-22
* Implement following item in TODO:Tatsuo Ishii2001-09-11
* Commit Karel's patch.Tatsuo Ishii2001-09-06
* Fix a message error in utf_to_localTatsuo Ishii2001-05-28
* Add missing Unicode support for Cyrillic encodings.Tatsuo Ishii2001-04-29
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* conv.c did not compile anymore. Fix wrong header file inclusion.Tatsuo Ishii2001-02-11
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Fix bugs in EUC_TW support. This fix includes patches contributedTatsuo Ishii2000-11-17
* Add support for code conversion between Unicode and other encodings.Tatsuo Ishii2000-10-30
* Remove gcc-only macro definitionTatsuo Ishii2000-10-27
* Support for conversion between UNICODE and other encodingsTatsuo Ishii2000-10-12
* Change pg_mblen and pg_encoding_mblen return types from voidTatsuo Ishii2000-08-27
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Enhance multibyte support.Tatsuo Ishii2000-05-20
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add UDC (User Defined Characters) support to SJIS/EUC_JP conversionTatsuo Ishii2000-01-13
* Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Be...Tatsuo Ishii1999-07-11
* Add fix for 0x7fU constants to pgindentBruce Momjian1999-05-26
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* Make 0x007f -> (unsigned)0x7f to make pgindent happy.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* ifdef out some unused routines to suppress gcc warnings.Tom Lane1999-04-25