Commits

DateSubjectAuthorReleases
2012-11-14 Fix the int8 and int2 cases of (minimum possible integer) % (-1). Tom Lane 9.1.7
2012-11-14 Fix the int8 and int2 cases of (minimum possible integer) % (-1). Tom Lane 9.2.2
2012-11-14 Fix the int8 and int2 cases of (minimum possible integer) % (-1). Tom Lane 9.3.0
2011-09-04 Clean up the #include mess a little. Tom Lane 9.2.0
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0
2011-03-12 On further reflection, we'd better do the same in int.c. Tom Lane 8.2.21
2011-03-12 On further reflection, we'd better do the same in int.c. Tom Lane 8.3.15
2011-03-12 On further reflection, we'd better do the same in int.c. Tom Lane 8.4.8
2011-03-12 On further reflection, we'd better do the same in int.c. Tom Lane 9.0.4
2011-03-12 On further reflection, we'd better do the same in int.c. Tom Lane 9.1.0
2009-09-03 Install a workaround for a longstanding gcc bug that allows SIGFPE traps Tom Lane 8.4.1
2009-09-03 Install a workaround for a longstanding gcc bug that allows SIGFPE traps Tom Lane 9.0.0
2008-10-05 Tweak the overflow checks in integer division functions to complain if the Tom Lane 8.4.0
2008-06-17 Clean up some problems with redundant cross-type arithmetic operators. Add Tom Lane 8.4.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-10-04 Detect overflow in integer arithmetic operators (integer, smallint, and 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
2003-03-11 Add explicit tests for division by zero to all user-accessible integer Tom Lane 7.4.1