postgresql/src/interfaces/libpq
Peter Eisentraut 6a8a7b1ccb Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: dde45df385dab9032155c1f867b677d55695310c
2022-05-16 11:12:42 +02:00
..
po Translation updates 2022-05-16 11:12:42 +02:00
t Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
test Rename libpq test programs with libpq_ prefix 2022-05-04 14:15:25 +02: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 2022 2022-01-07 19:04:57 -05:00
fe-auth-scram.c Improve error handling of HMAC computations 2022-01-13 16:17:21 +09:00
fe-auth.c Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
fe-auth.h Improve error handling of HMAC computations 2022-01-13 16:17:21 +09:00
fe-connect.c libpq: drop pending pipelined commands in pqDropConnection(). 2022-05-12 13:08:31 -04:00
fe-exec.c Fix missed cases in libpq's error handling. 2022-04-21 17:12:49 -04:00
fe-gssapi-common.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
fe-gssapi-common.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
fe-lobj.c Rearrange libpq's error reporting to avoid duplicated error text. 2022-02-18 15:35:21 -05:00
fe-misc.c Move libpq's write_failed mechanism down to pqsecure_raw_write(). 2022-02-12 14:00:09 -05:00
fe-print.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
fe-protocol3.c Fix missed cases in libpq's error handling. 2022-04-21 17:12:49 -04:00
fe-secure-common.c Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
fe-secure-common.h libpq: Allow IP address SANs in server certificates 2022-04-01 15:51:23 +02:00
fe-secure-gssapi.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
fe-secure-openssl.c Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
fe-secure.c Move libpq's write_failed mechanism down to pqsecure_raw_write(). 2022-02-12 14:00:09 -05:00
fe-trace.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
legacy-pqsignal.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
libpq-events.c Don't let libpq "event" procs break the state of PGresult objects. 2022-02-18 11:37:27 -05:00
libpq-events.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
libpq-fe.h Enable SSL library detection via PQsslAttribute() 2022-03-29 14:02:45 +02:00
libpq-int.h Fix missed cases in libpq's error handling. 2022-04-21 17:12:49 -04:00
Makefile libpq: Fix pkg-config without OpenSSL 2022-04-01 17:15:24 +02:00
nls.mk Add missing source files to nls.mk 2022-05-11 06:16:56 +02: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 2022 2022-01-07 19:04:57 -05:00
pqexpbuffer.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
pthread-win32.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
win32.c Update copyright for 2022 2022-01-07 19:04:57 -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.