| Age | Commit message (Expand) | Author |
| 2025-04-22 | Avoid depending on post-UPDATE row order in float4/float8 tests. | Tom Lane |
| 2025-03-26 | Add support for gamma() and lgamma() functions. | Dean Rasheed |
| 2024-12-17 | Print out error position for some more DDLs | Michael Paquier |
| 2024-12-12 | Add some regression tests for missing DDL patterns | Michael Paquier |
| 2024-10-31 | Add a parse location field to struct FunctionParameter. | Tom Lane |
| 2023-03-14 | Add support for the error functions erf() and erfc(). | Dean Rasheed |
| 2023-02-27 | Rework pg_input_error_message(), now renamed pg_input_error_info() | Michael Paquier |
| 2022-12-09 | Convert a few datatype input functions to use "soft" error reporting. | Tom Lane |
| 2022-02-08 | Rearrange core regression tests to reduce cross-script dependencies. | Tom Lane |
| 2020-12-15 | Clean up ancient test style | Peter Eisentraut |
| 2020-11-04 | Remove underflow error in float division with infinite divisor. | Tom Lane |
| 2020-07-20 | Make floating-point "NaN / 0" return NaN instead of raising an error. | Tom Lane |
| 2020-06-16 | Lobotomize test for float -Inf ^ -2, at least for now. | Tom Lane |
| 2020-06-15 | Fix power() for infinity inputs some more. | Tom Lane |
| 2020-06-14 | Fix behavior of exp() and power() for infinity inputs. | Tom Lane |
| 2019-03-24 | Un-hide most cascaded-drop details in regression test results. | Tom Lane |
| 2019-03-16 | Further adjust the tests for the hyperbolic functions. | Tom Lane |
| 2019-03-14 | Adjust the tests for the hyperbolic functions. | Tom Lane |
| 2019-03-13 | Rethink how to test the hyperbolic functions. | Tom Lane |
| 2019-03-12 | Add support for hyperbolic functions, as well as log10(). | Tom Lane |
| 2019-02-13 | Change floating-point output format for improved performance. | Andrew Gierth |
| 2018-11-24 | Adjust new test case for more portability. | Tom Lane |
| 2018-11-24 | Fix float-to-integer coercions to handle edge cases correctly. | Tom Lane |
| 2018-04-29 | Avoid wrong results for power() with NaN input on more platforms. | Tom Lane |
| 2018-04-29 | Avoid wrong results for power() with NaN input on some platforms. | Tom Lane |
| 2016-04-19 | Improve regression tests for degree-based trigonometric functions. | Tom Lane |
| 2016-01-23 | Adjust degree-based trig functions for more portability. | Tom Lane |
| 2016-01-22 | Add trigonometric functions that work in degrees. | Tom Lane |
| 2012-02-04 | Revert "Add some regression test cases for denormalized float8 input." | Tom Lane |
| 2012-02-01 | Add some regression test cases for denormalized float8 input. | Tom Lane |
| 2010-11-23 | Remove useless whitespace at end of lines | Peter Eisentraut |
| 2010-02-27 | Insert a hack into get_float8_nan (both core and ecpg copies) to deal with | Tom Lane |
| 2008-09-01 | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane |
| 2008-05-08 | Add regression test for various power expressions with a zero base, and | Bruce Momjian |
| 2007-01-02 | Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a | Bruce Momjian |
| 2005-06-08 | Remove grammar productions for prefix and postfix % and ^ operators, | Tom Lane |
| 2005-04-07 | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway |
| 2005-02-11 | Adjust input routines for float4, float8 and oid to reject the empty string | Neil Conway |
| 2004-04-23 | Add ceiling() as an alias for ceil(), and power() as an alias for pow(). | Neil Conway |
| 2004-03-24 | Update the float8 regression tests: they should now pass on FreeBSD 4.x | Neil Conway |
| 2004-03-12 | Allow 'Infinity' and '-Infinity' as input to the float4 and float8 | Neil Conway |
| 2004-03-11 | Revise int2/int4/int8/float4/float8 input routines to allow for | Neil Conway |
| 2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
| 2003-07-27 | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane |
| 2003-03-11 | Add explicit tests for division by zero to all user-accessible integer | Tom Lane |
| 2002-10-19 | This patch adds some missing functions for float8 math operations, | Bruce Momjian |
| 2000-03-20 | Convert float8 regress test to use exp() and ln() instead of ':' and | Tom Lane |
| 2000-03-14 | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart |
| 2000-01-04 | Match results with format from new psql. | Thomas G. Lockhart |
| 1999-01-24 | Improper addition of NaN/Infinity recognition to float8in() | Tom Lane |