| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create crosstype comparison operators for date vs. timestamp and date | Tom Lane | 2004-02-14 | 1 | -1/+31 |
| * | 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 |
| * | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 | 1 | -1/+7 |
| * | Repair array subscript overrun identified by Yichen Xie. Reduce the | Tom Lane | 2003-01-29 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -4/+7 |
| * | 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 | -2/+1 |
| * | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart | 2002-04-21 | 1 | -4/+20 |
| * | 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 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -2/+1 |
| * | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 | 1 | -1/+2 |
| * | Implement precision support for timestamp and time, both with and without | Thomas G. Lockhart | 2001-10-03 | 1 | -1/+3 |
| * | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 | 1 | -3/+10 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -9/+9 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Fix some int4->int32. | Bruce Momjian | 2001-01-23 | 1 | -2/+2 |
| * | Rename int4 to int32 in a few places. | Bruce Momjian | 2001-01-23 | 1 | -2/+2 |
| * | Repair usage of the OVERLAPS operator. | Thomas G. Lockhart | 2000-12-03 | 1 | -1/+7 |
| * | Define conversions to and from text for date, time, and timetz. | Thomas G. Lockhart | 2000-11-11 | 1 | -1/+7 |
| * | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 | 1 | -1/+2 |
| * | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane | 2000-06-09 | 1 | -49/+73 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -10/+8 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -2/+32 |
| * | Implement "date/time grand unification". | Thomas G. Lockhart | 2000-02-16 | 1 | -0/+52 |