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
Michael Paquier b1ec7f47e3 Cleanup more code and comments related to Windows NT4 (XP days) 3 years ago
..
po NLS: Put list of available languages into LINGUAS files 4 years ago
t Pre-beta mechanical code beautification. 4 years ago
test Add Windows file version information to libpq/test programs. 4 years ago
.gitignore Run tap tests in src/interfaces/libpq. 4 years ago
Makefile Don't define FRONTEND for libpq 3 years ago
README
exports.txt Add PQsendFlushRequest to libpq 5 years ago
fe-auth-sasl.h Update copyright for 2022 4 years ago
fe-auth-scram.c libpq code should use libpq_gettext(), not _() 3 years ago
fe-auth.c Remove redundant null pointer checks before free() 4 years ago
fe-auth.h Improve error handling of HMAC computations 4 years ago
fe-connect.c Remove configure probe for sockaddr_in6 and require AF_INET6. 3 years ago
fe-exec.c Add missing bad-PGconn guards in libpq entry points. 3 years ago
fe-gssapi-common.c Update copyright for 2022 4 years ago
fe-gssapi-common.h Update copyright for 2022 4 years ago
fe-lobj.c Rearrange libpq's error reporting to avoid duplicated error text. 4 years ago
fe-misc.c Remove configure probe for sys/select.h. 3 years ago
fe-print.c Clean up inconsistent use of fflush(). 3 years ago
fe-protocol3.c Remove configure probe for netinet/tcp.h. 3 years ago
fe-secure-common.c Remove redundant null pointer checks before free() 4 years ago
fe-secure-common.h libpq: Allow IP address SANs in server certificates 4 years ago
fe-secure-gssapi.c Update copyright for 2022 4 years ago
fe-secure-openssl.c Remove configure probe for netinet/tcp.h. 3 years ago
fe-secure.c Remove configure probe for netinet/tcp.h. 3 years ago
fe-trace.c Update copyright for 2022 4 years ago
legacy-pqsignal.c Update copyright for 2022 4 years ago
libpq-events.c Don't let libpq "event" procs break the state of PGresult objects. 4 years ago
libpq-events.h Update copyright for 2022 4 years ago
libpq-fe.h Enable SSL library detection via PQsslAttribute() 4 years ago
libpq-int.h libpq code should use libpq_gettext(), not _() 3 years ago
nls.mk Revert "Use wildcards instead of manually-maintained file lists in */nls.mk." 4 years ago
pg_service.conf.sample
pqexpbuffer.c Update copyright for 2022 4 years ago
pqexpbuffer.h Update copyright for 2022 4 years ago
pthread-win32.c Update copyright for 2022 4 years ago
win32.c Cleanup more code and comments related to Windows NT4 (XP days) 3 years 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.