Commits

DateSubjectAuthorReleases
2012-11-20 Improve handling of INT_MIN / -1 and related cases. Tom Lane 9.1.7
2012-11-20 Improve handling of INT_MIN / -1 and related cases. Tom Lane 9.2.2
2012-11-19 Improve handling of INT_MIN / -1 and related cases. Tom Lane 9.3.0
2012-11-14 Fix the int8 and int2 cases of (minimum possible integer) % (-1). Tom Lane 8.3.22
2012-11-14 Fix the int8 and int2 cases of (minimum possible integer) % (-1). Tom Lane 8.4.15
2012-11-14 Fix the int8 and int2 cases of (minimum possible integer) % (-1). Tom Lane 9.0.11
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-03-11 Put in some more safeguards against executing a division-by-zero. Tom Lane 8.2.21
2011-03-11 Put in some more safeguards against executing a division-by-zero. Tom Lane 8.3.15
2011-03-11 Put in some more safeguards against executing a division-by-zero. Tom Lane 8.4.8
2011-03-11 Put in some more safeguards against executing a division-by-zero. Tom Lane 9.0.4
2011-03-11 Put in some more safeguards against executing a division-by-zero. Tom Lane 9.1.0
2010-02-08 Create an official API function for C functions to use to check if they are Tom Lane 9.0.0
2010-01-07 Remove all the special-case code for INT64_IS_BUSTED, per decision that Tom Lane 9.0.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-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.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
2008-04-21 Allow float8, int8, and related datatypes to be passed by value on machines Tom Lane 8.4.0
2007-08-30 Fix int8mul so that overflow check is applied correctly for INT64_IS_BUSTED Tom Lane 8.3.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