1. 28 Sep, 2019 2 commits
    • Tom Lane's avatar
      Improve stability of partition_prune regression test. · 4ea03f3f
      Tom Lane authored
      This test already knew that, to get stable test output, it had to hide
      "loops" counts in EXPLAIN ANALYZE results.  But that's not nearly enough:
      if we get a smaller number of workers than we planned for, then the
      "Workers Launched" number will change, and so will all the rows and loops
      counts up to the Gather node.  This has resulted in repeated failures in
      the buildfarm, so adjust the test to filter out all these counts.
      
      (Really, we wouldn't bother with EXPLAIN ANALYZE at all here, except
      that currently the only way to verify that executor-time pruning has
      happened is to look for '(never executed)' annotations.  Those are
      stable and needn't be filtered out.)
      
      Back-patch to v11 where the test was introduced.
      
      Discussion: https://postgr.es/m/11952.1569536725@sss.pgh.pa.us
      4ea03f3f
    • Michael Paquier's avatar
      Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.c · 55282fa2
      Michael Paquier authored
      HEAD supports OpenSSL 0.9.8 and newer versions, and this code likely got
      forgotten as its surrounding comments mention an incorrect version
      number.
      
      Author: Michael Paquier
      Reviewed-by: Peter Eisentraut
      Discussion: https://postgr.es/m/20190927032311.GB8485@paquier.xyz
      55282fa2
  2. 27 Sep, 2019 11 commits
  3. 26 Sep, 2019 6 commits
  4. 25 Sep, 2019 15 commits
  5. 24 Sep, 2019 5 commits
  6. 23 Sep, 2019 1 commit