Commits

DateSubjectAuthorReleases
2012-07-04 Improve documentation about MULE encoding. Tom Lane 9.3.0
2011-04-23 Fix char2wchar/wchar2char to support collations properly. Tom Lane 9.1.0
2011-04-07 Revise the API for GUC variable assign hooks. Tom Lane 9.1.0
2010-08-18 Rename utf2ucs() to utf8_to_unicode(), and export it so it can be used Tom Lane 9.1.0
2009-04-02 Fix SetClientEncoding() to maintain a cache of previously selected encoding Tom Lane 8.4.0
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
2009-01-29 Replace argument-checking Asserts with regular test-and-elog checks in all Tom Lane 8.2.12
2009-01-29 Replace argument-checking Asserts with regular test-and-elog checks in all Tom Lane 8.3.6
2009-01-29 Replace argument-checking Asserts with regular test-and-elog checks in all Tom Lane 8.4.0
2009-01-04 Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen() Tom Lane 8.4.0
2007-10-15 Fix pg_wchar_table[] to match revised ordering of the encoding ID enum. Tom Lane 8.3.0
2007-10-13 Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the Tom Lane 8.3.0
2006-12-24 Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of Tom Lane 8.3.0
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-05-21 Change the backend to reject strings containing invalidly-encoded multibyte Tom Lane 8.2.0
2005-09-24 Suppress signed-vs-unsigned-char warnings. Tom Lane 8.1.0
2005-08-05 Actually, this macro had worse problems than a bogus name ... Tom Lane 8.1.0
2005-08-05 Fix misspelled macro name. Doesn't appear to be used anywhere yet, Tom Lane 8.1.0
2003-07-27 Error message editing in utils/adt. Again thanks to Joe Conway for doing Tom Lane 7.4.1
2001-09-21 Fix type_maximum_size() to give the right answer in MULTIBYTE cases. Tom Lane 7.2.1