aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/conversion_procs/ascii_and_mic
Commit message (Expand)AuthorAge
* Remove no-longer-required function declarations.Tom Lane2015-05-24
* Update copyright for 2015Bruce Momjian2015-01-06
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Replace argument-checking Asserts with regular test-and-elog checks in allTom Lane2009-01-29
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-24
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.Tom Lane2002-10-26
* Change Assert(len > 0) to Assert(len >= 0)Tatsuo Ishii2002-09-13
* pgindent run.Bruce Momjian2002-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