postgresql/contrib/postgres_fdw
Michael Paquier 0ba71107ef Revert changes for SSL compression in libpq
This partially reverts 096bbf7 and 9d2d457, undoing the libpq changes as
it could cause breakages in distributions that share one single libpq
version across multiple major versions of Postgres for extensions and
applications linking to that.

Note that the backend is unchanged here, and it still disables SSL
compression while simplifying the underlying catalogs that tracked if
compression was enabled or not for a SSL connection.

Per discussion with Tom Lane and Daniel Gustafsson.

Discussion: https://postgr.es/m/YEbq15JKJwIX+S6m@paquier.xyz
2021-03-10 09:35:42 +09:00
..
expected Revert changes for SSL compression in libpq 2021-03-10 09:35:42 +09:00
sql Revert changes for SSL compression in libpq 2021-03-10 09:35:42 +09:00
.gitignore Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
Makefile postgres_fdw: Add function to list cached connections to foreign servers. 2021-01-18 15:11:08 +09:00
connection.c postgres_fdw: Add functions to discard cached connections. 2021-01-26 15:35:54 +09:00
deparse.c Implement support for bulk inserts in postgres_fdw 2021-01-20 23:57:27 +01:00
option.c Implement support for bulk inserts in postgres_fdw 2021-01-20 23:57:27 +01:00
postgres_fdw--1.0--1.1.sql postgres_fdw: Add functions to discard cached connections. 2021-01-26 15:35:54 +09:00
postgres_fdw--1.0.sql Add postgres_fdw contrib module. 2013-02-21 05:27:16 -05:00
postgres_fdw.c Fix tuple routing to initialize batching only for inserts 2021-02-18 00:03:45 +01:00
postgres_fdw.control postgres_fdw: Add function to list cached connections to foreign servers. 2021-01-18 15:11:08 +09:00
postgres_fdw.h Implement support for bulk inserts in postgres_fdw 2021-01-20 23:57:27 +01:00
shippable.c Replace remaining uses of "whitelist". 2021-01-05 14:00:16 +13:00