aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/date.h
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix compiler warnings due to commit cc4fededAndrew Dunstan2018-01-17
* Centralize json and jsonb handling of datetime typesAndrew Dunstan2018-01-16
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-23
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane2016-08-16
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane2015-10-20
* Define integer limits independently from the system definitions.Andres Freund2015-04-02
* Centralize definition of integer limits.Andres Freund2015-03-25
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Add make_date() and make_time() functions.Tom Lane2013-11-17
* Clean up references to SQL92Peter Eisentraut2013-04-20
* Update copyrights for 2013Bruce Momjian2013-01-01
* Add transform functions for various temporal typmod coercisions.Robert Haas2012-02-08
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Avoid unexpected conversion overflow in planner for distant date values.Tom Lane2010-12-28
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Extend the date type to support infinity and -infinity, analogously toTom Lane2008-10-14
* Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventingTom Lane2008-03-21
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Fix up hash functions for datetime datatypes so that they don't takeTom Lane2007-07-06
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-30
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix (hopefully for the last time) problems with datetime values displayingTom Lane2005-10-09
* In accordance toTeodor Sigaev2005-02-25
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* Add missing operators of the form interval-plus-datetime, as required forTom Lane2004-07-02
* Create crosstype comparison operators for date vs. timestamp and dateTom Lane2004-02-14
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* 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