summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
AgeCommit message (Expand)Author
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
2014-01-30Add checks for interval overflow/underflowBruce Momjian
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-11-01Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane
2013-10-16Allow 5+ digit years for non-ISO timestamp/date strings, where appropriateBruce Momjian
2013-10-01Adjust C comments that would be wrap-able.Bruce Momjian
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-20Clean up references to SQL92Peter Eisentraut
2013-01-01Update copyrights for 2013Bruce Momjian
2012-10-02Fix access past end of string in date parsing.Heikki Linnakangas
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-25Allow text timezone designations, e.g. "America/Chicago", when using theBruce Momjian
2012-08-03Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-30Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.Tom Lane
2012-03-23Code review for protransform patches.Tom Lane
2012-03-15Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut
2012-03-14Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut
2012-02-08Add transform functions for various temporal typmod coercisions.Robert Haas