postgresql/src/interfaces/libpq
Peter Eisentraut 1598d06b14 Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 8edd578f1856e2ac142bb3bb7090ec0a58cd8ac6
2026-02-23 13:53:35 +01:00
..
po Translation updates 2026-02-23 13:53:35 +01:00
t Simplify newline handling in libpq TAP test 2025-10-29 09:55:48 +09:00
test meson: Add missing dependencies for libpq tests 2025-02-04 17:56:19 -05:00
.gitignore Run tap tests in src/interfaces/libpq. 2022-02-26 16:51:47 -08:00
exports.txt libpq: Remove PQservice() 2025-07-09 12:46:18 +09:00
fe-auth-oauth.c libpq: Align oauth_json_set_error() with other NLS patterns 2025-12-15 13:30:48 -08:00
fe-auth-oauth.h oauth: Move the builtin flow into a separate module 2025-05-01 09:14:30 -07:00
fe-auth-sasl.h libpq: Handle asynchronous actions during SASL 2025-02-06 22:19:21 +01:00
fe-auth-scram.c Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays 2025-05-08 22:01:25 +03:00
fe-auth.c Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays 2025-05-08 22:01:25 +03:00
fe-auth.h Add support for OAUTHBEARER SASL mechanism 2025-02-20 16:25:17 +01:00
fe-cancel.c libpq: Complain about missing BackendKeyData later with PGgetCancel() 2025-08-01 18:27:47 +03:00
fe-connect.c libpq: Prevent some overflows of int/size_t 2025-11-10 06:03:01 -08:00
fe-exec.c libpq: Prevent some overflows of int/size_t 2025-11-10 06:03:01 -08:00
fe-gssapi-common.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
fe-gssapi-common.h Update copyright for 2025 2025-01-01 11:21:55 -05:00
fe-lobj.c libpq: Deprecate pg_int64. 2025-03-25 21:40:00 +13: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:01 -08:00
fe-protocol3.c libpq: Prevent some overflows of int/size_t 2025-11-10 06:03:01 -08:00
fe-secure-common.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
fe-secure-common.h Update copyright for 2025 2025-01-01 11:21:55 -05: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 Fix typo 2025-11-18 19:31:23 +01:00
fe-secure.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
fe-trace.c libpq: Fix PQtrace() format for non-printable characters 2025-09-03 12:54:27 +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 Update copyright for 2025 2025-01-01 11:21:55 -05:00
libpq-events.h Update copyright for 2025 2025-01-01 11:21:55 -05:00
libpq-fe.h libpq-fe.h: Don't claim SOCKTYPE in the global namespace 2025-12-17 11:54:47 -08:00
libpq-int.h libpq: Prevent some overflows of int/size_t 2025-11-10 06:03:01 -08:00
Makefile Don't put library-supplied -L/-I switches before user-supplied ones. 2025-07-29 15:17:40 -04:00
meson.build oauth: Move the builtin flow into a separate module 2025-05-01 09:14:30 -07:00
nls.mk libpq: Align oauth_json_set_error() with other NLS patterns 2025-12-15 13:30:48 -08: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 2025 2025-01-01 11:21:55 -05:00
pqexpbuffer.h Update copyright for 2025 2025-01-01 11:21:55 -05:00
pthread-win32.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
win32.c Update copyright for 2025 2025-01-01 11:21:55 -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.