You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/interfaces/libpq
Tom Lane 137935bd11 Don't reduce output request size on non-Unix-socket connections. 7 months ago
..
po Translation updates 8 months ago
t Replace deprecated log_connections values in docs and tests 8 months ago
test meson: Add missing dependencies for libpq tests 11 months ago
.gitignore Run tap tests in src/interfaces/libpq. 4 years ago
Makefile oauth: Correct missing comma in Requires.private 8 months ago
README
exports.txt oauth: Move the builtin flow into a separate module 8 months ago
fe-auth-oauth.c oauth: Limit JSON parsing depth in the client 8 months ago
fe-auth-oauth.h oauth: Move the builtin flow into a separate module 8 months ago
fe-auth-sasl.h libpq: Handle asynchronous actions during SASL 11 months ago
fe-auth-scram.c Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays 8 months ago
fe-auth.c Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays 8 months ago
fe-auth.h Add support for OAUTHBEARER SASL mechanism 11 months ago
fe-cancel.c Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays 8 months ago
fe-connect.c Fix assorted new memory leaks in libpq. 8 months ago
fe-exec.c With GB18030, prevent SIGSEGV from reading past end of allocation. 8 months ago
fe-gssapi-common.c Update copyright for 2025 1 year ago
fe-gssapi-common.h Update copyright for 2025 1 year ago
fe-lobj.c libpq: Deprecate pg_int64. 10 months ago
fe-misc.c Don't reduce output request size on non-Unix-socket connections. 7 months ago
fe-print.c Update copyright for 2025 1 year ago
fe-protocol3.c Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays 8 months ago
fe-secure-common.c Update copyright for 2025 1 year ago
fe-secure-common.h Update copyright for 2025 1 year ago
fe-secure-gssapi.c Don't reduce output request size on non-Unix-socket connections. 7 months ago
fe-secure-openssl.c Quote filename in error message 9 months ago
fe-secure.c Update copyright for 2025 1 year ago
fe-trace.c libpq: Trace all NegotiateProtocolVersion fields 10 months ago
legacy-pqsignal.c Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. 12 months ago
libpq-events.c Update copyright for 2025 1 year ago
libpq-events.h Update copyright for 2025 1 year ago
libpq-fe.h libpq: Deprecate pg_int64. 10 months ago
libpq-int.h Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays 8 months ago
meson.build oauth: Move the builtin flow into a separate module 8 months ago
nls.mk oauth: Move the builtin flow into a separate module 8 months ago
pg_service.conf.sample
pqexpbuffer.c Update copyright for 2025 1 year ago
pqexpbuffer.h Update copyright for 2025 1 year ago
pthread-win32.c Update copyright for 2025 1 year ago
win32.c Update copyright for 2025 1 year ago
win32.h Recognize network-failure errnos as indicating hard connection loss. 5 years ago

README

src/interfaces/libpq/README

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