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-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
2014-07-19Update time zone data files to tzdata release 2014e.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-15Update time zone data files to tzdata release 2014a.Tom Lane
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-02-15Centralize getopt-related declarations in a new header file pg_getopt.h.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
2014-02-12Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-01Update time zone data files to tzdata release 2013h.Tom Lane
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-11-01Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane