summaryrefslogtreecommitdiff
path: root/src/include/utils/datetime.h
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane2015-10-201-0/+1
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-261-1/+1
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-111-1/+1
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-201-2/+2
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* C comment: mention 1500-02-29 as an invalid dateBruce Momjian2014-11-091-1/+3
* C comment: mention why the Gregorian calendar is used pre-1582Bruce Momjian2014-11-061-0/+5
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-161-14/+34
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-041-0/+1
* Fix handling of wide datetime input/output.Noah Misch2014-02-171-6/+11
* Make various variables const (read-only).Tom Lane2014-01-181-0/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Add make_date() and make_time() functions.Tom Lane2013-11-171-0/+3
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Mark DateTimeParseError() noreturnPeter Eisentraut2012-08-211-1/+1
* Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut2012-03-141-2/+2
* Add transform functions for various temporal typmod coercisions.Robert Haas2012-02-081-0/+3
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-28/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-2/+14
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix range check in date_recv that tried to limit accepted values to onlyHeikki Linnakangas2009-10-261-2/+2
* Tigthen binary receive functions so that they reject values that the textHeikki Linnakangas2009-09-041-1/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK,Tom Lane2009-06-011-1/+6
* Remove the useless and rather inconsistent return values of EncodeDateOnly,Tom Lane2009-05-261-5/+5
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Add support for input and output of interval values formatted per ISO 8601;Tom Lane2008-11-111-4/+6
* Make our parsing of INTERVAL literals spec-compliant (or at least a heck ofTom Lane2008-09-101-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-071-2/+2
* Minor comment fixes.Tom Lane2007-06-121-3/+4
* Fix a bug in input processing for the "interval" type. Previously,Neil Conway2007-05-291-11/+15
* Add "isodow" option to EXTRACT() and date_part() where Sunday = 7.Bruce Momjian2007-02-191-1/+2
* Add two new format fields for use with to_char(), to_date() andBruce Momjian2007-02-161-1/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix up timetz input so that a date is required only when the specifiedTom Lane2006-10-181-2/+2
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-161-2/+3
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-251-1/+5
* Remove ancient AIX structure workaround.Bruce Momjian2006-06-061-5/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-15/+15
* Andrew pointed out that the current fix didn't handle dates that wereBruce Momjian2005-07-231-2/+2
* Code spacing improvement, particularly *tm spacing.Bruce Momjian2005-07-221-11/+11
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-261-2/+2