aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/conversion_procs
Commit message (Expand)AuthorAge
* If we don't have shared libraries, we don't have conversions. MakeTom Lane2004-01-21
* Fix bit-rot in support for building with --disable-shared. This patchTom Lane2004-01-21
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* $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
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* This is a derived file and should never have been added to CVS.Tom Lane2003-04-02
* Add new files.Bruce Momjian2003-03-27
* Fix array subscript overruns identified by Yichen Xie.Tom Lane2003-01-29
* Fix Latin9/Unicode conversion by selecting the right table.Peter Eisentraut2002-12-09
* Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.Tom Lane2002-10-26
* Tweak conversion names to follow the established naming scheme, andPeter Eisentraut2002-09-24
* Update Japanese README so that it reflects the changes made to theTatsuo Ishii2002-09-18
* Change Assert(len > 0) to Assert(len >= 0)Tatsuo Ishii2002-09-13
* Assorted fixes for Cygwin:Peter Eisentraut2002-09-05
* pgindent run.Bruce Momjian2002-09-04
* Avoid multiple scans of utils/mb/conversion_procs/ subdirectories duringTom Lane2002-09-04
* Refrect the changes to src/test/regress/sql/conversion.sql By Tom.Tatsuo Ishii2002-09-04
* Remove erroneous character from Makefile due to editor error.Bruce Momjian2002-08-22
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Changes made so new conversion Makefiles will build out of the source tree.Bruce Momjian2002-08-21
* Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii2002-08-14
* Address build problems on cygwin and (hopefully) AIX.Tatsuo Ishii2002-08-08
* Add SQL99 CONVERT() function.Tatsuo Ishii2002-08-06
* Add Japanese README explaining how to add new conversion.Tatsuo Ishii2002-07-24
* Create directory before installing files.Peter Eisentraut2002-07-18
* Add conversion procs for CREATE CONVERSIONTatsuo Ishii2002-07-16