summaryrefslogtreecommitdiff
path: root/src/include/utils/date.h
Commit message (Expand)AuthorAgeFilesLines
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-171-0/+4
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-211-4/+0
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-271-7/+35
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-121-35/+7
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-121-7/+35
* Move a definition inside a header filePeter Eisentraut2022-08-191-2/+2
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane2020-10-071-0/+3
* Reject "23:59:60.nnn" in datetime input.Tom Lane2020-06-041-0/+2
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent.Amit Kapila2019-11-251-1/+1
* Refactor jsonpath's compareDatetime()Alexander Korotkov2019-10-211-2/+2
* Error suppression support for upcoming jsonpath .datetime() methodAlexander Korotkov2019-09-251-0/+2
* Implement parse_datetime() functionAlexander Korotkov2019-09-251-0/+3
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Fix compiler warnings due to commit cc4fededAndrew Dunstan2018-01-171-0/+1
* Centralize json and jsonb handling of datetime typesAndrew Dunstan2018-01-161-1/+3
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-231-24/+2
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-113/+0
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane2016-08-161-0/+4
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane2015-10-201-0/+1
* 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