summaryrefslogtreecommitdiff
path: root/src/timezone/localtime.c
AgeCommit message (Expand)Author
2025-01-16Seek zone abbreviations in the IANA data before timezone_abbreviations.Tom Lane
2025-01-16Make pg_interpret_timezone_abbrev() check sp->defaulttype too.Tom Lane
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2022-09-19Consistently use named parameters in timezone code.Peter Geoghegan
2020-06-29Remove support for timezone "posixrules" file.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-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
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-02-13More unconstify usePeter Eisentraut
2018-10-19Sync our copy of the timezone library with IANA release tzcode2018f.Tom Lane
2018-10-17Improve tzparse's handling of TZDEFRULES ("posixrules") zone data.Tom Lane
2018-10-16Avoid statically allocating gmtsub()'s timezone workspace.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-09-22Revert "Fix bool/int type confusion"Tom Lane
2017-09-14Fix bool/int type confusionPeter Eisentraut
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-03Improve performance of timezone loading, especially pg_timezone_names view.Tom Lane
2017-04-30Sync our copy of the timezone library with IANA release tzcode2017b.Tom Lane
2016-10-19Sync our copy of the timezone library with IANA release tzcode2016g.Tom Lane
2016-08-29Fix typos in comments.Fujii Masao
2016-07-07Reduce stack space consumption in tzload().Tom Lane
2016-03-28Sync tzload() and tzparse() APIs with IANA release tzcode2016c.Tom Lane
2016-03-28Sync our copy of the timezone library with IANA release tzcode2016c.Tom Lane
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2012-04-25Fix edge-case behavior of pg_next_dst_boundary().Tom Lane
2011-09-09Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
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-11-15pgindent run for 8.3.Bruce Momjian
2007-10-26Avoid including any backend-only stuff in the zic utility program.Tom Lane
2007-08-04Fix crash caused by log_timezone patch if we attempt to emit any elog messagesTom Lane
2006-10-18Fix up timetz input so that a date is required only when the specifiedTom Lane
2006-10-16Arrange for timezone names to be recognized case-insensitively; forTom Lane
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-04-09Suppress a couple of minor compiler warnings, per Magnus.Tom 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
2004-11-01Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() toTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-06-03Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane
2004-05-21pgindent did a pretty awful job on the timezone code, particularly withTom Lane