1. 22 Sep, 2017 3 commits
    • Alvaro Herrera's avatar
      Document further existing locks as wait events · 885cab58
      Alvaro Herrera authored
      Reported-by: Jeremy Schneider
      Author: Michael Paquier
      Discussion: https://postgr.es/m/CA+fnDAZaPCwfY8Lp-pfLnUGFAXRu1VfLyRgdup-L-kwcBj8MqQ@mail.gmail.com
      885cab58
    • Tom Lane's avatar
      Sync our copy of the timezone library with IANA tzcode master. · 47f849a3
      Tom Lane authored
      This patch absorbs a few unreleased fixes in the IANA code.
      It corresponds to commit 2d8b944c1cec0808ac4f7a9ee1a463c28f9cd00a
      in https://github.com/eggert/tz.  Non-cosmetic changes include:
      
      TZDEFRULESTRING is updated to match current US DST practice,
      rather than what it was over ten years ago.  This only matters
      for interpretation of POSIX-style zone names (e.g., "EST5EDT"),
      and only if the timezone database doesn't include either an exact
      match for the zone name or a "posixrules" entry.  The latter
      should not be true in any current Postgres installation, but
      this could possibly matter when using --with-system-tzdata.
      
      Get rid of a nonportable use of "++var" on a bool var.
      This is part of a larger fix that eliminates some vestigial
      support for consecutive leap seconds, and adds checks to
      the "zic" compiler that the data files do not specify that.
      
      Remove a couple of ancient compatibility hacks.  The IANA
      crew think these are obsolete, and I tend to agree.  But
      perhaps our buildfarm will think different.
      
      Back-patch to all supported branches, in line with our policy
      that all branches should be using current IANA code.  Before v10,
      this includes application of current pgindent rules, to avoid
      whitespace problems in future back-patches.
      
      Discussion: https://postgr.es/m/E1dsWhf-0000pT-F9@gemulon.postgresql.org
      47f849a3
    • Tom Lane's avatar
      Revert "Fix bool/int type confusion" · a890432a
      Tom Lane authored
      This reverts commit 0ec2e908.
      We'll use the upstream (IANA) fix instead.
      a890432a
  2. 21 Sep, 2017 4 commits
  3. 20 Sep, 2017 13 commits
  4. 19 Sep, 2017 14 commits
  5. 18 Sep, 2017 6 commits