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 b55b4dad99 Teach libpq to handle arbitrary-length lines in .pgpass files. 5 years ago
..
po Translation updates 6 years ago
test Use perl warnings pragma consistently 6 years ago
.gitignore Move wchar.c and encnames.c to src/common/. 6 years ago
Makefile Allow ecpg to be built stand-alone, allow parallel libpq make 6 years ago
README
exports.txt Fix bugs in OpenSSL hook renaming. 6 years ago
fe-auth-scram.c Initial pgindent and pgperltidy run for v13. 6 years ago
fe-auth.c Fix capitalization of messages, per style guide 6 years ago
fe-auth.h Update copyrights for 2020 6 years ago
fe-connect.c Teach libpq to handle arbitrary-length lines in .pgpass files. 5 years ago
fe-exec.c Update copyrights for 2020 6 years ago
fe-gssapi-common.c Update copyrights for 2020 6 years ago
fe-gssapi-common.h Update copyrights for 2020 6 years ago
fe-lobj.c Update copyrights for 2020 6 years ago
fe-misc.c Mop up some no-longer-necessary hacks around printf %.*s format. 6 years ago
fe-print.c Update copyrights for 2020 6 years ago
fe-protocol2.c Clean up newlines following left parentheses 6 years ago
fe-protocol3.c Clean up newlines following left parentheses 6 years ago
fe-secure-common.c Update copyrights for 2020 6 years ago
fe-secure-common.h Update copyrights for 2020 6 years ago
fe-secure-gssapi.c Fix severe memory leaks in GSSAPI encryption support. 6 years ago
fe-secure-openssl.c Fix list of SSL error codes for older OpenSSL versions. 6 years ago
fe-secure.c Rename PQsetSSLKeyPassHook and friends 6 years ago
legacy-pqsignal.c Update copyrights for 2020 6 years ago
libpq-events.c Update copyrights for 2020 6 years ago
libpq-events.h Update copyrights for 2020 6 years ago
libpq-fe.h Fix bugs in OpenSSL hook renaming. 6 years ago
libpq-int.h Rename connection parameters to control min/max SSL protocol version in libpq 6 years ago
nls.mk Translation updates 6 years ago
pg_service.conf.sample
pqexpbuffer.c Update copyrights for 2020 6 years ago
pqexpbuffer.h Update copyrights for 2020 6 years ago
pthread-win32.c Update copyrights for 2020 6 years ago
win32.c Clean up newlines following left parentheses 6 years ago
win32.h

README

src/interfaces/libpq/README

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