postgresql/src/interfaces/libpq
Peter Eisentraut 6a3002715e meson: Make auto the default of the ssl option
The 'ssl' option is of type 'combo', but we add a choice 'auto' that
simulates the behavior of a feature option.  This way, openssl is used
automatically by default if present, but we retain the ability to
potentially select another ssl library.

Author: Nazir Bilal Yavuz <byavuz81@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/ad65ffd1-a9a7-fda1-59c6-f7dc763c3051%40enterprisedb.com
2023-03-13 07:04:11 +01:00
..
po Update copyright for 2023 2023-01-02 15:00:37 -05:00
t Update copyright for 2023 2023-01-02 15:00:37 -05:00
test Update copyright for 2023 2023-01-02 15:00:37 -05:00
.gitignore Run tap tests in src/interfaces/libpq. 2022-02-26 16:51:47 -08:00
exports.txt Add PQsendFlushRequest to libpq 2021-06-29 14:37:39 -04:00
fe-auth-sasl.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-auth-scram.c Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connect.c 2023-03-09 15:09:45 +09:00
fe-auth.c Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connect.c 2023-03-09 15:09:45 +09:00
fe-auth.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-connect.c Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connect.c 2023-03-09 15:09:45 +09:00
fe-exec.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-gssapi-common.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-gssapi-common.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-lobj.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-misc.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-print.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-protocol3.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-secure-common.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-secure-common.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-secure-gssapi.c Properly NULL-terminate GSS receive buffer on error packet reception 2023-02-06 11:20:07 +09:00
fe-secure-openssl.c Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates 2023-02-15 10:12:16 +09:00
fe-secure.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-trace.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
legacy-pqsignal.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
libpq-events.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
libpq-events.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
libpq-fe.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
libpq-int.h Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates 2023-02-15 10:12:16 +09:00
Makefile Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build meson: Make auto the default of the ssl option 2023-03-13 07:04:11 +01:00
nls.mk Break up long GETTEXT_FILES lists 2023-03-08 15:05:43 +01:00
pg_service.conf.sample Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pqexpbuffer.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pqexpbuffer.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
pthread-win32.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
win32.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
win32.h Recognize network-failure errnos as indicating hard connection loss. 2020-10-10 13:28:12 -04:00

src/interfaces/libpq/README

This directory contains the C version of Libpq, the POSTGRES frontend library.