summaryrefslogtreecommitdiff
path: root/src/include/utils/date.h
Commit message (Expand)AuthorAgeFilesLines
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix some int4->int32.Bruce Momjian2001-01-231-2/+2
* Rename int4 to int32 in a few places.Bruce Momjian2001-01-231-2/+2
* Repair usage of the OVERLAPS operator.Thomas G. Lockhart2000-12-031-1/+7
* Define conversions to and from text for date, time, and timetz.Thomas G. Lockhart2000-11-111-1/+7
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-191-1/+2
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-091-49/+73
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-10/+8
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-2/+32
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-161-0/+52