summaryrefslogtreecommitdiff
path: root/src/include/mb
AgeCommit message (Expand)Author
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
2000-10-30Add support for code conversion between Unicode and other encodings.Tatsuo Ishii
2000-10-27Remove gcc-only macro definitionTatsuo Ishii
2000-10-25Support SET/SHOW/RESET client_encoding and server_encoding even whenTom Lane
2000-10-12Disable elog when linked with frontend.Tatsuo Ishii
2000-10-12Support for automatic code conversion between UNICODE and otherTatsuo Ishii
2000-08-25Change return type of:Tatsuo Ishii
2000-06-15#include cleanupsBruce Momjian
2000-06-13Another batch of fmgr updates. I think I have gotten all old-styleTom Lane
2000-04-20Clean up const-vs-not-const compiler warning in MULTIBYTE code.Tom Lane
2000-01-18Add builtin functions:Tatsuo Ishii
2000-01-15- Allow array on int8Peter Eisentraut
1999-07-17Fix for multi-byte includes.Bruce Momjian
1999-07-14Cleanup of /include #include's, for 6.6 only.Bruce Momjian
1999-07-11Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Be...Tatsuo Ishii
1999-05-25pgindent run over code.Bruce Momjian
1999-03-24Add KOI8/WIN/ALT to the multi-byte encoding selectionsTatsuo Ishii
1999-02-02Included patches make some enhancements to the multi-byte support.Bruce Momjian
1998-09-25MB patches from Tatsuo IshiiBruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-08-24o note that now pg_database has a new attribuite "encoding" evenBruce Momjian
1998-07-26From: t-ishii@sra.co.jpMarc G. Fournier
1998-07-24I really hope that I haven't missed anything in this one...Marc G. Fournier