]> granicus.if.org Git - postgresql/history - src/include/mb
Reindent table partitioning code.
[postgresql] / src / include / mb /
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-28 Tom LaneAvoid doing encoding conversions by double-conversion...
2015-05-15 Tom LaneTeach UtfToLocal/LocalToUtf to support algorithmic...
2015-04-26 Andres FreundFix various typos and grammar errors in comments.
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-14 Peter EisentrautFix typo
2014-01-18 Tom LaneMake various variables const (read-only).
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-06-26 Noah MischRenovate display of non-ASCII messages on Windows.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-09 Tom LaneSupport indexing of regular-expression searches in...
2013-02-12 Peter EisentrautAdd noreturn attributes to some error reporting functions
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-07-11 Tom LaneFix bogus macro definition.
2012-07-10 Tatsuo IshiiAdd comments about additional mule-internal charsets...
2012-07-04 Robert HaasAdd wchar -> mb conversion routines.
2012-07-04 Tom LaneImprove documentation about MULE encoding.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-29 Robert HaasImprove make_greater_string() with encoding-specific...
2011-04-23 Tom LaneFix char2wchar/wchar2char to support collations properly.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
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-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-18 Tom LaneRename utf2ucs() to utf8_to_unicode(), and export it...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-17 Magnus HaganderWrite to the Windows eventlog in UTF16, converting...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
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-02 Tom LaneFix SetClientEncoding() to maintain a cache of previous...
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-02-10 Peter EisentrautSupport for KOI8U encoding
2009-01-29 Tom LaneReplace argument-checking Asserts with regular test...
2009-01-04 Tom LaneAdd a pg_encoding_mbcliplen() function that is just...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-29 Peter EisentrautUnicode escapes in strings and identifiers
2008-06-18 Bruce MomjianMove wchar2char() and char2wchar() from tsearch into...
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.
next