Commits

DateSubjectAuthorReleases
2003-12-01 Attached is a patch implementing factorial(), returning numeric. Points Bruce Momjian 8.0.0
2003-11-29 $Header: -> $PostgreSQL Changes ... PostgreSQL Daemon 8.0.0
2003-09-25 Message editing: remove gratuitous variations in message wording, standardize Peter Eisentraut 7.4.1
2003-08-04 Update copyrights to 2003. Bruce Momjian 7.4.1
2003-08-04 pgindent run. Bruce Momjian 7.4.1
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-09-04 pgindent run. Bruce Momjian 7.3.1
2002-06-20 Update copyright to 2002. Bruce Momjian 7.3.1
2002-04-23 Clean up INT64CONST conflicts. Make the pg_crc code use a macro called Tom Lane 7.3.1
2002-04-21 Support alternate storage scheme of 64-bit integer for date/time types. Thomas G. Lockhart 7.3.1
2002-02-23 Make factorial(0) return 1, as per spec. Bruce Momjian 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-10-25 pgindent run on all C files. Java run to follow. initdb/regression Bruce Momjian 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-24 Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of Peter Eisentraut 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-06-07 This adds unary plus capability. No grammar changes, per Tom's request. Bruce Momjian 7.2.1
2001-03-22 pgindent run. Make it all clean. Bruce Momjian 7.1.1
2001-01-26 Change float8-to-int8 conversion to round to nearest, rather than Tom Lane 7.1.1
2001-01-24 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. Bruce Momjian 7.1.1
2000-12-03 Ensure that all uses of <ctype.h> functions are applied to unsigned-char Tom Lane 7.1.1