Commits

DateSubjectAuthorReleases
2023-06-08 Fix small overestimation of base64 encoding output length. Tom Lane 16.0
2022-12-15 Convert a few more datatype input functions to report errors softly. Tom Lane 16.0
2020-06-29 Avoid using %c printf format for potentially non-ASCII characters. Tom Lane 14.0
2020-04-07 Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering. Tom Lane 13.0
2018-02-28 Rename base64 routines to avoid conflict with Solaris built-in functions. Tom Lane 9.4.18
2018-02-28 Rename base64 routines to avoid conflict with Solaris built-in functions. Tom Lane 10.4
2018-02-28 Rename base64 routines to avoid conflict with Solaris built-in functions. Tom Lane 9.5.13
2018-02-28 Rename base64 routines to avoid conflict with Solaris built-in functions. Tom Lane 11.0
2018-02-28 Rename base64 routines to avoid conflict with Solaris built-in functions. Tom Lane 9.6.9
2018-02-28 Rename base64 routines to avoid conflict with Solaris built-in functions. Tom Lane 9.3.23
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2009-08-30 Remove duplicate variable initializations identified by clang static checker. Tom Lane 8.3.8
2009-08-30 Remove duplicate variable initializations identified by clang static checker. Tom Lane 8.4.1
2009-08-30 Remove duplicate variable initializations identified by clang static checker. Tom Lane 9.0.0
2009-08-04 Support hex-string input and output for type BYTEA. Tom Lane 9.0.0
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2008-02-26 Fix encode(...bytea..., 'escape') so that it converts all high-bit-set byte Tom Lane 8.3.1
2008-02-26 Fix encode(...bytea..., 'escape') so that it converts all high-bit-set byte Tom Lane 8.4.0
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). Tom Lane 8.3.0
2005-09-24 Suppress signed-vs-unsigned-char warnings. Tom Lane 8.1.0
2004-05-07 Solve the 'Turkish problem' with undesirable locale behavior for case Tom Lane 8.0.0
2003-08-04 Fix some copyright notices that weren't updated. Improve copyright tool Tom Lane 7.4.1
2003-07-27 Error message editing in utils/adt. Again thanks to Joe Conway for doing Tom Lane 7.4.1
2001-09-30 Clean up encode/decode functions a little bit. Tom Lane 7.2.1