index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
float.c
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-01-18
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-07-14
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-04-26
Yet more portability hacking for degree-based trig functions.
Tom Lane
2016-04-25
New method for preventing compile-time calculation of degree constants.
Tom Lane
2016-04-08
Add combine functions for various floating-point aggregates.
Robert Haas
2016-03-30
Improve portability of I/O behavior for the geometric types.
Tom Lane
2016-01-24
Yet further adjust degree-based trig functions for more portability.
Tom Lane
2016-01-23
Still further adjust degree-based trig functions for more portability.
Tom Lane
2016-01-23
Further adjust degree-based trig functions for more portability.
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
2016-01-22
Improve cross-platform consistency of Inf/NaN handling in trig functions.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-26
Enable building with Visual Studion 2013.
Andrew Dunstan
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-10-18
Remove IRIX port.
Robert Haas
2013-08-03
Make sure float4in/float8in accept all standard spellings of "infinity".
Tom Lane
2013-04-20
Clean up references to SQL92
Peter Eisentraut
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-02-24
Add some enumeration commas, for consistency
Peter Eisentraut
2012-02-01
Try to be more consistent about accepting denormalized float8 numbers.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-07
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-02-27
Insert a hack into get_float8_nan (both core and ecpg copies) to deal with
Tom Lane
2010-02-08
Create an official API function for C functions to use to check if they are
Tom Lane
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-09-11
Increase the maximum value of extra_float_digits to 3, and have pg_dump
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-03-04
Put back our old workaround for machines that declare cbrt() in math.h but
Tom Lane
2009-02-18
Remove the special cases to prevent minus-zero results in float4 and float8
Tom Lane
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-12-28
Support window functions a la SQL:2008.
Tom Lane
2008-05-09
Adjust power() error messages to be more descriptive.
Bruce Momjian
2008-05-09
Update C comments to mention SQL:2003 handling of power return values.
Bruce Momjian
2008-04-21
Allow float8, int8, and related datatypes to be passed by value on machines
Tom Lane
2008-03-10
Document and enforce that the usable range of setseed() arguments is
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-09-19
Prevent corr() from returning the wrong results for negative correlation
Neil Conway
2007-06-05
Downgrade implicit casts to text to be assignment-only, except for the ones
Tom Lane
2007-02-27
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-01-20
Make setseed() return void, rather than an int4 without any use. Per
Neil Conway
[next]