summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/float.c
AgeCommit message (Expand)Author
2019-01-02Update copyright for 2019Bruce Momjian
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2018-12-29Use a separate random seed for SQL random()/setseed() functions.Tom Lane
2018-11-23Fix float-to-integer coercions to handle edge cases correctly.Tom Lane
2018-10-08Improve snprintf.c's handling of NaN, Infinity, and minus zero.Tom Lane
2018-10-06Improve the accuracy of floating point statistical aggregates.Dean Rasheed
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2018-06-11Make new error code name match SQL standard more closelyPeter Eisentraut
2018-05-05Put in_range_float4_float8's work in-line.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on more platforms.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on some platforms.Tom Lane
2018-03-15Fix more format truncation issuesPeter Eisentraut
2018-02-24Fix thinko in in_range_float4_float8.Tom Lane
2018-02-24Add window RANGE support for float4, float8, numeric.Tom Lane
2018-01-02Update copyright for 2018Bruce Momjian
2017-12-12Use new overflow aware integer operations.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-01-18Make messages mentioning type names more uniformAlvaro Herrera
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-07-14Fix GiST index build for NaN values in geometric types.Tom Lane
2016-04-26Yet more portability hacking for degree-based trig functions.Tom Lane
2016-04-25New method for preventing compile-time calculation of degree constants.Tom Lane
2016-04-08Add combine functions for various floating-point aggregates.Robert Haas
2016-03-30Improve portability of I/O behavior for the geometric types.Tom Lane
2016-01-24Yet further adjust degree-based trig functions for more portability.Tom Lane
2016-01-23Still further adjust degree-based trig functions for more portability.Tom Lane
2016-01-23Further adjust degree-based trig functions for more portability.Tom Lane
2016-01-23Adjust degree-based trig functions for more portability.Tom Lane
2016-01-22Add trigonometric functions that work in degrees.Tom Lane
2016-01-22Improve cross-platform consistency of Inf/NaN handling in trig functions.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-26Enable building with Visual Studion 2013.Andrew Dunstan
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-18Remove IRIX port.Robert Haas
2013-08-03Make sure float4in/float8in accept all standard spellings of "infinity".Tom Lane
2013-04-20Clean up references to SQL92Peter Eisentraut
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-02-24Add some enumeration commas, for consistencyPeter Eisentraut
2012-02-01Try to be more consistent about accepting denormalized float8 numbers.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-07Create a "sort support" interface API for faster sorting.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-27Insert a hack into get_float8_nan (both core and ecpg copies) to deal withTom Lane
2010-02-08Create an official API function for C functions to use to check if they areTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian