Age | Commit message (Expand) | Author |
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 |
2007-01-16 | Implement width_bucket() for the float8 data type. | Neil Conway |
2007-01-06 | Apply fix so pow() and exp() ERANGE is used only if result is not 0. | Bruce Momjian |
2007-01-06 | Check for ERANGE in exp() as well. | Bruce Momjian |
2007-01-06 | Improve dpow() check for ERANGE overflow for HPPA. | Bruce Momjian |
2007-01-06 | Put back ERANGE test in dpow(). There are platforms that need this, | Tom Lane |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2007-01-05 | Update float dpow() comment about whick platforms had issues with Nan. | Bruce Momjian |
2007-01-04 | Simplify assignment of Inf for pow Nan (don't worry about the sign). | Bruce Momjian |
2007-01-03 | Update pow() tests to check for both errno==EDOM _and_ result==Nan, and | Bruce Momjian |
2007-01-03 | Fix erroneous error tests in pow/exp. | Tom Lane |
2007-01-03 | Attempt to return proper overflow/underflow messages for platforms that | Bruce Momjian |
2007-01-03 | For float4/8, remove errno checks for pow() and exp() because only some | Bruce Momjian |
2007-01-02 | Some platforms set errno on pow(), exp() overflow, some do not, so if | Bruce Momjian |
2007-01-02 | finite() no longer used; remove finite() platform-specific | Bruce Momjian |
2007-01-02 | Add #include <float.h> for platforms that still need it. | Bruce Momjian |
2007-01-02 | Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a | Bruce Momjian |
2006-12-23 | Remove unnecessary parentheses in if() statements. | Bruce Momjian |
2006-10-05 | Work around buggy strtod on (some versions of?) IRIX. Combination of | Tom Lane |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-07-28 | SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only | Tom Lane |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-07-14 | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane |
2006-06-07 | Prepare code to be built by MSVC: | Bruce Momjian |
2006-04-24 | Improve our private implementation of cbrt() to give results of the | Tom Lane |
2006-03-11 | Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and | Neil Conway |
2006-03-10 | Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), | Neil Conway |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2006-02-03 | Update random() usage so ranges are inclusive/exclusive as required. | Bruce Momjian |
2005-12-02 | Remove comment on errno=0 lines, but add mention to port/strtol.c function. | Bruce Momjian |
2005-12-01 | Comment "errno = 0" in a more generic way. | Bruce Momjian |
2005-12-01 | Add comments about why errno is set to zero. | Bruce Momjian |
2005-11-17 | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-04-06 | Apply the "nodeAgg" optimization to more of the builtin transition | Neil Conway |
2005-02-11 | Adjust input routines for float4, float8 and oid to reject the empty string | Neil Conway |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-10-04 | Detect overflow in integer arithmetic operators (integer, smallint, and | Tom Lane |
2004-09-02 | Cope with recent HPUX versions providing isfinite() instead of finite(). | Tom Lane |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-08-11 | Work around broken strtod() that's present in many Solaris releases. | Tom Lane |
2004-08-04 | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane |
2004-05-16 | Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATE | Neil Conway |
2004-05-07 | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane |
2004-04-01 | Fix some portability issues with new float input code (didn't work on | Tom Lane |
2004-04-01 | Add missing casts to unsigned char in recently-added isspace() calls. | Tom Lane |
2004-03-15 | Localize our dependencies on the way to create NAN or INFINITY. | Tom Lane |