Commits

DateSubjectAuthorReleases
2006-07-28 SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only Tom Lane 8.2.0
2005-03-12 Adjust the API for aggregate function calls so that a C-coded function Tom Lane 8.1.0
2004-10-04 Detect overflow in integer arithmetic operators (integer, smallint, and Tom Lane 8.0.0
2004-04-01 Add missing casts to unsigned char in recently-added isspace() calls. Tom Lane 8.0.0
2003-07-27 Error message editing in utils/adt. Again thanks to Joe Conway for doing Tom Lane 7.4.1
2003-05-09 Binary send/receive routines for a few basic datatypes --- enough for Tom Lane 7.4.1
2003-03-11 Add explicit tests for division by zero to all user-accessible integer Tom Lane 7.4.1
2002-09-18 Extend pg_cast castimplicit column to a three-way value; this allows us Tom Lane 7.3.1
2002-04-23 Clean up INT64CONST conflicts. Make the pg_crc code use a macro called Tom Lane 7.3.1
2001-11-24 Tweak int8in to accept -9223372036854775808, per recent discussion in Tom Lane 7.2.1
2001-10-25 Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoid Tom Lane 7.2.1
2001-09-07 Revise overflow test in int84() to avoid codegen bug in some older Tom Lane 7.2.1
2001-08-14 sum() on int2 and int4 columns now uses an int8, not numeric, accumulator Tom Lane 7.2.1
2001-01-26 Change float8-to-int8 conversion to round to nearest, rather than Tom Lane 7.1.1
2000-12-03 Ensure that all uses of <ctype.h> functions are applied to unsigned-char Tom Lane 7.1.1
2000-07-28 Add int2-vs-int8 comparison operators. These are now necessary because Tom Lane 7.1.1
2000-06-13 Another batch of fmgr updates. I think I have gotten all old-style Tom Lane 7.1.1
2000-05-28 First round of changes for new fmgr interface. fmgr itself and the Tom Lane 7.1.1
2000-02-24 int8in failed to detect overflow; it really should. Tom Lane 7.1.1
1999-08-21 Cleanups for int8: guard against null inputs in comparison Tom Lane 7.1.1
1999-02-03 Modify int8 to not depend on sscanf(), and fix configure's test Tom Lane 7.1.1