aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Const-ify a few more large static tables.Tom Lane2018-10-17
* Remove duplicated words split across lines in commentsMichael Paquier2018-09-08
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-11
* Update time zone data files to tzdata release 2018e.Tom Lane2018-05-09
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Move strtoint() to commonPeter Eisentraut2018-03-13
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-23
* Make more use of castNode()Peter Eisentraut2017-02-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.Tom Lane2016-10-19
* Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane2016-09-02
* Rename strtoi() to strtoint().Tom Lane2016-04-23
* Fix j2day() to behave sanely for negative Julian dates.Tom Lane2016-03-16
* Be more careful about out-of-range dates and timestamps.Tom Lane2016-03-16
* Improve speed of timestamp/time/date output functions.Tom Lane2016-02-06
* Update copyright for 2016Bruce Momjian2016-01-02
* Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather thanGreg Stark2015-09-06
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Update copyright for 2015Bruce Momjian2015-01-06
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-16
* pgindent run for 9.4Bruce Momjian2014-05-06
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-04
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Add checks for interval overflow/underflowBruce Momjian2014-01-30
* Make various variables const (read-only).Tom Lane2014-01-18
* Update copyright for 2014Bruce Momjian2014-01-07
* Add make_date() and make_time() functions.Tom Lane2013-11-17
* Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane2013-11-01
* Allow 5+ digit years for non-ISO timestamp/date strings, where appropriateBruce Momjian2013-10-16
* Adjust C comments that would be wrap-able.Bruce Momjian2013-10-01
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Clean up references to SQL92Peter Eisentraut2013-04-20
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix access past end of string in date parsing.Heikki Linnakangas2012-10-02
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Allow text timezone designations, e.g. "America/Chicago", when using theBruce Momjian2012-08-25
* Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane2012-08-03
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.Tom Lane2012-05-30
* Code review for protransform patches.Tom Lane2012-03-23
* Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut2012-03-15
* Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut2012-03-14
* Add transform functions for various temporal typmod coercisions.Robert Haas2012-02-08