postgresql/src/bin
Heikki Linnakangas 91fa7b4719 Add API functions to libpq to interrogate SSL related stuff.
This makes it possible to query for things like the SSL version and cipher
used, without depending on OpenSSL functions or macros. That is a good
thing if we ever get another SSL implementation.

PQgetssl() still works, but it should be considered as deprecated as it
only works with OpenSSL. In particular, PQgetSslInUse() should be used to
check if a connection uses SSL, because as soon as we have another
implementation, PQgetssl() will return NULL even if SSL is in use.
2015-02-03 19:57:52 +02:00
..
initdb Translation updates 2015-02-01 23:23:40 -05:00
pg_basebackup Translation updates 2015-02-01 23:23:40 -05:00
pg_config Translation updates 2015-02-01 23:23:40 -05:00
pg_controldata Translation updates 2015-02-01 23:23:40 -05:00
pg_ctl Translation updates 2015-02-01 23:23:40 -05:00
pg_dump Translation updates 2015-02-01 23:23:40 -05:00
pg_resetxlog Translation updates 2015-02-01 23:23:40 -05:00
pgevent Update copyright for 2015 2015-01-06 11:43:47 -05:00
psql Add API functions to libpq to interrogate SSL related stuff. 2015-02-03 19:57:52 +02:00
scripts Translation updates 2015-02-01 23:23:40 -05:00
Makefile Update copyright for 2015 2015-01-06 11:43:47 -05:00