aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/timestamp.h
Commit message (Expand)AuthorAge
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix some int4->int32.Bruce Momjian2001-01-23
* Rename int4 to int32 in a few places.Bruce Momjian2001-01-23
* Add support for AT TIME ZONE syntax.Thomas G. Lockhart2000-11-06
* * to_char:Bruce Momjian2000-08-29
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-19
* #include cleanupsBruce Momjian2000-06-15
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart2000-04-07
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-16