pgsql: Update time zone data files to tzdata release 2015g.

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 2015g.
Date: 2015-10-02 23:17:03
Message-ID: E1Zi9ZX-00059e-4X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update time zone data files to tzdata release 2015g.

DST law changes in Cayman Islands, Fiji, Moldova, Morocco, Norfolk Island,
North Korea, Turkey, Uruguay. New zone America/Fort_Nelson for Canadian
Northern Rockies.

Branch
------
REL9_2_STABLE

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

Modified Files
--------------
src/timezone/data/africa | 92 +++++++++++++++++++++++---------------
src/timezone/data/asia | 29 +++++++++---
src/timezone/data/australasia | 34 +++++++++++---
src/timezone/data/backzone | 5 ---
src/timezone/data/europe | 78 ++++++++++++++++++++------------
src/timezone/data/iso3166.tab | 11 +++--
src/timezone/data/leapseconds | 4 +-
src/timezone/data/northamerica | 54 +++++++++++++++++++---
src/timezone/data/southamerica | 45 ++++++++++++-------
src/timezone/data/zone.tab | 5 ++-
src/timezone/data/zone1970.tab | 8 ++--
src/timezone/known_abbrevs.txt | 3 +-
src/timezone/tznames/America.txt | 2 +-
src/timezone/tznames/Asia.txt | 4 +-
src/timezone/tznames/Default | 4 +-
src/timezone/tznames/Pacific.txt | 2 +-
16 files changed, 256 insertions(+), 124 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-10-03 01:29:49 pgsql: doc: Make some index terms and terminology more consistent
Previous Message Robert Haas 2015-10-02 20:57:41 pgsql: Clarify FDW documentation about ON CONFLICT.