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 6bdf1a1400 Fix collection of typos in the code and the documentation 4 years ago
..
po Translation updates 4 years ago
t Fix collection of typos in the code and the documentation 4 years ago
test Convert src/interfaces/libpq/test to a tap test. 4 years ago
.gitignore Run tap tests in src/interfaces/libpq. 4 years ago
Makefile Run tap tests in src/interfaces/libpq. 4 years ago
README
exports.txt Add PQsendFlushRequest to libpq 4 years ago
fe-auth-sasl.h Update copyright for 2022 4 years ago
fe-auth-scram.c Improve error handling of HMAC computations 4 years ago
fe-auth.c Rearrange libpq's error reporting to avoid duplicated error text. 4 years ago
fe-auth.h Improve error handling of HMAC computations 4 years ago
fe-connect.c Fix pg_regress to print the correct postmaster address on Windows. 4 years ago
fe-exec.c Adjust interaction of libpq pipeline mode with errorMessage resets. 4 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 Move libpq's write_failed mechanism down to pqsecure_raw_write(). 4 years ago
fe-print.c Update copyright for 2022 4 years ago
fe-protocol3.c Rearrange libpq's error reporting to avoid duplicated error text. 4 years ago
fe-secure-common.c Update copyright for 2022 4 years ago
fe-secure-common.h Update copyright for 2022 4 years ago
fe-secure-gssapi.c Update copyright for 2022 4 years ago
fe-secure-openssl.c Allow root-owned SSL private keys in libpq, not only the backend. 4 years ago
fe-secure.c Move libpq's write_failed mechanism down to pqsecure_raw_write(). 4 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 Update copyright for 2022 4 years ago
libpq-int.h Rearrange libpq's error reporting to avoid duplicated error text. 4 years ago
nls.mk Translation updates 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 Update copyright for 2022 4 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.