1. 27 Jun, 2018 8 commits
  2. 26 Jun, 2018 13 commits
  3. 25 Jun, 2018 4 commits
    • Alvaro Herrera's avatar
      Update obsolete comments · 322548a8
      Alvaro Herrera authored
      Commit 9fab40ad removed some pre-allocating logic in
      reorderbuffer.c, but left outdated comments in place.  Repair.
      
      Author: Álvaro Herrera
      322548a8
    • Alvaro Herrera's avatar
      Stamp 11beta2. · 1d4e5edc
      Alvaro Herrera authored
      1d4e5edc
    • Peter Eisentraut's avatar
      Translation updates · 299addd5
      Peter Eisentraut authored
      Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
      Source-Git-Hash: 884f33d735870f94357820800840af3e93ff4628
      299addd5
    • Michael Paquier's avatar
      Address set of issues with errno handling · 6cb33724
      Michael Paquier authored
      System calls mixed up in error code paths are causing two issues which
      several code paths have not correctly handled:
      1) For write() calls, sometimes the system may return less bytes than
      what has been written without errno being set.  Some paths were careful
      enough to consider that case, and assumed that errno should be set to
      ENOSPC, other calls missed that.
      2) errno generated by a system call is overwritten by other system calls
      which may succeed once an error code path is taken, causing what is
      reported to the user to be incorrect.
      
      This patch uses the brute-force approach of correcting all those code
      paths.  Some refactoring could happen in the future, but this is let as
      future work, which is not targeted for back-branches anyway.
      
      Author: Michael Paquier
      Reviewed-by: Ashutosh Sharma
      Discussion: https://postgr.es/m/20180622061535.GD5215@paquier.xyz
      6cb33724
  4. 24 Jun, 2018 2 commits
  5. 23 Jun, 2018 3 commits
  6. 22 Jun, 2018 6 commits
  7. 21 Jun, 2018 4 commits