postgresql/src/interfaces/libpq
Peter Eisentraut 221a642fd7 Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 6844264538c40560f66c90965bc84206e53a0418
2026-02-08 15:11:05 +01:00
..
po Translation updates 2026-02-08 15:11:05 +01:00
t Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
test Add Windows file version information to libpq/test programs. 2022-07-03 13:07:23 -07: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 Fix comment in fe-auth-scram.c 2022-11-30 08:38:27 +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: Prevent some overflows of int/size_t 2025-11-10 06:03:05 -08:00
fe-exec.c libpq: Prevent some overflows of int/size_t 2025-11-10 06:03:05 -08: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 Don't reduce output request size on non-Unix-socket connections. 2025-06-10 18:39:34 -04:00
fe-print.c libpq: Prevent some overflows of int/size_t 2025-11-10 06:03:05 -08:00
fe-protocol3.c libpq: Prevent some overflows of int/size_t 2025-11-10 06:03:05 -08: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 Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. 2025-10-05 16:27:47 -04:00
fe-secure-openssl.c libpq: Use strerror_r instead of strerror 2024-07-28 09:25:52 +02:00
fe-secure.c Be more wary about OpenSSL not setting errno on error. 2023-12-11 11:51:56 -05:00
fe-trace.c libpq: Fix PQtrace() format for non-printable characters 2025-09-03 12:54:32 +09:00
legacy-pqsignal.c Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. 2025-01-14 18:50:24 -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 libpq: Prevent some overflows of int/size_t 2025-11-10 06:03:05 -08:00
Makefile Don't put library-supplied -L/-I switches before user-supplied ones. 2025-07-29 15:17:41 -04:00
nls.mk Translation updates 2022-11-07 14:04:05 +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 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 Clean up Windows-specific mutex code in libpq and ecpglib. 2024-02-09 11:11:39 -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.