]> granicus.if.org Git - postgresql/history - src/include/mb
Change the declaration of struct varlena so that the length word is
[postgresql] / src / include / mb /
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-15 Tom LaneFix pg_wchar_table[] to match revised ordering of the...
2007-10-13 Tom LaneFix the inadvertent libpq ABI breakage discovered by...
2007-09-18 Andrew DunstanClose previously open holes for invalidly encoded data...
2007-04-15 Tatsuo IshiiMake JOHAB client only encoding per discussions in...
2007-03-25 Tatsuo IshiiAdd new encoding EUC_JIS_2004 and SHIFT_JIS_2004,
2006-12-24 Tom LaneFix machine-dependent crash in sqlchar_to_unicode(...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-05-21 Tom LaneChange the backend to reject strings containing invalid...
2006-02-18 Peter EisentrautAdd support for Windows codepages 1253, 1254, 1255...
2005-12-24 Bruce MomjianPrevious commit message should have been:
2005-12-24 Bruce MomjianAdd
2005-12-24 Bruce MomjianAlignment cleanup.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-08-05 Tom LaneActually, this macro had worse problems than a bogus...
2005-08-05 Tom LaneFix misspelled macro name. Doesn't appear to be used...
2005-06-15 Bruce MomjianSupport 3 and 4-byte unicode characters.
2005-03-14 Bruce MomjianAdd support for Win1252 encoding.
2005-03-07 Bruce MomjianRename canonical encodings, per Peter:
2004-12-04 Bruce MomjianBack out addition of Win1252 encoding.
2004-12-03 Bruce MomjianBack out fix for Unicode characters above 0x10000
2004-12-02 Bruce MomjianFix for Unicode characters above 0x10000.
2004-12-02 Bruce MomjianAdd Charset WIN1252 support.
2004-09-17 Peter EisentrautAllow WIN1250 as server encoding.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-03-15 Tatsuo IshiiAdd PQmbdsplen() which returns the "display length...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-06-02 Bruce MomjianIn src/include/mb/pg_wchar.h we have:
2003-02-19 Tatsuo IshiiFix for GUC client_encoding variable not being handled
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-08-14 Tatsuo IshiiAdd Cyrillic and other encodings for encoding conversion.
2002-07-29 Tatsuo IshiiFix typo. Remove #ifdef MULTIBYTE
2002-07-18 Tatsuo IshiiI have committed many support files for CREATE CONVERSI...
2002-06-13 Tatsuo IshiiAdd GB18030 support. Contributed by Bill Huang <bill_hu...
2002-03-05 Bruce Momjian> Tatsuo Ishii wrote:
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-16 Tatsuo IshiiOk, here is the modified encoding table (column1 is...
2001-10-11 Tatsuo IshiiAdd support for ISO-8859-6 to 16
2001-09-23 Tatsuo IshiiAdd pg_database_encoding_max_length() function.
2001-09-21 Tom LaneFix type_maximum_size() to give the right answer in...
2001-09-11 Tatsuo IshiiImplement following item in TODO:
2001-09-06 Tatsuo IshiiCommit Karel's patch.
2001-08-15 Tatsuo IshiiAdd conver/convert2 functions. They are similar to...
2001-07-15 Tatsuo IshiiTODO item:
2001-05-03 Bruce MomjianBTW it does not add encodign it just patches existing...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-11-14 Tom LaneExtend CREATE DATABASE to allow selection of a template...
2000-10-30 Tatsuo IshiiAdd support for code conversion between Unicode and...
2000-10-27 Tatsuo IshiiRemove gcc-only macro definition
2000-10-25 Tom LaneSupport SET/SHOW/RESET client_encoding and server_encod...
2000-10-12 Tatsuo IshiiDisable elog when linked with frontend.
2000-10-12 Tatsuo IshiiSupport for automatic code conversion between UNICODE...
2000-08-25 Tatsuo IshiiChange return type of:
2000-06-15 Bruce Momjian#include cleanups
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-04-20 Tom LaneClean up const-vs-not-const compiler warning in MULTIBY...
2000-01-18 Tatsuo IshiiAdd builtin functions:
2000-01-15 Peter Eisentraut- Allow array on int8
1999-07-17 Bruce MomjianFix for multi-byte includes.
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-07-11 Tatsuo IshiiFix some compiler warnings (Tomoaki Nishiyama), add...
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-24 Tatsuo IshiiAdd KOI8/WIN/ALT to the multi-byte encoding selections
1999-02-02 Bruce MomjianIncluded patches make some enhancements to the multi...
1998-09-25 Bruce MomjianMB patches from Tatsuo Ishii
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-24 Bruce Momjiano note that now pg_database has a new attribuite "encod...
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...