summaryrefslogtreecommitdiff
path: root/src/timezone
AgeCommit message (Expand)Author
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
2020-10-23Update time zone data files to tzdata release 2020d.Tom Lane
2020-10-23Sync our copy of the timezone library with IANA release tzcode2020d.Tom Lane
2020-10-17Update time zone data files to tzdata release 2020c.Tom Lane
2020-10-17Sync our copy of the timezone library with IANA release tzcode2020c.Tom Lane
2020-07-17Ensure that distributed timezone abbreviation files are plain ASCII.Tom Lane
2020-06-29Remove support for timezone "posixrules" file.Tom Lane
2020-06-24Fix compiler warning induced by commit d8b15eeb8.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
2020-05-15Add comments linking pg_strftime to timestamptz_to_strAlvaro Herrera
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-04-24Update time zone data files to tzdata release 2020a.Tom Lane
2020-02-21Require stdint.hPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-09-20Update time zone data files to tzdata release 2019c.Tom Lane
2019-08-19Use zic's new "-b slim" option to generate smaller timezone files.Tom Lane