]> granicus.if.org Git - postgresql/history - src/backend/utils/mb
Improve the recently-added support for properly pluralized error messages
[postgresql] / src / backend / utils / mb /
2009-05-03 Tatsuo IshiiUpdate UTF-8 <--> EUC_KR, JOHAB, UHC mappings.
2009-04-24 Magnus HaganderMove gettext encoding names into encnames.c, so we...
2009-04-08 Heikki LinnakangasTell gettext which codeset to use by calling bind_textd...
2009-04-06 Peter EisentrautAdd entry in the encoding number to OS name table for...
2009-04-02 Tom LaneFix SetClientEncoding() to maintain a cache of previous...
2009-03-18 Heikki LinnakangasFix case of the just resurrected UCS_to_BIG5.pl script...
2009-03-18 Heikki LinnakangasAdd seven kanji characters defined in the Windows 950...
2009-03-09 Alvaro HerreraRevert pg_bind_textdomain_codeset to a existant-but...
2009-03-08 Alvaro Herrerapg_bind_textdomain_codeset must exist only on ENABLE_NLS.
2009-03-08 Alvaro HerreraOn Windows, call bind_textdomain_codeset on domains...
2009-03-02 Tom LaneWhen we are in error recursion trouble, arrange to...
2009-03-02 Teodor SigaevFix usage of char2wchar/wchar2char. Changes:
2009-02-28 Tom LaneFix buffer allocations in encoding conversion routines...
2009-02-10 Peter EisentrautSupport for KOI8U encoding
2009-02-10 Peter EisentrautRemove the encoding *numbers* from the comments. They...
2009-02-10 Peter EisentrautAdd possibility to generate only some files, by passing...
2009-01-29 Tom LaneReplace argument-checking Asserts with regular test...
2009-01-22 Magnus HaganderExplicitly bind gettext to the correct encoding on...
2009-01-19 Magnus HaganderUse the new text domain names ("postgres-8.4" instead...
2009-01-04 Tom LaneAdd a pg_encoding_mbcliplen() function that is just...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-11 Tom LaneAdd an explicit caution about how to use pg_do_encoding...
2008-11-10 Tom Lanepg_do_encoding_conversion cannot return NULL (at least...
2008-10-29 Peter EisentrautUnicode escapes in strings and identifiers
2008-10-27 Tom LaneInstall a more robust solution for the problem of infin...
2008-08-29 Tom LaneSuppress gcc warning about possibly-uninitialized varia...
2008-08-23 Bruce MomjianAdd missing descriptions for aggregates, functions...
2008-06-18 Tom LaneFix compiler warning introduced by recent patch. Tsk...
2008-06-18 Bruce MomjianMove wchar2char() and char2wchar() from tsearch into...
2008-06-17 Bruce MomjianAdd URL for introduction to multibyte programming in C.
2008-05-27 Magnus HaganderExplicitly bind gettext() to the UTF8 locale when...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-04-12 Tom LaneClean up a few places where Datums were being treated...
2008-04-07 Peter EisentrautImplement a few changes to how shared libraries and...
2008-03-21 Bruce MomjianMore README src cleanups.
2008-03-20 Bruce MomjianMake source code READMEs more consistent. Add CVS...
2008-03-20 Heikki LinnakangasAdd the missing cyrillic "Yo" characters ('e' and ...
2008-03-18 Peter EisentrautCatch all errors in for and while loops in makefiles...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-01-09 Tom LaneRemove incorrect (and ill-advised anyway) pfree's in...
2008-01-01 Tom LaneFix some missed copyright updates.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-16 Bruce MomjianCleanup for new else/comment handling.
2007-11-15 Bruce MomjianFix pgindent to properly handle 'else' and single-line...
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-24 Andrew DunstanAdd comments re text <-> bytea internal equivalence...
2007-09-24 Andrew DunstanUse correct PG_GETARG macro in pg_convert
2007-09-18 Andrew DunstanClose previously open holes for invalidly encoded data...
2007-07-12 Tom LaneSuppress an integer-overflow warning.
2007-05-28 Tom LaneTweak the code in a couple of places to try to deliver...
2007-04-16 Tom LaneTweak clean_encoding_name() API to avoid need to cast...
2007-04-15 Tatsuo IshiiMake JOHAB client only encoding per discussions in...
2007-04-15 Tatsuo IshiiFix description how to create conversion function.
2007-03-27 Bruce MomjianFix typo in Makefile.
2007-03-26 Bruce MomjianRemove advertising clause from Berkeley BSD-licensed...
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-03-23 Tatsuo IshiiAllow 4 bytes UTF-8 (UCS-4 range 00010000-001FFFFF)
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-09 Peter EisentrautReplace useless uses of := by = in makefiles.
2007-01-24 Tom LaneGet pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2uc...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-24 Tom LaneFix machine-dependent crash in sqlchar_to_unicode(...
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-11-27 Peter EisentrautFix gratuitous message spelling differences
2006-10-06 Peter EisentrautMessage style improvements
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-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "S...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "G...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-05-21 Tom LaneChange the backend to reject strings containing invalid...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-04 Tatsuo IshiiTighten up SJIS byte sequence check. Now we reject...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-24 Peter EisentrautThe Makefile was invoking perl scripts as ./script...
2006-02-18 Peter EisentrautAdd support for Windows codepages 1253, 1254, 1255...
2006-02-12 Tom LaneFix bug that allowed any logged-in user to SET ROLE...
2006-02-12 Bruce MomjianThrow a warning rather than an error on invalid charact...
2006-02-10 Bruce MomjianAllow psql multi-line column values to align in the...
2006-01-12 Neil Conwaymbutils was previously doing some allocations, includin...
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2006-01-11 Neil ConwayRemove a confusing pair of parentheses.
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-12-23 Tatsuo IshiiFix for rearranging encoding id ISO-8859-5 to ISO-8859-8.
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-29 Peter EisentrautMessage corrections
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
next