aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/conversion_procs
Commit message (Expand)AuthorAge
* 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
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-24
* Allow direct conversion between EUC_JP and SJIS to improveTatsuo Ishii2005-06-24
* Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.Tatsuo Ishii2005-06-10
* Alter the signature for encoding conversion functions to declare theTom Lane2005-05-03
* Add support for Win1252 encoding.Bruce Momjian2005-03-14
* Unbreak out-of-tree builds, by fixing a typo.Neil Conway2005-03-07
* Rename canonical encodings, per Peter:Bruce Momjian2005-03-07
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Back out addition of Win1252 encoding.Bruce Momjian2004-12-04
* Add Charset WIN1252 support.Bruce Momjian2004-12-02
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Update copyright to 2004.Bruce Momjian2004-08-29
* 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