Re: PG 14 release notes, first draft

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: Ian Lawrence Barwick <barwick(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PG 14 release notes, first draft
Date: 2021-05-13 03:26:06
Message-ID: 20210513032606.GE11075@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, May 12, 2021 at 06:19:28PM -0400, Álvaro Herrera wrote:
> > I am hesitant to merge them since they are different changes.
>
> Different? The commit IDs look pretty similar to me, not to say exactly
> identical.
>
> Reading these, it's pretty unclear what password_encryption *is* in the
> first place. The item should say "the password_encryption server
> parameter" -- that's what we have in the pg10 note for precursor commit
> eb61136dc.
>
> I would suggest
>
> <para>
> Change the default of the password_encryption server parameter to
> scram-sha-256.
> </para>
>
> <para>
> Also, the legacy (and undocumented) boolean-like values which were
> previously synonyms of <literal>md5</literal> are no longer accepted.
> </para>

OK, updated text:

<listitem>
<!--
Author: Peter Eisentraut <peter(at)eisentraut(dot)org>
2020-06-10 [c7eab0e97] Change default of password_encryption to scram-sha-256
-->

<para>
Change the default of the password_encryption server parameter
to scram-sha-256 (Peter Eisentraut)
</para>

<para>
Previously it was md5. All new passwords will be stored as SHA256
unless this server variable is changed or the password is already
md5-hashed. Also, the legacy (and undocumented) boolean-like
values which were previously synonyms of <literal>md5</literal>
are no longer accepted.
</para>
</listitem>

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

If only the physical world exists, free will is an illusion.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2021-05-13 03:33:32 Re: compute_query_id and pg_stat_statements
Previous Message Julien Rouhaud 2021-05-13 03:23:17 Re: compute_query_id and pg_stat_statements