]> granicus.if.org Git - postgresql/history - src/timezone/pgtz.c
Sync our copy of the timezone library with IANA release tzcode2016c.
[postgresql] / src / timezone / pgtz.c
2016-03-28 Tom LaneSync our copy of the timezone library with IANA release...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-07-22 Tom LaneReject out-of-range numeric timezone specifications.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-17 Tom LanePrevent potential overruns of fixed-size buffers.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-01 Tom LaneFix some odd behaviors when using a SQL-style simple...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-09 Tom LaneSimplify handling of the timezone GUC by making initdb...
2011-08-23 Peter EisentrautUse consistent format for reporting GetLastError()
2011-07-26 Peter EisentrautReplace printf format %i by %d
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-05-11 Tom LaneSplit PGC_S_DEFAULT into two values, for true boot_val...
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-20 Magnus HaganderChange the "N. Central Asia Standard Time" timezone...
2010-04-15 Tom LaneImprove message style for messages associated with...
2010-04-09 Magnus HaganderClean up inconsistent commas
2010-04-09 Magnus HaganderUpdate list of Windows timezones we try to match locali...
2010-04-08 Magnus HaganderProceed to look for the next timezone when matching...
2010-04-06 Magnus HaganderLog the actual timezone name that we fail to look up...
2010-03-12 Tom LaneFix a commented-out block of code that pgindent didn...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-03 Tom LaneFix a couple of issues in recent patch to print updates...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-13 Tom LaneSuppress leap-second-aware timezones in the output...
2008-07-01 Tom LaneFix identify_system_timezone() so that it tests the...
2008-02-16 Tom LaneUpdate timezone code to track the upstream changes...
2008-02-11 Magnus HaganderUpdate timezone mapping for Windows with new timezones...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-25 Tom LaneAdjust with-system-tzdata patch to not attempt to insta...
2007-08-04 Tom LaneFix crash caused by log_timezone patch if we attempt...
2007-08-04 Tom LaneSwitch over to using the src/timezone functions for...
2007-05-31 Peter EisentrautMake some messages more consistent
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-21 Tom LaneTranslate Windows' GMT Standard Time/GMT Daylight Time...
2006-10-16 Tom LaneArrange for timezone names to be recognized case-insens...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-16 Tom LaneRename the recently-added pg_timezonenames view to...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-14 Bruce MomjianRevert part of recent include patch not ready for appli...
2006-07-14 Bruce MomjianAdd additional includes needed on some platforms.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-09 Tom LaneFix the various forms of AT TIME ZONE to accept either...
2005-06-26 Tom LaneTweak dynahash.c to not allocate so many entries at...
2005-06-20 Neil ConwayCosmetic improvements to the timezone code: remove...
2005-06-19 Tom LaneSimplify uses of readdir() by creating a function ReadD...
2005-06-15 Bruce Momjian>> Do you agree that using a hashtable for it in genera...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-23 Bruce MomjianMore macro cleanups for date/time.
2005-04-19 Bruce MomjianAttached patch gets rid of the global timezone in the...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-08 Bruce MomjianUse _timezone global on Cygwin instead of timezone.
2004-09-02 Bruce MomjianBack out timezone detection patch. Tom already applied it.
2004-09-02 Bruce MomjianThis patch attempts to fix the issue with localized...
2004-09-01 Tom LaneAdd code to be able to match the timezone name on local...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-31 Tom LaneStill another try at matching system timezone nicely...
2004-07-30 Tom LaneMust guard against NULL return from localtime() when...
2004-07-22 Tom LaneStill another try at automatically detecting the best...
2004-07-10 Tom LaneCheck more test points (in fact, every week in 1970...
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-25 Tom LaneTweaks per discussion with Magnus: suppress chatter...
2004-05-25 Tom LaneAdd code to identify_system_timezone() to try all zones...
2004-05-24 Tom LaneRewrite identify_system_timezone() to give it better...
2004-05-23 Tom LaneSeems we had the wrong sign convention for the default...
2004-05-23 Tom LaneUse case-insensitive comparison so that explicitly...
2004-05-21 Bruce MomjianPgindent timezone file, per request from Tom.
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-18 Bruce MomjianClean up some relative path install issues with Claudio...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-05-02 Bruce MomjianMore win32 adjustment for timezone directory.
2004-05-01 Bruce MomjianFix timezone data path for Unix and win32.
2004-05-01 Bruce MomjianRemove debug output line.
2004-05-01 Bruce MomjianRename function to be less win32 specific.
2004-04-30 Bruce MomjianFix zic compiler to use pg version.
2004-04-30 Bruce MomjianAllow timezone to compile under Unix by blocking 'timez...
2004-04-30 Bruce MomjianAdd Olson's public domain timezone library to src/timezone.