summaryrefslogtreecommitdiff
path: root/src/timezone/zic.c
AgeCommit message (Expand)Author
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2022-09-19Consistently use named parameters in timezone code.Peter Geoghegan
2020-10-23Sync our copy of the timezone library with IANA release tzcode2020d.Tom Lane
2020-10-17Sync our copy of the timezone library with IANA release tzcode2020c.Tom Lane
2020-06-24Fix compiler warning induced by commit d8b15eeb8.Tom Lane
2020-06-17Sync our copy of the timezone library with IANA release tzcode2020a.Tom Lane
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2019-07-26Tweak our special-case logic for the IANA "Factory" timezone.Tom Lane
2019-07-19Silence compiler warning, hopefully.Tom Lane
2019-07-17Sync our copy of the timezone library with IANA release tzcode2019b.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-27Portability fix for zic.c.Tom Lane
2019-04-26Sync our copy of the timezone library with IANA release tzcode2019a.Tom Lane
2018-10-31Sync our copy of the timezone library with IANA release tzcode2018g.Tom Lane
2018-10-19Sync our copy of the timezone library with IANA release tzcode2018f.Tom Lane
2018-05-04Sync our copy of the timezone library with IANA release tzcode2018e.Tom Lane
2017-10-23Sync our copy of the timezone library with IANA release tzcode2017c.Tom Lane
2017-09-22Sync our copy of the timezone library with IANA tzcode master.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-04-30Sync our copy of the timezone library with IANA release tzcode2017b.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
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-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-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 our copy of the timezone library with IANA release tzcode2016c.Tom Lane
2016-03-26Modernize zic's test for valid timezone abbreviations.Tom Lane
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-10-03Fix bogus logic for zic -P option.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-02-15Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-25Add missing #include.Heikki Linnakangas
2013-03-23Semi-automatically detect changes in timezone abbreviations.Tom Lane
2012-10-12In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian
2010-10-29Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-03-13Small adjustment by pgindent.Bruce Momjian
2010-03-11Sync timezone code with tzcode 2010c from the Olson group. This fixes someTom Lane