]> granicus.if.org Git - postgresql/history - src/backend/utils/mb/wchar.c
Further improvement of make_greater_string.
[postgresql] / src / backend / utils / mb / wchar.c
2011-10-30 Tom LaneFurther improvement of make_greater_string.
2011-10-29 Robert HaasImprove make_greater_string() with encoding-specific...
2011-09-05 Peter EisentrautImprove "invalid byte sequence for encoding" message
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-18 Tom LaneRename utf2ucs() to utf8_to_unicode(), and export it...
2010-01-04 Andrew DunstanRemove sometimes inaccurate error hint about source...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-02 Tom LaneWhen we are in error recursion trouble, arrange to...
2009-02-10 Peter EisentrautSupport for KOI8U encoding
2009-02-10 Peter EisentrautRemove the encoding *numbers* from the comments. They...
2009-01-29 Tom LaneReplace argument-checking Asserts with regular test...
2008-10-29 Peter EisentrautUnicode escapes in strings and identifiers
2008-10-27 Tom LaneInstall a more robust solution for the problem of infin...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-15 Tom LaneFix pg_wchar_table[] to match revised ordering of the...
2007-09-18 Andrew DunstanClose previously open holes for invalidly encoded data...
2007-07-12 Tom LaneSuppress an integer-overflow warning.
2007-04-15 Tatsuo IshiiMake JOHAB client only encoding per discussions in...
2007-03-26 Tatsuo IshiiFix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW...
2007-03-25 Tatsuo IshiiAdd new encoding EUC_JIS_2004 and SHIFT_JIS_2004,
2007-01-24 Tom LaneGet pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2uc...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-22 Bruce MomjianIn new "invalid byte sequence" error hint, call it...
2006-08-22 Bruce MomjianAdd hint for "invalid byte sequence for encoding" error...
2006-05-21 Tom LaneChange the backend to reject strings containing invalid...
2006-02-18 Peter EisentrautAdd support for Windows codepages 1253, 1254, 1255...
2006-02-10 Bruce MomjianAllow psql multi-line column values to align in the...
2005-12-26 Bruce MomjianMore uses of IS_HIGHBIT_SET() macro.
2005-12-25 Bruce MomjianI have added these macros to c.h:
2005-12-24 Bruce MomjianFormatting cleanups.
2005-12-24 Bruce MomjianFormatting cleanup.
2005-12-24 Tatsuo IshiiFix long standing Asian multibyte charsets bug.
2005-10-29 Peter EisentrautMessage corrections
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-06-15 Bruce MomjianSupport 3 and 4-byte unicode characters.
2005-03-14 Bruce MomjianAdd support for Win1252 encoding.
2005-03-14 Bruce MomjianUpdate comments for new encoding names.
2005-03-07 Bruce MomjianRename canonical encodings, per Peter:
2004-12-03 Bruce MomjianBack out fix for Unicode characters above 0x10000
2004-12-02 Bruce MomjianFix for Unicode characters above 0x10000.
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-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-01-11 Tatsuo IshiiFix typo in an error message
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-06-13 Tatsuo IshiiAdd GB18030 support. Contributed by Bill Huang <bill_hu...
2002-03-05 Bruce Momjian> Tatsuo Ishii wrote:
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-15 Tatsuo IshiiAdd UTF-8 char >= 0x10000 check
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-04-19 Tatsuo IshiiAdd a crash gurard to pg_encoding_mblen in case of...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-08 Tom LaneModify wchar conversion routines to not fetch the next...
2001-02-11 Tatsuo IshiiMove pg_encoding_mblen() from common.c to wchar.c.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-10-12 Tatsuo IshiiSupport for conversion between UNICODE and other encodings
2000-08-27 Tatsuo IshiiChange pg_mblen and pg_encoding_mblen return types...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-25 Tatsuo IshiiFix pg_euccn_mblen() so that it always returns 2 if...
1999-07-11 Tatsuo IshiiFix some compiler warnings (Tomoaki Nishiyama), add...
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-25 Tom LaneCorrect potential infinite loop in pg_utf2wchar_with_len;
1999-03-24 Tatsuo IshiiAdd KOI8/WIN/ALT support
1999-02-02 Bruce MomjianIncluded patches make some enhancements to the multi...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-25 Bruce Momjian>Applied.
1998-08-24 Bruce Momjiano note that now pg_database has a new attribuite "encod...
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...