aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/conversion_procs/Makefile
Commit message (Expand)AuthorAge
* Support for KOI8U encodingPeter Eisentraut2009-02-10
* Add missing descriptions for aggregates, functions and conversions.Bruce Momjian2008-08-23
* Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut2008-03-18
* Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004,Tatsuo Ishii2007-03-25
* 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
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* Alter the signature for encoding conversion functions to declare theTom Lane2005-05-03
* Add support for Win1252 encoding.Bruce Momjian2005-03-14
* Rename canonical encodings, per Peter:Bruce Momjian2005-03-07
* If we don't have shared libraries, we don't have conversions. MakeTom Lane2004-01-21
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Fix uninstall target.Peter Eisentraut2003-08-23
* Conversion functions must be STRICT to prevent them from getting null inputs.Tom Lane2003-08-08
* Tweak conversion names to follow the established naming scheme, andPeter Eisentraut2002-09-24
* Avoid multiple scans of utils/mb/conversion_procs/ subdirectories duringTom Lane2002-09-04
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii2002-08-14
* Add SQL99 CONVERT() function.Tatsuo Ishii2002-08-06
* Create directory before installing files.Peter Eisentraut2002-07-18
* Add conversion procs for CREATE CONVERSIONTatsuo Ishii2002-07-16