aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/conversion_procs
Commit message (Expand)AuthorAge
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian2012-08-30
* Improve documentation about MULE encoding.Tom Lane2012-07-04
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Avoid possibly accessing off the end of memory in SJIS2004 conversion.Tom Lane2011-09-06
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Improved parallel make supportPeter Eisentraut2010-11-12
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Rename some encoding conversion modules to keep pathnames in our sourceTom Lane2009-11-04
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-26
* Expand test coverage support to entire treePeter Eisentraut2009-08-07
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix buffer allocations in encoding conversion routines so that they won'tTom Lane2009-02-28
* Support for KOI8U encodingPeter Eisentraut2009-02-10
* Replace argument-checking Asserts with regular test-and-elog checks in allTom Lane2009-01-29
* Update copyright for 2009.Bruce Momjian2009-01-01
* Suppress gcc warning about possibly-uninitialized variable. It's notTom Lane2008-08-29
* Add missing descriptions for aggregates, functions and conversions.Bruce Momjian2008-08-23
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-07
* Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to theHeikki Linnakangas2008-03-20
* Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut2008-03-18
* Fix some missed copyright updates.Tom Lane2008-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix description how to create conversion function.Tatsuo Ishii2007-04-15
* Fix typo in Makefile.Bruce Momjian2007-03-27
* Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004,Tatsuo Ishii2007-03-25
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix gratuitous message spelling differencesPeter Eisentraut2006-11-27
* Message style improvementsPeter Eisentraut2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-11
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-21
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Tighten up SJIS byte sequence check. Now we reject invalid SJIS byteTatsuo Ishii2006-03-04
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut2006-02-18
* Throw a warning rather than an error on invalid character from UTF8 toBruce Momjian2006-02-12
* More uses of IS_HIGHBIT_SET() macro.Bruce Momjian2005-12-26
* I have added these macros to c.h:Bruce Momjian2005-12-25
* Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8.Tatsuo Ishii2005-12-23
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09