postgresql/src/backend/catalog
Michael Paquier f9264d1524 Remove support for SSL compression
PostgreSQL disabled compression as of e3bdb2d and the documentation
recommends against using it since.  Additionally, SSL compression has
been disabled in OpenSSL since version 1.1.0, and was disabled in many
distributions long before that.  The most recent TLS version, TLSv1.3,
disallows compression at the protocol level.

This commit removes the feature itself, removing support for the libpq
parameter sslcompression (parameter still listed for compatibility
reasons with existing connection strings, just ignored), and removes
the equivalent field in pg_stat_ssl and de facto PgBackendSSLStatus.

Note that, on top of removing the ability to activate compression by
configuration, compression is actively disabled in both frontend and
backend to avoid overrides from local configurations.

A TAP test is added for deprecated SSL parameters to check after
backwards compatibility.

Bump catalog version.

Author: Daniel Gustafsson
Reviewed-by: Peter Eisentraut, Magnus Hagander, Michael Paquier
Discussion:  https://postgr.es/m/7E384D48-11C5-441B-9EC3-F7DB1F8518F6@yesql.se
2021-03-09 11:16:47 +09:00
..
.gitignore Build in some knowledge about foreign-key relationships in the catalogs. 2021-02-02 17:11:55 -05:00
aclchk.c Allow GRANTED BY clause in normal GRANT and REVOKE statements 2021-01-30 09:45:11 +01:00
catalog.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
Catalog.pm Build in some knowledge about foreign-key relationships in the catalogs. 2021-02-02 17:11:55 -05:00
dependency.c Use errmsg_internal for debug messages 2021-02-17 11:33:25 +01:00
genbki.pl Remove special BKI_LOOKUP magic for namespace and role OIDs. 2021-02-03 12:01:48 -05:00
heap.c Prevent drop of tablespaces used by partitioned relations 2021-01-14 15:32:14 -03:00
index.c Hide internal error for pg_collation_actual_version(<bad OID>). 2021-02-22 23:01:20 +13:00
indexing.c Pass down "logically unchanged index" hint. 2021-01-13 08:11:00 -08:00
information_schema.sql Routine usage information schema tables 2021-02-17 18:16:06 +01:00
Makefile Build in some knowledge about foreign-key relationships in the catalogs. 2021-02-02 17:11:55 -05:00
namespace.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
objectaccess.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
objectaddress.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
partition.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_aggregate.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_cast.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_collation.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_constraint.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_conversion.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_db_role_setting.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_depend.c Hide internal error for pg_collation_actual_version(<bad OID>). 2021-02-22 23:01:20 +13:00
pg_enum.c Rename "enum blacklist" to "uncommitted enums". 2021-01-05 12:38:48 +13:00
pg_inherits.c Disallow converting an inheritance child table to a view. 2021-02-06 15:17:01 -05:00
pg_largeobject.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_namespace.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_operator.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_proc.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_publication.c Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables. 2021-01-30 00:11:38 -08:00
pg_range.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_shdepend.c Prevent drop of tablespaces used by partitioned relations 2021-01-14 15:32:14 -03:00
pg_subscription.c Fix relcache reference leak introduced by ce0fdbfe97. 2021-02-25 07:48:24 +05:30
pg_type.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
sql_feature_packages.txt Cleanup in SQL features files 2020-03-28 08:46:18 +01:00
sql_features.txt Add trim_array() function. 2021-03-03 16:39:57 -05:00
storage.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
system_views.sql Remove support for SSL compression 2021-03-09 11:16:47 +09:00
toasting.c Update copyright for 2021 2021-01-02 13:06:25 -05:00