pgsql: Introduce a psql "\connect -reuse-previous=on|off" option. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Introduce a psql "\connect -reuse-previous=on|off" option.
Date
Msg-id E1bWlGS-0006pw-OK@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Introduce a psql "\connect -reuse-previous=on|off" option.

The decision to reuse values of parameters from a previous connection
has been based on whether the new target is a conninfo string.  Add this
means of overriding that default.  This feature arose as one component
of a fix for security vulnerabilities in pg_dump, pg_dumpall, and
pg_upgrade, so back-patch to 9.1 (all supported versions).  In 9.3 and
later, comment paragraphs that required update had already-incorrect
claims about behavior when no connection is open; fix those problems.

Security: CVE-2016-5424

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/cf7e5f55bfd56fc811018c5c56fd5fba6e9b87be

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml |  21 ++++----
src/bin/psql/command.c         | 110 ++++++++++++++++++++++++++++-------------
src/bin/psql/startup.c         |   2 +-
3 files changed, 89 insertions(+), 44 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Last-minute updates for release notes.
Next
From: Noah Misch
Date:
Subject: pgsql: Back-patch "Only quote libpq connection string values that need