~ubuntu-branches/ubuntu/precise/postgresql-8.4/precise

« back to all changes in this revision

Viewing changes to src/timezone/data/europe

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-04-20 16:10:45 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110420161045-nrk3s2t0szvn2o80
Tags: 8.4.8-0ubuntu0.11.04
* New upstream bug fix release: (LP: #767165)
  - If your installation was upgraded from a previous major release by
    running pg_upgrade, you should take action to prevent possible data loss
    due to a now-fixed bug in pg_upgrade. The recommended solution is to run
    "VACUUM FREEZE" on all TOAST tables.  More information is available at
    http://wiki.postgresql.org/wiki/20110408pg_upgrade_fix.
  - Fix pg_upgrade's handling of TOAST tables.
    This error poses a significant risk of data loss for installations
    that have been upgraded with pg_upgrade. This patch corrects the
    problem for future uses of pg_upgrade, but does not in itself cure
    the issue in installations that have been processed with a buggy
    version of pg_upgrade.
  - Suppress incorrect "PD_ALL_VISIBLE flag was incorrectly set"
    warning.
  - Disallow including a composite type in itself.
  - Avoid potential deadlock during catalog cache initialization.
  - Fix dangling-pointer problem in BEFORE ROW UPDATE trigger handling
    when there was a concurrent update to the target tuple.
  - Disallow "DROP TABLE" when there are pending deferred trigger
    events for the table.
    Formerly the "DROP" would go through, leading to "could not open
    relation with OID nnn" errors when the triggers were eventually
    fired.
  - Prevent crash triggered by constant-false WHERE conditions during
    GEQO optimization.
  - Improve planner's handling of semi-join and anti-join cases.
  - Fix selectivity estimation for text search to account for NULLs.
  - Improve PL/pgSQL's ability to handle row types with dropped columns.
  - Fix PL/Python memory leak involving array slices.
  - Fix pg_restore to cope with long lines (over 1KB) in TOC files.
  - Put in more safeguards against crashing due to division-by-zero
    with overly enthusiastic compiler optimization. (Closes: #616180)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# <pre>
2
 
# @(#)europe    8.27
 
2
# @(#)europe    8.31
3
3
# This file is in the public domain, so clarified as of
4
4
# 2009-05-17 by Arthur David Olson.
5
5
 
2483
2483
# (on a non-government server though) describing dates between 2002 and 2006:
2484
2484
# http://www.alomaliye.com/bkk_2002_3769.htm
2485
2485
 
2486
 
# From Sue Williams (2008-08-11):
2487
 
# I spotted this news article about a potential change in Turkey.
2488
 
#
2489
 
# <a href="http://www.hurriyet.com.tr/english/domestic/9626174.asp?scr=1">
2490
 
# http://www.hurriyet.com.tr/english/domestic/9626174.asp?scr=1
 
2486
# From G&ouml;kdeniz Karada&#x011f; (2011-03-10):
 
2487
 
2488
# According to the articles linked below, Turkey will change into summer
 
2489
# time zone (GMT+3) on March 28, 2011 at 3:00 a.m. instead of March 27.
 
2490
# This change is due to a nationwide exam on 27th.
 
2491
 
2492
# <a href="http://www.worldbulletin.net/?aType=haber&ArticleID=70872">
 
2493
# http://www.worldbulletin.net/?aType=haber&ArticleID=70872
2491
2494
# </a>
2492
 
 
2493
 
# From Sue Williams (2008-08-20):
2494
 
# This article says that around the end of March 2011, Turkey wants to
2495
 
# adjust the clocks forward by 1/2 hour and stay that way permanently.
2496
 
# The article indicates that this is a change in timezone offset in addition
2497
 
# to stopping observance of DST.
2498
 
# This proposal has not yet been approved.
2499
 
#
2500
 
# Read more here...
2501
 
#
2502
 
# Turkey to abandon daylight saving time in 2011
2503
 
# <a href="http://www.turkishdailynews.com.tr/article.php?enewsid=112989">
2504
 
# http://www.turkishdailynews.com.tr/article.php?enewsid=112989
 
2495
# Turkish:
 
2496
# <a href="http://www.hurriyet.com.tr/ekonomi/17230464.asp?gid=373">
 
2497
# http://www.hurriyet.com.tr/ekonomi/17230464.asp?gid=373
2505
2498
# </a>
2506
2499
 
2507
2500
# Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
2569
2562
                        2:00    Turkey  EE%sT   1978 Oct 15
2570
2563
                        3:00    Turkey  TR%sT   1985 Apr 20 # Turkey Time
2571
2564
                        2:00    Turkey  EE%sT   2007
 
2565
                        2:00    EU      EE%sT   2011 Mar 27 1:00u
 
2566
                        2:00    -       EET     2011 Mar 28 1:00u
2572
2567
                        2:00    EU      EE%sT
2573
2568
Link    Europe/Istanbul Asia/Istanbul   # Istanbul is in both continents.
2574
2569