summaryrefslogtreecommitdiff
path: root/src/timezone/pgtz.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-04Update copyright for 2024Bruce Momjian
2023-03-02Fix outdated references to guc.cDaniel Gustafsson
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-05Remove unneeded includes of <sys/stat.h>Michael Paquier
2022-09-19Consistently use named parameters in timezone code.Peter Geoghegan
2022-09-02Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()Michael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-04Clean up assorted messiness around AllocateDir() usage.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-07Restore fullname[] contents before falling through in pg_open_tzfile().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
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
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
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-07-22Reject out-of-range numeric timezone specifications.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-01Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-09Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane
2011-08-23Use consistent format for reporting GetLastError()Peter Eisentraut
2011-07-26Replace printf format %i by %dPeter Eisentraut
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-05-11Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane
2011-04-25Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-05-20Change the "N. Central Asia Standard Time" timezone to map toMagnus Hagander
2010-04-15Improve message style for messages associated with not being able toTom Lane
2010-04-09Clean up inconsistent commasMagnus Hagander
2010-04-09Update list of Windows timezones we try to match localized names againstMagnus Hagander
2010-04-08Proceed to look for the next timezone when matching a localizedMagnus Hagander
2010-04-06Log the actual timezone name that we fail to look up the values for inMagnus Hagander