Commits

DateSubjectAuthorReleases
2009-01-01 Update copyright for 2009. Bruce Momjian 8.4.0
2008-05-09 Adjust power() error messages to be more descriptive. Bruce Momjian 8.4.0
2008-05-09 Update C comments to mention SQL:2003 handling of power return values. Bruce Momjian 8.4.0
2008-01-01 Update copyrights in source tree to 2008. Bruce Momjian 8.3.0
2007-11-15 pgindent run for 8.3. Bruce Momjian 8.3.0
2007-01-06 Apply fix so pow() and exp() ERANGE is used only if result is not 0. Bruce Momjian 8.3.0
2007-01-06 Check for ERANGE in exp() as well. Bruce Momjian 8.3.0
2007-01-06 Improve dpow() check for ERANGE overflow for HPPA. Bruce Momjian 8.3.0
2007-01-05 Update CVS HEAD for 2007 copyright. Back branches are typically not Bruce Momjian 8.3.0
2007-01-05 Update float dpow() comment about whick platforms had issues with Nan. Bruce Momjian 8.3.0
2007-01-04 Simplify assignment of Inf for pow Nan (don't worry about the sign). Bruce Momjian 8.3.0
2007-01-03 Update pow() tests to check for both errno==EDOM _and_ result==Nan, and Bruce Momjian 8.3.0
2007-01-03 Attempt to return proper overflow/underflow messages for platforms that Bruce Momjian 8.3.0
2007-01-03 For float4/8, remove errno checks for pow() and exp() because only some Bruce Momjian 8.3.0
2007-01-02 Some platforms set errno on pow(), exp() overflow, some do not, so if Bruce Momjian 8.3.0
2007-01-02 finite() no longer used; remove finite() platform-specific Bruce Momjian 8.3.0
2007-01-02 Add #include <float.h> for platforms that still need it. Bruce Momjian 8.3.0
2007-01-02 Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a Bruce Momjian 8.3.0
2006-12-23 Remove unnecessary parentheses in if() statements. Bruce Momjian 8.3.0
2006-10-04 pgindent run for 8.2. Bruce Momjian 8.2.0
2006-07-14 Remove 576 references of include files that were not needed. Bruce Momjian 8.2.0
2006-06-07 Prepare code to be built by MSVC: Bruce Momjian 8.2.0
2006-03-05 Update copyright for 2006. Update scripts. Bruce Momjian 8.2.0
2006-02-03 Update random() usage so ranges are inclusive/exclusive as required. Bruce Momjian 8.2.0
2005-12-02 Remove comment on errno=0 lines, but add mention to port/strtol.c function. Bruce Momjian 8.2.0