Commits

DateSubjectAuthorReleases
2011-04-07 Revise the API for GUC variable assign hooks. Tom Lane 9.1.0
2010-07-07 Adjust mbutils.c so it won't get broken by future pgindent runs. Tom Lane 9.0.0
2010-07-06 Undo pgindent breakage (again). Per buildfarm. Tom Lane 9.0.0
2010-02-27 Undo some more pgindent breakage. Per buildfarm. Tom Lane 9.0.0
2009-11-12 Make initdb behave sanely when the selected locale has codeset "US-ASCII". Tom Lane 9.0.0
2009-07-07 Don't use 'return' where you should use 'PG_RETURN_xxx'. Tom Lane 9.0.0
2009-04-02 Fix SetClientEncoding() to maintain a cache of previously selected encoding 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
2008-11-11 Add an explicit caution about how to use pg_do_encoding_conversion with Tom Lane 8.4.0
2008-11-10 pg_do_encoding_conversion cannot return NULL (at least not unless the input Tom Lane 8.4.0
2008-06-18 Fix compiler warning introduced by recent patch. Tsk tsk. Tom Lane 8.4.0
2008-04-12 Clean up a few places where Datums were being treated as pointers without Tom Lane 8.4.0
2008-01-09 Remove incorrect (and ill-advised anyway) pfree's in pg_convert_from and Tom Lane 8.3.0
2007-10-13 Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the Tom Lane 8.3.0
2007-05-28 Tweak the code in a couple of places to try to deliver more user-friendly Tom Lane 8.3.0
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 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-07-10 Change typreceive function API so that receive functions get the same Tom Lane 8.1.0
2003-07-25 Error message editing in backend/utils (except /adt). Tom Lane 7.4.1