]> granicus.if.org Git - postgresql/history - src/timezone/localtime.c
Reduce stack space consumption in tzload().
[postgresql] / src / timezone / localtime.c
2016-07-07 Tom LaneReduce stack space consumption in tzload().
2016-03-28 Tom LaneSync tzload() and tzparse() APIs with IANA release...
2016-03-28 Tom LaneSync our copy of the timezone library with IANA release...
2014-10-16 Tom LaneSupport timezone abbreviations that sometimes change.
2014-05-06 Bruce Momjianpgindent run for 9.4
2012-04-25 Tom LaneFix edge-case behavior of pg_next_dst_boundary().
2011-09-09 Tom LaneSimplify handling of the timezone GUC by making initdb...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
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-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-26 Tom LaneAvoid including any backend-only stuff in the zic utili...
2007-08-04 Tom LaneFix crash caused by log_timezone patch if we attempt...
2006-10-18 Tom LaneFix up timetz input so that a date is required only...
2006-10-16 Tom LaneArrange for timezone names to be recognized case-insens...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-04-09 Tom LaneSuppress a couple of minor compiler warnings, per Magnus.
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-11-01 Tom LaneInvent pg_next_dst_boundary() and rewrite DetermineLoca...
2004-08-29 Bruce MomjianPgindent run for 8.0.
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-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.