summaryrefslogtreecommitdiff
path: root/src/timezone
AgeCommit message (Expand)Author
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-05-07Guard against null t->tm_zone in strftime.c.Tom Lane
2017-05-07Restore fullname[] contents before falling through in pg_open_tzfile().Tom Lane
2017-05-03Improve performance of timezone loading, especially pg_timezone_names view.Tom Lane
2017-05-01Update time zone data files to tzdata release 2017b.Tom Lane
2017-04-30Sync our copy of the timezone library with IANA release tzcode2017b.Tom Lane
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-01-30Update time zone data files to tzdata release 2016j.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-15Sync our copy of the timezone library with IANA release tzcode2016j.Tom Lane
2016-11-06More zic cleanup.Tom Lane
2016-11-04Sync our copy of the timezone library with IANA tzcode master.Tom Lane
2016-10-26Fix not-HAVE_SYMLINK code in zic.c.Tom Lane
2016-10-20Sync our copy of the timezone library with IANA release tzcode2016h.Tom Lane
2016-10-20Update time zone data files to tzdata release 2016h.Tom Lane
2016-10-20Another portability fix for tzcode2016g update.Tom Lane
2016-10-19Windows portability fix.Tom Lane
2016-10-19Sync our copy of the timezone library with IANA release tzcode2016g.Tom Lane
2016-10-19Update time zone data files to tzdata release 2016g.Tom Lane
2016-09-05Add regression test coverage for non-default timezone abbreviation sets.Tom Lane
2016-09-04Remove vestigial references to "zic" in favor of "IANA database".Tom Lane
2016-08-29Fix typos in comments.Fujii Masao
2016-08-05Update time zone data files to tzdata release 2016f.Tom Lane
2016-07-07Reduce stack space consumption in tzload().Tom Lane
2016-05-06Update time zone data files to tzdata release 2016d.Tom Lane
2016-04-02Suppress compiler warning.Tom Lane
2016-03-31Another zic portability fix.Tom Lane
2016-03-29Protect zic's symlink() call with #ifdef HAVE_SYMLINK.Tom Lane
2016-03-29Fix zic for Windows.Tom Lane
2016-03-28Sync tzload() and tzparse() APIs with IANA release tzcode2016c.Tom Lane
2016-03-28Sync our copy of the timezone library with IANA release tzcode2016c.Tom Lane
2016-03-26Modernize zic's test for valid timezone abbreviations.Tom Lane
2016-03-25Update time zone data files to tzdata release 2016c.Tom Lane
2016-02-05Update time zone data files to tzdata release 2016a.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-02Update time zone data files to tzdata release 2015g.Tom Lane
2015-05-15Update time zone data files to tzdata release 2015d.Tom Lane
2015-01-31Update time zone data files to tzdata release 2015a.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-24Add CST (China Standard Time) to our lists of timezone abbreviations.Tom Lane
2014-11-17Update time zone data files to tzdata release 2014j.Tom Lane
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-10-04Update time zone data files to tzdata release 2014h.Tom Lane
2014-10-03Update time zone abbreviations lists.Tom Lane
2014-10-03Fix bogus logic for zic -P option.Tom Lane
2014-08-19Finish adding file version information to installed Windows binaries.Noah Misch
2014-07-22Reject out-of-range numeric timezone specifications.Tom Lane