summaryrefslogtreecommitdiff
path: root/src/include/utils/date.h
Commit message (Expand)AuthorAgeFilesLines
* Define integer limits independently from the system definitions.Andres Freund2015-04-021-2/+2
* Centralize definition of integer limits.Andres Freund2015-03-251-4/+2
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Add make_date() and make_time() functions.Tom Lane2013-11-171-0/+2
* Clean up references to SQL92Peter Eisentraut2013-04-201-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Add transform functions for various temporal typmod coercisions.Robert Haas2012-02-081-0/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-071-0/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Avoid unexpected conversion overflow in planner for distant date values.Tom Lane2010-12-281-0/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-4/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Extend the date type to support infinity and -infinity, analogously toTom Lane2008-10-141-1/+16
* Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventingTom Lane2008-03-211-7/+5
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Fix up hash functions for datetime datatypes so that they don't takeTom Lane2007-07-061-1/+2
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-7/+1
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-301-1/+5
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-9/+4
* Fix (hopefully for the last time) problems with datetime values displayingTom Lane2005-10-091-1/+5
* In accordance toTeodor Sigaev2005-02-251-8/+20
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Add missing operators of the form interval-plus-datetime, as required forTom Lane2004-07-021-2/+1
* 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