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
Peter Eisentraut 9288d62bb4 Support channel binding 'tls-unique' in SCRAM 8 years ago
..
po Translation updates 9 years ago
test Fix script name in README. 9 years ago
.gitignore Add port/strnlen support to libpq and ecpg Makefiles. 8 years ago
Makefile Add port/strnlen support to libpq and ecpg Makefiles. 8 years ago
README
exports.txt Add PQencryptPasswordConn function to libpq, use it in psql and createuser. 9 years ago
fe-auth-scram.c Support channel binding 'tls-unique' in SCRAM 8 years ago
fe-auth.c Support channel binding 'tls-unique' in SCRAM 8 years ago
fe-auth.h Support channel binding 'tls-unique' in SCRAM 8 years ago
fe-connect.c Add some const decorations to prototypes 8 years ago
fe-exec.c Change TRUE/FALSE to true/false 8 years ago
fe-lobj.c Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h. 8 years ago
fe-misc.c Change TRUE/FALSE to true/false 8 years ago
fe-print.c In psql, use PSQL_PAGER in preference to PAGER, if it's set. 8 years ago
fe-protocol2.c Change TRUE/FALSE to true/false 8 years ago
fe-protocol3.c Change TRUE/FALSE to true/false 8 years ago
fe-secure-openssl.c Support channel binding 'tls-unique' in SCRAM 8 years ago
fe-secure.c Change TRUE/FALSE to true/false 8 years ago
libpq-events.c Change TRUE/FALSE to true/false 8 years ago
libpq-events.h Phase 2 of pgindent updates. 9 years ago
libpq-fe.h Phase 2 of pgindent updates. 9 years ago
libpq-int.h Support channel binding 'tls-unique' in SCRAM 8 years ago
libpq.rc.in Stamp HEAD as 11devel. 9 years ago
nls.mk Translation updates 9 years ago
pg_service.conf.sample
pqexpbuffer.c Phase 2 of pgindent updates. 9 years ago
pqexpbuffer.h Phase 2 of pgindent updates. 9 years ago
pthread-win32.c Remove useless duplicate inclusions of system header files. 9 years ago
win32.c Phase 3 of pgindent updates. 9 years ago
win32.h Remove support for bcc and msvc standalone libpq builds 9 years ago

README

src/interfaces/libpq/README

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