aboutsummaryrefslogtreecommitdiff
path: root/src/include/mb/pg_wchar.h
Commit message (Expand)AuthorAge
* 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
* Implement following item in TODO:Tatsuo Ishii2001-09-11
* Commit Karel's patch.Tatsuo Ishii2001-09-06
* Add conver/convert2 functions. They are similar to the SQL99's convert.Tatsuo Ishii2001-08-15
* TODO item:Tatsuo Ishii2001-07-15
* BTW it does not add encodign it just patches existing one (KOI8) toBruce Momjian2001-05-03
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-14
* Add support for code conversion between Unicode and other encodings.Tatsuo Ishii2000-10-30
* Remove gcc-only macro definitionTatsuo Ishii2000-10-27
* Support SET/SHOW/RESET client_encoding and server_encoding even whenTom Lane2000-10-25
* Disable elog when linked with frontend.Tatsuo Ishii2000-10-12
* Support for automatic code conversion between UNICODE and otherTatsuo Ishii2000-10-12
* Change return type of:Tatsuo Ishii2000-08-25
* #include cleanupsBruce Momjian2000-06-15
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-13
* Clean up const-vs-not-const compiler warning in MULTIBYTE code.Tom Lane2000-04-20
* Add builtin functions:Tatsuo Ishii2000-01-18
* - Allow array on int8Peter Eisentraut2000-01-15
* Fix for multi-byte includes.Bruce Momjian1999-07-17
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Be...Tatsuo Ishii1999-07-11
* pgindent run over code.Bruce Momjian1999-05-25
* Add KOI8/WIN/ALT to the multi-byte encoding selectionsTatsuo Ishii1999-03-24
* Included patches make some enhancements to the multi-byte support.Bruce Momjian1999-02-02
* MB patches from Tatsuo IshiiBruce Momjian1998-09-25
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-24
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24