pgsql: Update time zone data files to tzdata release 2024b. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Update time zone data files to tzdata release 2024b.
Date
Msg-id E1t5oUR-0031eT-At@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update time zone data files to tzdata release 2024b.

Historical corrections for Mexico, Mongolia, and Portugal.
Notably, Asia/Choibalsan is now an alias for Asia/Ulaanbaatar
rather than being a separate zone, mainly because the differences
between those zones were found to be based on untrustworthy data.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8f1759c9b4ee8e69ee6630d7f8f1be1e2876f36e

Modified Files
--------------
src/timezone/data/tzdata.zi     | 1653 +++++++++++++++++++--------------------
src/timezone/known_abbrevs.txt  |    2 -
src/timezone/tznames/Default    |    6 +-
src/timezone/tznames/Europe.txt |    6 +-
4 files changed, 824 insertions(+), 843 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Reduce variable scope and possibly useless palloc
Next
From: Noah Misch
Date:
Subject: pgsql: Unpin buffer before inplace update waits for an XID to end.