Commits

DateSubjectAuthorReleases
2009-01-29 Replace argument-checking Asserts with regular test-and-elog checks in all Tom Lane 7.4.24
2009-01-29 Replace argument-checking Asserts with regular test-and-elog checks in all Tom Lane 8.0.20
2009-01-29 Replace argument-checking Asserts with regular test-and-elog checks in all Tom Lane 8.1.16
2006-05-21 Change the backend to reject strings containing invalidly-encoded multibyte Tom Lane 7.3.15
2006-05-21 Change the backend to reject strings containing invalidly-encoded multibyte Tom Lane 7.4.13
2006-05-21 Change the backend to reject strings containing invalidly-encoded multibyte Tom Lane 8.0.8
2006-05-21 Change the backend to reject strings containing invalidly-encoded multibyte Tom Lane 8.1.4
2006-02-18 Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean Peter Eisentraut 8.2.0
2005-10-15 Standard pgindent run for 8.1. Bruce Momjian 8.1.0
2005-09-24 Suppress signed-vs-unsigned-char warnings. Tom Lane 8.1.0
2005-03-14 Add support for Win1252 encoding. Bruce Momjian 8.1.0
2005-03-07 Rename canonical encodings, per Peter: Bruce Momjian 8.1.0
2004-12-31 Tag appropriate files for rc3 PostgreSQL Daemon 8.0.0
2004-08-29 Update copyright to 2004. Bruce Momjian 8.0.0
2003-11-29 $Header: -> $PostgreSQL Changes ... PostgreSQL Daemon 8.0.0
2003-08-04 Update copyrights to 2003. Bruce Momjian 7.4.1
2002-10-26 Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls. Tom Lane 7.3.1
2002-09-13 Change Assert(len > 0) to Assert(len >= 0) Tatsuo Ishii 7.3.1
2002-09-04 pgindent run. Bruce Momjian 7.3.1
2002-08-22 Add a bunch of pseudo-types to replace the behavior formerly associated Tom Lane 7.3.1
2002-08-14 Add Cyrillic and other encodings for encoding conversion. Tatsuo Ishii 7.3.1