postgresql/src/interfaces/libpq
Bruce Momjian c8e1ba736b Update copyright for 2023
Backpatch-through: 11
2023-01-02 15:00:37 -05: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 Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-auth.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-auth.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-connect.c Update copyright for 2023 2023-01-02 15:00:37 -05: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 Update copyright for 2023 2023-01-02 15:00:37 -05:00
fe-secure-openssl.c Update copyright for 2023 2023-01-02 15:00:37 -05: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 Update copyright for 2023 2023-01-02 15:00:37 -05:00
Makefile Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
nls.mk libpq error message refactoring 2022-11-15 12:16:50 +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.