| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove grammar productions for prefix and postfix % and ^ operators, | Tom Lane | 2005-06-08 | 1 | -2/+2 |
| * | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway | 2005-04-07 | 1 | -4/+4 |
| * | Adjust input routines for float4, float8 and oid to reject the empty string | Neil Conway | 2005-02-11 | 1 | -0/+2 |
| * | Add ceiling() as an alias for ceil(), and power() as an alias for pow(). | Neil Conway | 2004-04-23 | 1 | -1/+18 |
| * | Update the float8 regression tests: they should now pass on FreeBSD 4.x | Neil Conway | 2004-03-24 | 1 | -5/+5 |
| * | Allow 'Infinity' and '-Infinity' as input to the float4 and float8 | Neil Conway | 2004-03-12 | 1 | -0/+30 |
| * | Revise int2/int4/int8/float4/float8 input routines to allow for | Neil Conway | 2004-03-11 | 1 | -3/+49 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -7/+7 |
| * | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | 1 | -9/+9 |
| * | Add explicit tests for division by zero to all user-accessible integer | Tom Lane | 2003-03-11 | 1 | -1/+1 |
| * | This patch adds some missing functions for float8 math operations, | Bruce Momjian | 2002-10-19 | 1 | -1/+34 |
| * | Convert float8 regress test to use exp() and ln() instead of ':' and | Tom Lane | 2000-03-20 | 1 | -4/+4 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -1/+19 |
| * | Match results with format from new psql. | Thomas G. Lockhart | 2000-01-04 | 1 | -164/+176 |
| * | Improper addition of NaN/Infinity recognition to float8in() | Tom Lane | 1999-01-24 | 1 | -4/+4 |
| * | Change exp() behavior to generate error on underflow rather | Tom Lane | 1998-11-29 | 1 | -9/+1 |
| * | Here are some patches to fix up the regression tests so that the union | Bruce Momjian | 1998-09-22 | 1 | -8/+24 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -9/+9 |
| * | Make tests match with modified error messages. | Thomas G. Lockhart | 1997-09-13 | 1 | -14/+8 |
| * | Use error message syntax consistant with other messages from the same | Thomas G. Lockhart | 1997-06-03 | 1 | -1/+1 |
| * | Changed 1943 to 1947 to fix, other cleanups. | Bruce Momjian | 1997-06-01 | 1 | -1/+8 |
| * | Add inter-type regression tests for geometry, date/time, and numbers. | Thomas G. Lockhart | 1997-05-11 | 1 | -1/+0 |
| * | Alot of regression test fixes, mainly to compensate for moving | Marc G. Fournier | 1997-04-27 | 1 | -0/+1 |
| * | Add more expected.out results | Marc G. Fournier | 1997-04-05 | 1 | -0/+225 |