summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
AgeCommit message (Expand)Author
2021-05-01Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9Bruce Momjian
2021-03-30In messages, use singular nouns for -1, like we do for +1.Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-28Cache the result of converting now() to a struct pg_tm.Tom Lane
2020-06-29Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane
2020-06-04Reject "23:59:60.nnn" in datetime input.Tom Lane
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-03-16Avoid holding a directory FD open across assorted SRF calls.Tom Lane
2020-02-01Optimizations for integer to decimal output.Andrew Gierth
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-08-07Fix some incorrect parsing of time with time zone stringsMichael Paquier
2019-07-26Tweak our special-case logic for the IANA "Factory" timezone.Tom Lane
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-01Fix many typos and inconsistenciesMichael Paquier
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-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-17Const-ify a few more large static tables.Tom Lane
2018-09-08Remove duplicated words split across lines in commentsMichael Paquier
2018-07-11Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera
2018-05-09Update time zone data files to tzdata release 2018e.Tom Lane
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-03-13Move strtoint() to commonPeter Eisentraut
2018-01-02Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
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-02-21Make more use of castNode()Peter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-19Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.Tom Lane
2016-09-02Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane
2016-04-23Rename strtoi() to strtoint().Tom Lane
2016-03-16Fix j2day() to behave sanely for negative Julian dates.Tom Lane
2016-03-16Be more careful about out-of-range dates and timestamps.Tom Lane
2016-02-06Improve speed of timestamp/time/date output functions.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-06Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather thanGreg Stark
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-06Update copyright for 2015Bruce 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-17Prevent potential overruns of fixed-size buffers.Tom Lane