1. 23 Sep, 2017 4 commits
    • Tom Lane's avatar
      Remove pgbench "progress" test pending solution of its timing issues. · ad51c6fb
      Tom Lane authored
      Buildfarm member skink shows that this is even more flaky than
      I thought.  There are probably some actual pgbench bugs here
      as well as a timing dependency.  But we can't have stuff this
      unstable in the buildfarm, it obscures other issues.
      ad51c6fb
    • Tom Lane's avatar
      Ten-second timeout in 013_crash_restart.pl is not enough, let's try 60. · 01c7d3ef
      Tom Lane authored
      Per buildfarm member topminnow.
      01c7d3ef
    • Peter Eisentraut's avatar
      Refactor new file permission handling · 0c5803b4
      Peter Eisentraut authored
      The file handling functions from fd.c were called with a diverse mix of
      notations for the file permissions when they were opening new files.
      Almost all files created by the server should have the same permissions
      set.  So change the API so that e.g. OpenTransientFile() automatically
      uses the standard permissions set, and OpenTransientFilePerm() is a new
      function that takes an explicit permissions set for the few cases where
      it is needed.  This also saves an unnecessary argument for call sites
      that are just opening an existing file.
      
      While we're reviewing these APIs, get rid of the FileName typedef and
      use the standard const char * for the file name and mode_t for the file
      mode.  This makes these functions match other file handling functions
      and removes an unnecessary layer of mysteriousness.  We can also get rid
      of a few casts that way.
      
      Author: David Steele <david@pgmasters.net>
      0c5803b4
    • Alvaro Herrera's avatar
      Test BRIN autosummarization · 404ba54e
      Alvaro Herrera authored
      There was no coverage for this code.
      
      Reported-by: Nikolay Shaplov, Tom Lane
      Discussion: https://postgr.es/m/2700647.XEouBYNZic@x200m
      	https://postgr.es/m/13849.1506114543@sss.pgh.pa.us
      404ba54e
  2. 22 Sep, 2017 16 commits
  3. 21 Sep, 2017 4 commits
  4. 20 Sep, 2017 13 commits
  5. 19 Sep, 2017 3 commits