pgsql: Update time zone data files to tzdata release 2016d.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update time zone data files to tzdata release 2016d.
Date: 2016-05-06 00:09:53
Message-ID: E1ayTL7-0000BM-Uo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update time zone data files to tzdata release 2016d.

DST law changes in Russia (Magadan, Tomsk regions) and Venezuela.
Historical corrections for Russia. There are new zone names Europe/Kirov
and Asia/Tomsk reflecting the fact that these regions now have different
time zone histories from adjacent regions.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/bfc39da640310b81d81cc7a03bc778d959624a1f

Modified Files
--------------
src/timezone/data/asia | 286 +++++++++++++++++++++++++++++++----------
src/timezone/data/europe | 98 ++++++++------
src/timezone/data/northamerica | 12 ++
src/timezone/data/southamerica | 18 ++-
src/timezone/data/zone.tab | 8 +-
src/timezone/data/zone1970.tab | 8 +-
src/timezone/known_abbrevs.txt | 37 +++++-
src/timezone/tznames/Asia.txt | 12 +-
src/timezone/tznames/Default | 3 +-
9 files changed, 349 insertions(+), 133 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-05-06 02:37:36 pgsql: Further 9.6 release note improvements.
Previous Message Tom Lane 2016-05-05 23:43:36 pgsql: Rename tsvector delete() to ts_delete(), and filter() to ts_filt