| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Add function (actually an int4 and an int8 version) that generates | Joe Conway | 2004-02-03 | 1 | -1/+4 |
| * | Attached is a patch implementing factorial(), returning numeric. Points | Bruce Momjian | 2003-12-01 | 1 | -2/+1 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Binary send/receive routines for a few basic datatypes --- enough for | Tom Lane | 2003-05-09 | 1 | -1/+3 |
| * | Remove #warning directive, which is nonstandard and isn't really | Tom Lane | 2002-10-25 | 1 | -7/+1 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -1/+9 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Clean up INT64CONST conflicts. Make the pg_crc code use a macro called | Tom Lane | 2002-04-23 | 1 | -8/+2 |
| * | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart | 2002-04-21 | 1 | -5/+13 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoid | Tom Lane | 2001-10-25 | 1 | -1/+4 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -2/+1 |
| * | sum() on int2 and int4 columns now uses an int8, not numeric, accumulator | Tom Lane | 2001-08-14 | 1 | -1/+2 |
| * | This adds unary plus capability. No grammar changes, per Tom's request. | Bruce Momjian | 2001-06-07 | 1 | -1/+2 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor | Peter Eisentraut | 2000-10-24 | 1 | -1/+8 |
| * | Add int2-vs-int8 comparison operators. These are now necessary because | Tom Lane | 2000-07-28 | 1 | -1/+15 |
| * | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 | 1 | -49/+46 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -23/+1 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -1/+2 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -1/+4 |
| * | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane | 2000-02-21 | 1 | -3/+1 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -2/+2 |
| * | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian | 2000-01-10 | 1 | -2/+2 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -45/+45 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -3/+3 |
| * | Fix int8 configure one more time ... prior version didn't | Tom Lane | 1999-03-15 | 1 | -8/+7 |
| * | Have configure check for use of %lld for int64, and if that fails, check for | Marc G. Fournier | 1999-03-08 | 1 | -2/+6 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Include some Julian date declarations to share between various date/time | Thomas G. Lockhart | 1999-02-13 | 1 | -3/+6 |
| * | Remove lld from LONG LONG name | Bruce Momjian | 1998-09-11 | 1 | -2/+2 |
| * | Remove %qd. | Bruce Momjian | 1998-09-11 | 1 | -8/+1 |
| * | %lld not %Ld | Bruce Momjian | 1998-09-10 | 1 | -3/+3 |
| * | Allow long long on BSDI. | Bruce Momjian | 1998-09-10 | 1 | -3/+10 |
| * | Use alternate form for long-long-int to be compatible with AIX. | Thomas G. Lockhart | 1998-09-05 | 1 | -2/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -6/+10 |
| * | Attached is a patch that uses autoconf to determine whether there | Bruce Momjian | 1998-08-23 | 1 | -15/+8 |
| * | Add int8 8-byte integer type. | Thomas G. Lockhart | 1998-07-08 | 1 | -0/+103 |