pgsql: Update time zone data files to tzdata release 2014h.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Update time zone data files to tzdata release 2014h.
Дата
Msg-id E1XaTvA-0003R1-8U@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Update time zone data files to tzdata release 2014h.

Most zones in the Russian Federation are subtracting one or two hours
as of 2014-10-26.  Update the meanings of the abbreviations IRKT, KRAT,
MAGT, MSK, NOVT, OMST, SAKT, VLAT, YAKT, YEKT to match.

The IANA timezone database has adopted abbreviations of the form AxST/AxDT
for all Australian time zones, reflecting what they believe to be current
majority practice Down Under.  These names do not conflict with usage
elsewhere (other than ACST for Acre Summer Time, which has been in disuse
since 1994).  Accordingly, adopt these names into our "Default" timezone
abbreviation set.  The "Australia" abbreviation set now contains only
CST,EAST,EST,SAST,SAT,WST, all of which are thought to be mostly historical
usage.  Note that SAST has also been changed to be South Africa Standard
Time in the "Default" abbreviation set.

Add zone abbreviations SRET (Asia/Srednekolymsk) and XJT (Asia/Urumqi),
and use WSST/WSDT for western Samoa.

Also a DST law change in the Turks & Caicos Islands (America/Grand_Turk),
and numerous corrections for historical time zone data.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/513d06ded1b44206903b87dabefee5a97243ba67

Modified Files
--------------
src/backend/utils/misc/postgresql.conf.sample |    2 +-
src/timezone/data/africa                      |  522 ++++------
src/timezone/data/antarctica                  |  134 +--
src/timezone/data/asia                        |  924 +++++++++--------
src/timezone/data/australasia                 |  938 ++++++++---------
src/timezone/data/backward                    |    9 +-
src/timezone/data/backzone                    |  477 +++++++++
src/timezone/data/etcetera                    |    3 +-
src/timezone/data/europe                      | 1358 +++++++++++++++----------
src/timezone/data/factory                     |    1 -
src/timezone/data/iso3166.tab                 |   12 +-
src/timezone/data/leapseconds                 |    4 +-
src/timezone/data/northamerica                |  708 ++++++-------
src/timezone/data/pacificnew                  |    1 -
src/timezone/data/southamerica                |  484 ++++-----
src/timezone/data/systemv                     |    1 -
src/timezone/data/yearistype.sh               |    4 +-
src/timezone/data/zone.tab                    |   69 +-
src/timezone/data/zone1970.tab                |  369 +++++++
src/timezone/known_abbrevs.txt                |   40 +-
src/timezone/tznames/Africa.txt               |    7 +-
src/timezone/tznames/America.txt              |    6 +-
src/timezone/tznames/Antarctica.txt           |    9 +-
src/timezone/tznames/Asia.txt                 |   22 +-
src/timezone/tznames/Australia                |   26 +-
src/timezone/tznames/Australia.txt            |   61 +-
src/timezone/tznames/Default                  |   69 +-
src/timezone/tznames/Europe.txt               |    5 +-
src/timezone/tznames/Pacific.txt              |   15 +-
29 files changed, 3572 insertions(+), 2708 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Check for GiST index tuples that don't fit on a page.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Update time zone data files to tzdata release 2014h.