summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
Commit message (Expand)AuthorAgeFilesLines
* interval: round values when spilling to monthsBruce Momjian2021-08-031-10/+6
* Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9Bruce Momjian2021-05-011-2/+3
* In messages, use singular nouns for -1, like we do for +1.Bruce Momjian2021-03-301-2/+2
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Cache the result of converting now() to a struct pg_tm.Tom Lane2020-09-281-11/+56
* Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane2020-06-291-1/+2
* Reject "23:59:60.nnn" in datetime input.Tom Lane2020-06-041-18/+5
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-161-1/+1
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-8/+8
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-161-61/+40
* Optimizations for integer to decimal output.Andrew Gierth2020-02-011-49/+49
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Remove useless "return;" linesAlvaro Herrera2019-11-281-2/+0
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-1/+0
* Fix some incorrect parsing of time with time zone stringsMichael Paquier2019-08-071-0/+6
* Tweak our special-case logic for the IANA "Factory" timezone.Tom Lane2019-07-261-9/+8
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-221-1/+1
* Fix many typos and inconsistenciesMichael Paquier2019-07-011-1/+1
* Remove explicit error handling for obsolete date/time valuesPeter Eisentraut2019-06-301-20/+0
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-17/+17
* Create the infrastructure for planner support functions.Tom Lane2019-02-091-5/+12
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-2/+2
* Const-ify a few more large static tables.Tom Lane2018-10-171-2/+2
* Remove duplicated words split across lines in commentsMichael Paquier2018-09-081-2/+2
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-111-1/+0
* Update time zone data files to tzdata release 2018e.Tom Lane2018-05-091-1/+4
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-011-1/+3
* Move strtoint() to commonPeter Eisentraut2018-03-131-17/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-25/+25
* Phase 3 of pgindent updates.Tom Lane2017-06-211-16/+16
* Phase 2 of pgindent updates.Tom Lane2017-06-211-20/+20
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-33/+33
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-231-108/+2
* Make more use of castNode()Peter Eisentraut2017-02-211-2/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.Tom Lane2016-10-191-2/+11
* Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane2016-09-021-21/+64
* Rename strtoi() to strtoint().Tom Lane2016-04-231-14/+14
* Fix j2day() to behave sanely for negative Julian dates.Tom Lane2016-03-161-7/+6
* Be more careful about out-of-range dates and timestamps.Tom Lane2016-03-161-3/+5
* Improve speed of timestamp/time/date output functions.Tom Lane2016-02-061-128/+261
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather thanGreg Stark2015-09-061-3/+3
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-241-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-161-114/+474
* pgindent run for 9.4Bruce Momjian2014-05-061-15/+19
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-041-2/+4