postgresql/doc
Tom Lane e511d878f3 Allow to_timestamp(float8) to convert float infinity to timestamp infinity.
With the original SQL-function implementation, such cases failed because
we don't support infinite intervals.  Converting the function to C lets
us bypass the interval representation, which should be a bit faster as
well as more flexible.

Vitaly Burovoy, reviewed by Anastasia Lubennikova
2016-03-29 17:09:29 -04:00
..
src Allow to_timestamp(float8) to convert float infinity to timestamp infinity. 2016-03-29 17:09:29 -04:00
bug.template Stamp HEAD as 9.6devel. 2015-06-30 14:01:15 -04:00
KNOWN_BUGS
Makefile
MISSING_FEATURES
TODO