summaryrefslogtreecommitdiff
path: root/src/include/utils/datetime.h
AgeCommit message (Expand)Author
2025-01-16Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-25Support TZ and OF format codes in to_timestamp().Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-03-17Refactor datetime functions' timezone lookup code to reduce duplication.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-09Convert datetime input functions to use "soft" error reporting.Tom Lane
2022-12-09Allow DateTimeParseError to handle bad-timezone error messages.Tom Lane
2022-12-09Const-ify a couple of datetime parsing subroutines.Tom Lane
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-04-02Fix overflow hazards in interval input and output conversions.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-09-25Error suppression support for upcoming jsonpath .datetime() methodAlexander Korotkov
2019-09-16Support for FF1-FF6 datetime format patternsAlexander Korotkov
2019-06-30Remove explicit error handling for obsolete date/time valuesPeter Eisentraut
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-02-09Create the infrastructure for planner support functions.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-10-11Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-02-23Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-20Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-10C comment: mention 1500-02-29 as an invalid dateBruce Momjian
2014-11-06C comment: mention why the Gregorian calendar is used pre-1582Bruce Momjian
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-04Constructors for interval, timestamp, timestamptzAlvaro Herrera
2014-02-17Fix handling of wide datetime input/output.Noah Misch
2014-01-18Make various variables const (read-only).Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-17Add make_date() and make_time() functions.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-22Mark DateTimeParseError() noreturnPeter Eisentraut
2012-03-14Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut
2012-02-08Add transform functions for various temporal typmod coercisions.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian