pgsql: Update time zone data files to tzdata release 2013i.

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 2013i.
Date: 2014-02-15 03:00:32
Message-ID: E1WEVUW-0006ww-UZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update time zone data files to tzdata release 2013i.

DST law changes in Jordan; historical changes in Cuba.

Also, remove the zones Asia/Riyadh87, Asia/Riyadh88, and Asia/Riyadh89.
Per the upstream announcement:
The files solar87, solar88, and solar89 are no longer distributed.
They were a negative experiment -- that is, a demonstration that
tz data can represent solar time only with some difficulty and error.
Their presence in the distribution caused confusion, as Riyadh
civil time was generally not solar time in those years.

Branch
------
master

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

Modified Files
--------------
src/timezone/data/asia | 30 ++-
src/timezone/data/northamerica | 8 +-
src/timezone/data/solar87 | 390 ---------------------------------------
src/timezone/data/solar88 | 390 ---------------------------------------
src/timezone/data/solar89 | 395 ----------------------------------------
5 files changed, 28 insertions(+), 1185 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-02-15 03:00:33 pgsql: Update time zone data files to tzdata release 2013i.
Previous Message Andres Freund 2014-02-15 01:18:50 Re: pgsql: Use --disable-auto-import linker switch in Mingw builds, too.