| Commit message (Expand) | Author | Age | Files | Lines |
| * | Increase the maximum value of extra_float_digits to 3, and have pg_dump | Tom Lane | 2009-09-11 | 1 | -3/+3 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -3/+3 |
| * | Put back our old workaround for machines that declare cbrt() in math.h but | Tom Lane | 2009-03-04 | 1 | -1/+10 |
| * | Remove the special cases to prevent minus-zero results in float4 and float8 | Tom Lane | 2009-02-18 | 1 | -13/+8 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 1 | -4/+10 |
| * | Adjust power() error messages to be more descriptive. | Bruce Momjian | 2008-05-09 | 1 | -4/+7 |
| * | Update C comments to mention SQL:2003 handling of power return values. | Bruce Momjian | 2008-05-09 | 1 | -2/+3 |
| * | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 | 1 | -5/+4 |
| * | Document and enforce that the usable range of setseed() arguments is | Tom Lane | 2008-03-10 | 1 | -2/+6 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -47/+51 |
| * | Prevent corr() from returning the wrong results for negative correlation | Neil Conway | 2007-09-19 | 1 | -3/+2 |
| * | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane | 2007-06-05 | 1 | -103/+1 |
| * | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 1 | -3/+3 |
| * | Make setseed() return void, rather than an int4 without any use. Per | Neil Conway | 2007-01-20 | 1 | -2/+2 |
| * | Implement width_bucket() for the float8 data type. | Neil Conway | 2007-01-16 | 1 | -1/+83 |
| * | Apply fix so pow() and exp() ERANGE is used only if result is not 0. | Bruce Momjian | 2007-01-06 | 1 | -3/+3 |
| * | Check for ERANGE in exp() as well. | Bruce Momjian | 2007-01-06 | 1 | -4/+6 |
| * | Improve dpow() check for ERANGE overflow for HPPA. | Bruce Momjian | 2007-01-06 | 1 | -5/+4 |
| * | Put back ERANGE test in dpow(). There are platforms that need this, | Tom Lane | 2007-01-06 | 1 | -7/+10 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Update float dpow() comment about whick platforms had issues with Nan. | Bruce Momjian | 2007-01-05 | 1 | -3/+3 |
| * | Simplify assignment of Inf for pow Nan (don't worry about the sign). | Bruce Momjian | 2007-01-04 | 1 | -2/+3 |
| * | Update pow() tests to check for both errno==EDOM _and_ result==Nan, and | Bruce Momjian | 2007-01-03 | 1 | -18/+12 |
| * | Fix erroneous error tests in pow/exp. | Tom Lane | 2007-01-03 | 1 | -4/+3 |
| * | Attempt to return proper overflow/underflow messages for platforms that | Bruce Momjian | 2007-01-03 | 1 | -6/+23 |
| * | For float4/8, remove errno checks for pow() and exp() because only some | Bruce Momjian | 2007-01-03 | 1 | -15/+11 |
| * | Some platforms set errno on pow(), exp() overflow, some do not, so if | Bruce Momjian | 2007-01-02 | 1 | -3/+3 |
| * | finite() no longer used; remove finite() platform-specific | Bruce Momjian | 2007-01-02 | 1 | -20/+5 |
| * | Add #include <float.h> for platforms that still need it. | Bruce Momjian | 2007-01-02 | 1 | -1/+2 |
| * | Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a | Bruce Momjian | 2007-01-02 | 1 | -225/+147 |
| * | Remove unnecessary parentheses in if() statements. | Bruce Momjian | 2006-12-23 | 1 | -5/+5 |
| * | Work around buggy strtod on (some versions of?) IRIX. Combination of | Tom Lane | 2006-10-05 | 1 | -1/+53 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -23/+65 |
| * | SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only | Tom Lane | 2006-07-28 | 1 | -13/+369 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
| * | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 | 1 | -2/+1 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -1/+9 |
| * | Improve our private implementation of cbrt() to give results of the | Tom Lane | 2006-04-24 | 1 | -2/+13 |
| * | Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and | Neil Conway | 2006-03-11 | 1 | -8/+1 |
| * | Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), | Neil Conway | 2006-03-10 | 1 | -10/+68 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Update random() usage so ranges are inclusive/exclusive as required. | Bruce Momjian | 2006-02-03 | 1 | -3/+3 |
| * | Remove comment on errno=0 lines, but add mention to port/strtol.c function. | Bruce Momjian | 2005-12-02 | 1 | -13/+13 |
| * | Comment "errno = 0" in a more generic way. | Bruce Momjian | 2005-12-01 | 1 | -13/+13 |
| * | Add comments about why errno is set to zero. | Bruce Momjian | 2005-12-01 | 1 | -13/+13 |
| * | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 1 | -1/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -63/+59 |
| * | Apply the "nodeAgg" optimization to more of the builtin transition | Neil Conway | 2005-04-06 | 1 | -19/+55 |