aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/conversion_procs
Commit message (Expand)AuthorAge
* Update copyright for 2022Bruce Momjian2022-01-07
* Add missing check of noError parameter in euc_tw_and_big5.cJohn Naylor2021-07-21
* Add 'noError' argument to encoding conversion functions.Heikki Linnakangas2021-04-01
* Add direct conversion routines between EUC_TW and Big5.Heikki Linnakangas2021-01-28
* Add mbverifystr() functions specific to each encoding.Heikki Linnakangas2021-01-28
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Remove dead encoding-conversion functions.Tom Lane2019-07-05
* Move the built-in conversions into the initial catalog data.Tom Lane2019-01-03
* Update copyright for 2019Bruce Momjian2019-01-02
* Const-ify a few more large static tables.Tom Lane2018-10-17
* Update copyright for 2018Bruce Momjian2018-01-02
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Use radix tree for character encoding conversions.Heikki Linnakangas2017-03-13
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix more things to be parallel-safe.Robert Haas2016-05-03
* Remove some ancient and unmaintained encoding-conversion test cruft.Tom Lane2016-01-05
* Update copyright for 2016Bruce Momjian2016-01-02
* Use just one standalone-backend session for initdb's post-bootstrap steps.Tom Lane2015-12-17
* Avoid doing encoding conversions by double-conversion via MULE_INTERNAL.Tom Lane2015-11-28
* Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.Tom Lane2015-10-22
* Remove no-longer-required function declarations.Tom Lane2015-05-24
* pgindent run for 9.5Bruce Momjian2015-05-23
* Extend GB18030 encoding conversion to cover full Unicode range.Tom Lane2015-05-15
* Teach UtfToLocal/LocalToUtf to support algorithmic encoding conversions.Tom Lane2015-05-14
* Update copyright for 2015Bruce Momjian2015-01-06
* 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