summaryrefslogtreecommitdiff
path: root/src/include/utils/date.h
Commit message (Expand)AuthorAgeFilesLines
* Create crosstype comparison operators for date vs. timestamp and dateTom Lane2004-02-141-1/+31
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-121-1/+7
* Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane2003-01-291-2/+2
* pgindent run.Bruce Momjian2002-09-041-4/+7
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane2002-04-231-2/+1
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-211-4/+20
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-181-1/+2
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-031-1/+3
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-281-3/+10
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-9/+9
* 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