Commits

DateSubjectAuthorReleases
2004-12-31 Tag appropriate files for rc3 PostgreSQL Daemon 8.0.0
2004-08-29 Update copyright to 2004. Bruce Momjian 8.0.0
2004-02-03 Add function (actually an int4 and an int8 version) that generates Joe Conway 8.0.0
2003-12-01 Attached is a patch implementing factorial(), returning numeric. Points Bruce Momjian 8.0.0
2003-11-29 make sure the $Id tags are converted to $PostgreSQL as well ... PostgreSQL Daemon 8.0.0
2003-08-04 Update copyrights to 2003. Bruce Momjian 7.4.1
2003-05-09 Binary send/receive routines for a few basic datatypes --- enough for Tom Lane 7.4.1
2002-10-25 Remove #warning directive, which is nonstandard and isn't really Tom Lane 7.3.1
2002-09-18 Extend pg_cast castimplicit column to a three-way value; this allows us Tom Lane 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
2001-11-05 New pgindent run with fixes suggested by Tom. Patch manually reviewed, Bruce Momjian 7.2.1
2001-10-28 Another pgindent run. Fixes enum indenting, and improves #endif Bruce Momjian 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-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-01-24 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. Bruce Momjian 7.1.1
2000-10-24 Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor Peter Eisentraut 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-04-12 Ye-old pgindent run. Same 4-space tabs. Bruce Momjian 7.1.1
2000-03-14 Implement column aliases on views "CREATE VIEW name (collist)". Thomas G. Lockhart 7.1.1