summaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/conversion_procs/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Remove dead encoding-conversion functions.Tom Lane2019-07-051-2/+2
* Move the built-in conversions into the initial catalog data.Tom Lane2019-01-031-174/+5
* Fix more things to be parallel-safe.Robert Haas2016-05-031-1/+1
* Remove some ancient and unmaintained encoding-conversion test cruft.Tom Lane2016-01-051-20/+0
* Use just one standalone-backend session for initdb's post-bootstrap steps.Tom Lane2015-12-171-0/+1
* Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian2012-08-301-4/+0
* Improved parallel make supportPeter Eisentraut2010-11-121-4/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-2/+1
* Rename some encoding conversion modules to keep pathnames in our sourceTom Lane2009-11-041-9/+9
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-2/+2
* Expand test coverage support to entire treePeter Eisentraut2009-08-071-6/+6
* Support for KOI8U encodingPeter Eisentraut2009-02-101-1/+3
* Add missing descriptions for aggregates, functions and conversions.Bruce Momjian2008-08-231-1/+3
* Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut2008-03-181-4/+6
* Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004,Tatsuo Ishii2007-03-251-4/+10
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-2/+2
* Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut2006-02-181-18/+26
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-4/+4
* Alter the signature for encoding conversion functions to declare theTom Lane2005-05-031-2/+2
* Add support for Win1252 encoding.Bruce Momjian2005-03-141-8/+10
* Rename canonical encodings, per Peter:Bruce Momjian2005-03-071-74/+74
* If we don't have shared libraries, we don't have conversions. MakeTom Lane2004-01-211-1/+5
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix uninstall target.Peter Eisentraut2003-08-231-4/+4
* Conversion functions must be STRICT to prevent them from getting null inputs.Tom Lane2003-08-081-2/+2
* Tweak conversion names to follow the established naming scheme, andPeter Eisentraut2002-09-241-35/+35
* Avoid multiple scans of utils/mb/conversion_procs/ subdirectories duringTom Lane2002-09-041-9/+9
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-2/+2
* Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii2002-08-141-60/+113
* Add SQL99 CONVERT() function.Tatsuo Ishii2002-08-061-6/+26
* Create directory before installing files.Peter Eisentraut2002-07-181-3/+6
* Add conversion procs for CREATE CONVERSIONTatsuo Ishii2002-07-161-0/+118