summaryrefslogtreecommitdiff
path: root/src/timezone/zic.c
AgeCommit message (Expand)Author
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
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-02-16Update timezone code to track the upstream changes since 2003. In particularTom Lane
2007-10-26Avoid including any backend-only stuff in the zic utility program.Tom Lane
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-26Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway
2006-10-24Tweak zic.c to compile cleanly on MSVC: use CopyFile instead ofTom Lane
2006-10-19Add externs for optarg/optind where apparently needed. Per Magnus.Tom Lane
2006-10-16Arrange for timezone names to be recognized case-insensitively; forTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-20Cosmetic improvements to the timezone code: remove the use of theNeil Conway
2005-04-19Attached patch gets rid of the global timezone in the following steps:Bruce Momjian