postgresql/contrib/postgres_fdw
Peter Eisentraut 5c55dc8b47 libpq: Set Server Name Indication (SNI) for SSL connections
By default, have libpq set the TLS extension "Server Name Indication" (SNI).

This allows an SNI-aware SSL proxy to route connections.  (This
requires a proxy that is aware of the PostgreSQL protocol, not just
any SSL proxy.)

In the future, this could also allow the server to use different SSL
certificates for different host specifications.  (That would require
new server functionality.  This would be the client-side functionality
for that.)

Since SNI makes the host name appear in cleartext in the network
traffic, this might be undesirable in some cases.  Therefore, also add
a libpq connection option "sslsni" to turn it off.

Discussion: https://www.postgresql.org/message-id/flat/7289d5eb-62a5-a732-c3b9-438cee2cb709%40enterprisedb.com
2021-04-07 15:11:41 +02:00
..
expected libpq: Set Server Name Indication (SNI) for SSL connections 2021-04-07 15:11:41 +02:00
sql postgres_fdw: Allow partitions specified in LIMIT TO to be imported. 2021-04-07 02:32:10 +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 option to control whether to keep connections open. 2021-04-02 19:45:42 +09:00
deparse.c Rework planning and execution of UPDATE and DELETE. 2021-03-31 11:52:37 -04:00
option.c postgres_fdw: Add option to control whether to keep connections open. 2021-04-02 19:45:42 +09: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 postgres_fdw: Allow partitions specified in LIMIT TO to be imported. 2021-04-07 02:32:10 +09: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 Add support for asynchronous execution. 2021-03-31 18:45:00 +09:00
shippable.c Replace remaining uses of "whitelist". 2021-01-05 14:00:16 +13:00