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
Álvaro Herrera 3b5b99f6f1
Translation updates
1 year ago
..
po Translation updates 1 year ago
t Pre-beta mechanical code beautification. 3 years ago
test meson: Add missing dependencies for libpq tests 1 year ago
.gitignore Run tap tests in src/interfaces/libpq. 4 years ago
Makefile pkg-config Requires.private entries should be comma-separated 3 years ago
README Remove cvs keywords from all files. 16 years ago
exports.txt De-Revert "Add support for Kerberos credential delegation" 3 years ago
fe-auth-sasl.h Update copyright for 2023 3 years ago
fe-auth-scram.c Make SCRAM iteration count configurable 3 years ago
fe-auth.c Include <limits.h> in fe-auth.c, to get CHAR_BIT reliably. 3 years ago
fe-auth.h Make SCRAM iteration count configurable 3 years ago
fe-connect.c libpq: Bail out during SSL/GSS negotiation errors 1 year ago
fe-exec.c Make escaping functions retain trailing bytes of an invalid character. 1 year ago
fe-gssapi-common.c Update copyright for 2023 3 years ago
fe-gssapi-common.h Update copyright for 2023 3 years ago
fe-lobj.c Pre-beta mechanical code beautification. 3 years ago
fe-misc.c Avoid concurrent calls to bindtextdomain(). 2 years ago
fe-print.c Pre-beta mechanical code beautification. 3 years ago
fe-protocol3.c Fix handling of errors in libpq pipelines 2 years ago
fe-secure-common.c Pre-beta mechanical code beautification. 3 years ago
fe-secure-common.h Update copyright for 2023 3 years ago
fe-secure-gssapi.c Fix timing-dependent failure in GSSAPI data transmission. 2 years ago
fe-secure-openssl.c libpq: Use strerror_r instead of strerror 2 years ago
fe-secure.c Be more wary about OpenSSL not setting errno on error. 2 years ago
fe-trace.c Fix various typos and incorrect/outdated name references 3 years ago
legacy-pqsignal.c Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. 1 year ago
libpq-events.c Update copyright for 2023 3 years ago
libpq-events.h Update copyright for 2023 3 years ago
libpq-fe.h De-Revert "Add support for Kerberos credential delegation" 3 years ago
libpq-int.h Fix handling of errors in libpq pipelines 2 years ago
meson.build meson: Add missing dependencies for libpq tests 1 year ago
nls.mk libpq: Add missing gettext trigger 3 years ago
pg_service.conf.sample Remove useless whitespace at end of lines 16 years ago
pqexpbuffer.c Update copyright for 2023 3 years ago
pqexpbuffer.h Update copyright for 2023 3 years ago
pthread-win32.c Clean up Windows-specific mutex code in libpq and ecpglib. 2 years ago
win32.c Update copyright for 2023 3 years ago
win32.h Recognize network-failure errnos as indicating hard connection loss. 6 years ago

README

src/interfaces/libpq/README

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