]> granicus.if.org Git - postgresql/history - src/backend/utils/mb
Replace the XLogInsert slots with regular LWLocks.
[postgresql] / src / backend / utils / mb /
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-02-23 Tom LanePrefer pg_any_to_server/pg_server_to_any over pg_do_enc...
2014-02-23 Tom LanePlug some more holes in encoding conversion.
2014-01-18 Tom LaneMake various variables const (read-only).
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-19 Tom LaneAdd checks for valid multibyte character length in...
2013-06-26 Noah MischRenovate display of non-ASCII messages on Windows.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-16 Andrew DunstanTidy up from frontend Assert change.
2012-08-30 Bruce MomjianRemove configure flag --disable-shared, as it is no...
2012-07-10 Tom LaneFix ASCII case in pg_wchar2mule_with_len.
2012-07-06 Robert HaasFix failure of new wchar->mb functions to advance from...
2012-07-05 Bruce MomjianRun newly-configured perltidy script on Perl files.
2012-07-04 Robert HaasAdd wchar -> mb conversion routines.
2012-07-04 Tom LaneImprove documentation about MULE encoding.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-24 Robert HaasLots of doc corrections.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-30 Tom LaneFurther improvement of make_greater_string.
2011-10-29 Robert HaasImprove make_greater_string() with encoding-specific...
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-06 Tom LaneAvoid possibly accessing off the end of memory in SJIS2...
2011-09-05 Peter EisentrautImprove "invalid byte sequence for encoding" message
2011-04-23 Tom LaneFix char2wchar/wchar2char to support collations properly.
2011-04-17 Tom Laneforeach() and list_delete() don't mix.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-02-21 Itagaki TakahiroFix pg_server_to_client, that was broken in the previou...
2011-02-21 Itagaki TakahiroAdd ENCODING option to COPY TO/FROM and file_fdw.
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-03 Itagaki TakahiroRemove unnecessary string null-termination in pg_convert.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-12 Peter EisentrautImproved parallel make support
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-19 Tom LaneReplace last remaining $Id$ with $PostgreSQL$.
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-08-18 Tom LaneRename utf2ucs() to utf8_to_unicode(), and export it...
2010-07-07 Tom LaneAdjust mbutils.c so it won't get broken by future pgind...
2010-07-06 Tom LaneUndo pgindent breakage (again). Per buildfarm.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-02-27 Tom LaneUndo some more pgindent breakage. Per buildfarm.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-16 Bruce MomjianRemove personal copyright now that file has been rewrit...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-04 Andrew DunstanRemove sometimes inaccurate error hint about source...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-12 Tom LaneMake initdb behave sanely when the selected locale...
2009-11-04 Tom LaneRename some encoding conversion modules to keep pathnam...
2009-10-17 Magnus HaganderFix typo in previous release as reported by Itagaki...
2009-10-17 Magnus HaganderWrite to the Windows eventlog in UTF16, converting...
2009-08-26 Peter EisentrautUpdate of install-sh, mkinstalldirs, and associated...
2009-08-07 Peter EisentrautExpand test coverage support to entire tree
2009-07-07 Tom LaneDon't use 'return' where you should use 'PG_RETURN_xxx'.
2009-07-07 Peter EisentrautMore sensible character_octet_length
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
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.
next