summaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/conversion_procs/cyrillic_and_mic
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to theHeikki Linnakangas2008-03-201-5/+16
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-091-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+3
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-211-33/+33
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-53/+53
* Rename canonical encodings, per Peter:Bruce Momjian2005-03-071-52/+52
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.Tom Lane2002-10-261-21/+21
* Change Assert(len > 0) to Assert(len >= 0)Tatsuo Ishii2002-09-131-41/+41
* pgindent run.Bruce Momjian2002-09-041-34/+33
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-4/+4
* Changes made so new conversion Makefiles will build out of the source tree.Bruce Momjian2002-08-211-2/+3
* Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii2002-08-142-0/+641