Commits

DateSubjectAuthorReleases
2026-02-09 Guard against unexpected dimensions of oidvector/int2vector. Tom Lane 14.21
2026-02-09 Guard against unexpected dimensions of oidvector/int2vector. Tom Lane 16.12
2026-02-09 Guard against unexpected dimensions of oidvector/int2vector. Tom Lane 15.16
2026-02-09 Guard against unexpected dimensions of oidvector/int2vector. Tom Lane 17.8
2026-02-09 Guard against unexpected dimensions of oidvector/int2vector. Tom Lane 18.2
2026-02-09 Guard against unexpected dimensions of oidvector/int2vector. Tom Lane 19 (unreleased)
2023-01-15 Remove arbitrary FUNC_MAX_ARGS limit in int2vectorin and oidvectorin. Tom Lane 15.2
2023-01-15 Remove arbitrary FUNC_MAX_ARGS limit in int2vectorin and oidvectorin. Tom Lane 16.0
2022-12-27 Detect bad input for types xid, xid8, and cid. Tom Lane 16.0
2022-12-14 Convert a few more datatype input functions to report errors softly. Tom Lane 16.0
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0
2007-06-05 Downgrade implicit casts to text to be assignment-only, except for the ones 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-03-02 Repair oidvectorrecv and int2vectorrecv, which I broke while changing Tom Lane 8.1.4
2006-03-02 Repair oidvectorrecv and int2vectorrecv, which I broke while changing Tom Lane 8.2.0
2005-11-17 Make SQL arrays support null elements. This commit fixes the core array Tom Lane 8.2.0
2005-07-10 Missed adding extra argument to array_recv in a couple of places Tom Lane 8.1.0
2005-03-29 Convert oidvector and int2vector into variable-length arrays. This Tom Lane 8.1.0
2004-08-04 Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments Tom Lane 8.0.0
2003-07-27 Error message editing in utils/adt. Again thanks to Joe Conway for doing Tom Lane 7.4.1
2003-05-09 Binary send/receive routines for a few basic datatypes --- enough for Tom Lane 7.4.1
2001-08-14 sum() on int2 and int4 columns now uses an int8, not numeric, accumulator Tom Lane 7.2.1
2000-12-28 Let's try this again on accepting the correct range of Oid input values Tom Lane 7.1.1
2000-12-22 Repair not-too-well-thought-out code to do rangechecking of OIDs on Tom Lane 7.1.1
2000-12-03 Ensure that all uses of <ctype.h> functions are applied to unsigned-char Tom Lane 7.1.1