summaryrefslogtreecommitdiff
path: root/src/timezone
AgeCommit message (Expand)Author
2026-08-11Tweak allocation rule for tzload()'s "union local_storage" variable.Tom Lane
2026-08-05Fix MSVC warnings from new timezone codePeter Eisentraut
2026-08-02Update time zone data files to tzdata release 2026c.Tom Lane
2026-07-11Fix for loop variables used with lengthofPeter Eisentraut
2026-07-01Fix macro-redefinition warning introduced by aeb07c55f.Tom Lane
2026-07-01Sync our copy of the timezone library with IANA release tzcode2026b.Tom Lane
2026-05-13Pre-beta mechanical code beautification, step 1: run pgindent.Tom Lane
2026-05-11Guard against unsafe conditions in usage of pg_strftime().Tom Lane
2026-04-24Update time zone data files to tzdata release 2026b.Tom Lane
2026-04-22Harmonize function parameter names for Postgres 19.Peter Geoghegan
2026-02-19Use fallthrough attribute instead of commentPeter Eisentraut
2026-01-18Update time zone data files to tzdata release 2025c.Tom Lane
2026-01-01Update copyright for 2026Bruce Momjian
2025-12-09Use palloc_object() and palloc_array() in more areas of the treeMichael Paquier
2025-12-05Fix some cases of indirectly casting away const.Tom Lane
2025-11-21Update timezone to C99Peter Eisentraut
2025-11-20Remove obsolete castPeter Eisentraut
2025-09-03Generate GUC tables from .dat filePeter Eisentraut
2025-04-30Update time zone data files to tzdata release 2025b.Tom Lane
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-01-20Update time zone data files to tzdata release 2025a.Tom Lane
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
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-29Update time zone data files to tzdata release 2024b.Tom Lane
2024-02-01Update time zone data files to tzdata release 2024a.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-06Remove distprepPeter Eisentraut
2023-10-28Remove PHOT from our default timezone abbreviations list.Tom Lane
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-18Update time zone data files to tzdata release 2023c.Tom Lane
2023-03-02Fix outdated references to guc.cDaniel Gustafsson
2023-01-31Update time zone data files to tzdata release 2022g.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-05Remove unneeded includes of <sys/stat.h>Michael Paquier
2022-11-01Update time zone data files to tzdata release 2022f.Tom Lane
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
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-08-05Remove fallbacks for strtoll, strtoull.Thomas Munro
2022-05-05Update time zone data files to tzdata release 2022a.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-29Update time zone data files to tzdata release 2021e.Tom Lane
2021-10-06Doc: improve timezone/README's recipe for tracking Windows zones.Tom Lane
2021-01-24Update time zone data files to tzdata release 2021a.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane