pgsql: Update time zone data files to tzdata release 2012e.

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 2012e.
Date: 2012-08-14 14:55:27
Message-ID: E1T1IWl-0005cT-VQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update time zone data files to tzdata release 2012e.

DST law changes in Morocco; Tokelau has relocated to the other side of
the International Date Line; and apparently Olson had Tokelau's GMT
offset wrong by an hour even before that.

There are also a large number of non-significant changes in this update.
Upstream took the opportunity to remove trailing whitespace, and the
SCCS-style version numbers on the individual files are gone too.

Branch
------
REL8_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/42354199f02374bdc944caa9051a22d85b9393eb

Modified Files
--------------
src/timezone/data/africa | 50 +++++++++++++++-------
src/timezone/data/antarctica | 1 -
src/timezone/data/asia | 87 +++++++++++++++++++--------------------
src/timezone/data/australasia | 57 ++++++++++++-------------
src/timezone/data/backward | 1 -
src/timezone/data/etcetera | 1 -
src/timezone/data/europe | 15 +++----
src/timezone/data/factory | 1 -
src/timezone/data/iso3166.tab | 1 -
src/timezone/data/leapseconds | 7 +--
src/timezone/data/northamerica | 25 +++++------
src/timezone/data/pacificnew | 1 -
src/timezone/data/solar87 | 1 -
src/timezone/data/solar88 | 1 -
src/timezone/data/solar89 | 1 -
src/timezone/data/southamerica | 19 ++++----
src/timezone/data/systemv | 1 -
src/timezone/data/yearistype.sh | 2 -
src/timezone/data/zone.tab | 1 -
19 files changed, 136 insertions(+), 137 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-08-14 16:36:51 pgsql: In documentation, change "recommendable" to "recommended", per
Previous Message Tom Lane 2012-08-11 22:43:43 pgsql: Fix some issues with LATERAL(SELECT UNION ALL SELECT).