postgresql/src/include/libpq
Heikki Linnakangas e453cc2741 Make Port->ssl_in_use available, even when built with !USE_SSL
Code that check the flag no longer need #ifdef's, which is more convenient.
In particular, makes it easier to write extensions that depend on it.

In the passing, modify sslinfo's ssl_is_used function to check ssl_in_use
instead of the OpenSSL specific 'ssl' pointer. It doesn't make any
difference currently, as sslinfo is only compiled when built with OpenSSL,
but seems cleaner anyway.
2014-11-25 09:46:11 +02:00
..
auth.h Cleanups from the remove-native-krb5 patch 2014-03-16 15:22:45 +01:00
be-fsstubs.h Rename lo_create(oid, bytea) to lo_from_bytea(). 2014-06-12 15:39:09 -04:00
crypt.h Log a detail message for auth failures due to missing or expired password. 2014-01-27 21:04:09 -05:00
hba.h Cleanups from the remove-native-krb5 patch 2014-03-16 15:22:45 +01:00
ip.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
libpq-be.h Make Port->ssl_in_use available, even when built with !USE_SSL 2014-11-25 09:46:11 +02:00
libpq-fs.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
libpq.h Fix thinko in commit 2bd9e412f9. 2014-11-05 17:12:23 -05:00
md5.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pqcomm.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pqformat.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pqmq.h pqmq.h needs to include something that defines StringInfo. 2014-11-03 12:24:42 -05:00
pqsignal.h Update copyright for 2014 2014-01-07 16:05:30 -05:00