aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/date.h
Commit message (Expand)AuthorAge
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-12
* Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane2003-01-29
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane2002-04-23
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-21
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-18
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-03
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-28
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* 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
* Repair usage of the OVERLAPS operator.Thomas G. Lockhart2000-12-03
* Define conversions to and from text for date, time, and timetz.Thomas G. Lockhart2000-11-11
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-19
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-16