Commits

DateSubjectAuthorReleases
2009-09-03 Install a workaround for a longstanding gcc bug that allows SIGFPE traps Tom Lane 9.0.0
2009-06-11 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list Bruce Momjian 8.4.0
2009-01-01 Update copyright for 2009. Bruce Momjian 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-10-05 Tweak the overflow checks in integer division functions to complain if the Tom Lane 8.4.0
2008-06-17 Clean up some problems with redundant cross-type arithmetic operators. Add Tom Lane 8.4.0
2008-04-21 Allow float8, int8, and related datatypes to be passed by value on machines Tom Lane 8.4.0
2008-01-01 Update copyrights in source tree to 2008. Bruce Momjian 8.3.0
2007-08-30 Fix int8mul so that overflow check is applied correctly for INT64_IS_BUSTED Tom Lane 8.3.0
2007-06-05 Downgrade implicit casts to text to be assignment-only, except for the ones Tom Lane 8.3.0
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). Tom Lane 8.3.0
2007-02-01 Wording cleanup for error messages. Also change can't -> cannot. Bruce Momjian 8.3.0
2007-01-05 Update CVS HEAD for 2007 copyright. Back branches are typically not Bruce Momjian 8.3.0
2006-10-04 pgindent run for 8.2. Bruce Momjian 8.2.0
2006-07-28 SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only Tom Lane 8.2.0
2006-03-05 Update copyright for 2006. Update scripts. Bruce Momjian 8.2.0
2005-10-15 Standard pgindent run for 8.1. Bruce Momjian 8.1.0
2005-03-12 Adjust the API for aggregate function calls so that a C-coded function Tom Lane 8.1.0
2004-12-31 Tag appropriate files for rc3 PostgreSQL Daemon 8.0.0
2004-10-04 Detect overflow in integer arithmetic operators (integer, smallint, and Tom Lane 8.0.0
2004-08-29 Pgindent run for 8.0. Bruce Momjian 8.0.0
2004-08-29 Update copyright to 2004. Bruce Momjian 8.0.0
2004-04-01 Add missing casts to unsigned char in recently-added isspace() calls. Tom Lane 8.0.0
2004-03-11 Revise int2/int4/int8/float4/float8 input routines to allow for Neil Conway 8.0.0
2004-02-03 Add function (actually an int4 and an int8 version) that generates Joe Conway 8.0.0