1. 24 Sep, 2017 2 commits
    • Peter Eisentraut's avatar
      doc: Expand user documentation on SCRAM · 9b31c72a
      Peter Eisentraut authored
      Explain more about how the different password authentication methods and
      the password_encryption settings relate to each other, give some
      upgrading advice, and set a better link from the release notes.
      Reviewed-by: default avatarJeff Janes <jeff.janes@gmail.com>
      9b31c72a
    • Peter Eisentraut's avatar
      Fix pg_basebackup test to original intent · 74ca8f9b
      Peter Eisentraut authored
      One test case was meant to check that pg_basebackup does not succeed
      when a slot is specified with -S but WAL streaming is not selected,
      which used to require specifying -X stream.  Since -X stream is the
      default in PostgreSQL 10, this test case no longer covers that meaning,
      but the pg_basebackup invocation happened to fail anyway for the
      unrelated reason that the specified replication slot does not exist.  To
      fix, move the test case to later in the file where the slot does exist,
      and add -X none to the invocation so that it covers the originally meant
      behavior.
      
      extracted from a patch by Michael Banck <michael.banck@credativ.de>
      74ca8f9b
  2. 23 Sep, 2017 7 commits
  3. 22 Sep, 2017 16 commits
  4. 21 Sep, 2017 4 commits
  5. 20 Sep, 2017 11 commits