Commits

DateSubjectAuthorReleases
2018-04-29 Avoid wrong results for power() with NaN input on some platforms. Tom Lane 10.4
2016-04-19 Improve regression tests for degree-based trigonometric functions. Tom Lane 9.6.0
2016-01-23 Adjust degree-based trig functions for more portability. Tom Lane 9.6.0
2016-01-22 Add trigonometric functions that work in degrees. Tom Lane 9.6.0
2012-02-04 Revert "Add some regression test cases for denormalized float8 input." Tom Lane 9.2.0
2012-02-01 Add some regression test cases for denormalized float8 input. Tom Lane 9.2.0
2010-11-23 Remove useless whitespace at end of lines Peter Eisentraut 9.1.0
2010-07-08 Fix variant float8 expected files to have exactly the expected spacing. Tom Lane 9.0.0
2010-02-27 Insert a hack into get_float8_nan (both core and ecpg copies) to deal with Tom Lane 9.0.0
2008-09-01 Add a bunch of new error location reports to parse-analysis error messages. Tom Lane 8.4.0
2008-05-10 Update alternative output regression files for new float8 test of power(). Bruce Momjian 8.4.0
2007-01-02 Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a Bruce Momjian 8.3.0
2005-06-08 Remove grammar productions for prefix and postfix % and ^ operators, Tom Lane 8.1.0
2005-04-07 Add a "USING" clause to DELETE, which is equivalent to the FROM clause Neil Conway 8.1.0
2005-02-11 Adjust input routines for float4, float8 and oid to reject the empty string Neil Conway 8.1.0
2004-04-23 Add ceiling() as an alias for ceil(), and power() as an alias for pow(). Neil Conway 8.0.0
2004-03-24 Update the float8 regression tests: they should now pass on FreeBSD 4.x Neil Conway 8.0.0
2003-09-25 Fix regression error messages for platforms Peter doesn't use. 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
2003-03-11 Add explicit tests for division by zero to all user-accessible integer Tom Lane 7.4.1
2002-10-22 Update for test changes. Peter Eisentraut 7.3.1
2000-03-31 Add expected output for netbsd, per report from Patrick Welche. Tom Lane 7.1.1