aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/datetime.h
Commit message (Expand)AuthorAge
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.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
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane2015-10-20
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Update copyright for 2015Bruce Momjian2015-01-06
* C comment: mention 1500-02-29 as an invalid dateBruce Momjian2014-11-09
* C comment: mention why the Gregorian calendar is used pre-1582Bruce Momjian2014-11-06
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-16
* pgindent run for 9.4Bruce Momjian2014-05-06
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-04
* Fix handling of wide datetime input/output.Noah Misch2014-02-17
* Make various variables const (read-only).Tom Lane2014-01-18
* Update copyright for 2014Bruce Momjian2014-01-07
* Add make_date() and make_time() functions.Tom Lane2013-11-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Mark DateTimeParseError() noreturnPeter Eisentraut2012-08-21
* Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut2012-03-14
* Add transform functions for various temporal typmod coercisions.Robert Haas2012-02-08
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix range check in date_recv that tried to limit accepted values to onlyHeikki Linnakangas2009-10-26
* Tigthen binary receive functions so that they reject values that the textHeikki Linnakangas2009-09-04
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK,Tom Lane2009-06-01
* Remove the useless and rather inconsistent return values of EncodeDateOnly,Tom Lane2009-05-26
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add support for input and output of interval values formatted per ISO 8601;Tom Lane2008-11-11
* Make our parsing of INTERVAL literals spec-compliant (or at least a heck ofTom Lane2008-09-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-07
* Minor comment fixes.Tom Lane2007-06-12
* Fix a bug in input processing for the "interval" type. Previously,Neil Conway2007-05-29
* Add "isodow" option to EXTRACT() and date_part() where Sunday = 7.Bruce Momjian2007-02-19
* Add two new format fields for use with to_char(), to_date() andBruce Momjian2007-02-16
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix up timetz input so that a date is required only when the specifiedTom Lane2006-10-18
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-16