]> granicus.if.org Git - postgresql/history - src/timezone/zic.c
Remove vestigial resolveUnknown arguments from transformSortClause etc.
[postgresql] / src / timezone / zic.c
2016-12-15 Tom LaneSync our copy of the timezone library with IANA release...
2016-11-06 Tom LaneMore zic cleanup.
2016-11-04 Tom LaneSync our copy of the timezone library with IANA tzcode...
2016-10-26 Tom LaneFix not-HAVE_SYMLINK code in zic.c.
2016-10-20 Tom LaneSync our copy of the timezone library with IANA release...
2016-10-20 Tom LaneAnother portability fix for tzcode2016g update.
2016-10-19 Tom LaneWindows portability fix.
2016-10-19 Tom LaneSync our copy of the timezone library with IANA release...
2016-04-02 Tom LaneSuppress compiler warning.
2016-03-31 Tom LaneAnother zic portability fix.
2016-03-29 Tom LaneProtect zic's symlink() call with #ifdef HAVE_SYMLINK.
2016-03-29 Tom LaneFix zic for Windows.
2016-03-28 Tom LaneSync our copy of the timezone library with IANA release...
2016-03-26 Tom LaneModernize zic's test for valid timezone abbreviations.
2014-10-16 Tom LaneSupport timezone abbreviations that sometimes change.
2014-10-03 Tom LaneFix bogus logic for zic -P option.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-02-15 Tom LaneCentralize getopt-related declarations in a new header...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-25 Heikki LinnakangasAdd missing #include.
2013-03-23 Tom LaneSemi-automatically detect changes in timezone abbreviat...
2012-10-12 Bruce MomjianIn our source code, make a copy of getopt's 'optarg...
2010-10-29 Tom LaneFix comparisons of pointers with zero to compare with...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-03-13 Bruce MomjianSmall adjustment by pgindent.
2010-03-11 Tom LaneSync timezone code with tzcode 2010c from the Olson...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2008-02-16 Tom LaneUpdate timezone code to track the upstream changes...
2007-10-26 Tom LaneAvoid including any backend-only stuff in the zic utili...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-26 Neil ConwaySquelch some VC++ compiler warnings. Mark float literal...
2006-10-24 Tom LaneTweak zic.c to compile cleanly on MSVC: use CopyFile...
2006-10-19 Tom LaneAdd externs for optarg/optind where apparently needed...
2006-10-16 Tom LaneArrange for timezone names to be recognized case-insens...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-20 Neil ConwayCosmetic improvements to the timezone code: remove...
2005-04-19 Bruce MomjianAttached patch gets rid of the global timezone in the...
2004-09-27 Bruce MomjianRemove inclusion of windows.h now that it is included...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-11 Tom LaneFix function definition that somehow missed being ANSI...
2004-08-08 Bruce MomjianMore Win32 zic build cleanups now that we have symlinks...
2004-07-22 Tom LaneAdd missing <getopt.h>, per Dann Corbit.
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-21 Tom Lanepgindent did a pretty awful job on the timezone code...
2004-05-21 Bruce MomjianPgindent timezone file, per request from Tom.
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-19 Bruce MomjianAllow zic to compile by defining a "" value for my_exec...
2004-04-30 Bruce MomjianConvert DOS newlines to Unix newlines.
2004-04-30 Bruce MomjianTimezone library changes to map into our backend code.
2004-04-30 Bruce MomjianAdd Olson's public domain timezone library to src/timezone.