summaryrefslogtreecommitdiff
path: root/src/timezone
AgeCommit message (Expand)Author
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-05Update time zone data files to tzdata release 2016f.Tom Lane
2016-07-19Sync back-branch copies of the timezone code with IANA release tzcode2016c.Tom Lane
2016-05-06Update time zone data files to tzdata release 2016d.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
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
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-07-22Reject out-of-range numeric timezone specifications.Tom Lane
2014-07-19Update time zone data files to tzdata release 2014e.Tom Lane
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-03-15Update time zone data files to tzdata release 2014a.Tom Lane
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-02-15Ooops, forgot to remove solar87 and friends from src/timezone/Makefile.Tom Lane
2014-02-15Update time zone data files to tzdata release 2013i.Tom Lane
2013-12-01Update time zone data files to tzdata release 2013h.Tom Lane
2013-11-01Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane
2013-09-02Update time zone data files to tzdata release 2013d.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-28Update time zone data files to tzdata release 2013b.Tom Lane
2013-03-25Add missing #include.Heikki Linnakangas
2013-03-23Update time zone abbreviation lists for changes missed since 2006.Tom Lane
2013-03-23Semi-automatically detect changes in timezone abbreviations.Tom Lane
2013-01-14Add new timezone abbrevation "FET".Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-02Update time zone data files to tzdata release 2012j.Tom Lane
2012-10-12In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian
2012-09-19Update time zone data files to tzdata release 2012f.Tom Lane
2012-08-14Update time zone data files to tzdata release 2012e.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-31Update time zone data files to tzdata release 2012c.Tom Lane
2012-04-25Fix edge-case behavior of pg_next_dst_boundary().Tom Lane