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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Update time zone data files to tzdata release 2016f.
Дата
Msg-id E1bViTI-0006KV-MV@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Update time zone data files to tzdata release 2016f.

DST law changes in Kemerovo and Novosibirsk.  Historical corrections for
Azerbaijan, Belarus, and Morocco.  Asia/Novokuznetsk and Asia/Novosibirsk
now use numeric time zone abbreviations instead of invented ones.  Zones
for Antarctic bases and other locations that have been uninhabited for
portions of the time span known to the tzdata database now report "-00"
rather than "zzz" as the zone abbreviation for those time spans.

Also, I decided to remove some of the timezone/data/ files that we don't
use.  At one time that subdirectory was a complete copy of what IANA
distributes in the tzdata tarballs, but that hasn't been true for a long
time.  There seems no good reason to keep shipping those specific files
but not others; they're just bloating our tarballs.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3fddd64846ae01886b48c6f4675a5ba93a612fe0

Modified Files
--------------
src/timezone/data/africa        |  10 +-
src/timezone/data/antarctica    |  24 +--
src/timezone/data/asia          |   2 +-
src/timezone/data/australasia   |   4 +-
src/timezone/data/backzone      |   2 +-
src/timezone/data/europe        |  50 +++--
src/timezone/data/iso3166.tab   | 274 -------------------------
src/timezone/data/leapseconds   |  61 ------
src/timezone/data/northamerica  |  14 +-
src/timezone/data/southamerica  |  16 +-
src/timezone/data/yearistype.sh |  38 ----
src/timezone/data/zone.tab      | 445 ----------------------------------------
src/timezone/data/zone1970.tab  | 376 ---------------------------------
src/timezone/known_abbrevs.txt  |   1 -
src/timezone/tznames/Asia.txt   |   4 +-
src/timezone/tznames/Default    |   4 +-
16 files changed, 73 insertions(+), 1252 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Update time zone data files to tzdata release 2016f.
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Add note about unused arguments for pg_replication_origin_xact_r