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 d518d6a168 Fix typo in PQconnectStartParams(). 15 years ago
..
po Remove cvs keywords from all files. 16 years ago
.gitignore Set psql client encoding from locale by default 15 years ago
Makefile Set psql client encoding from locale by default 15 years ago
README Remove cvs keywords from all files. 16 years ago
bcc32.mak Remove useless whitespace at end of lines 15 years ago
exports.txt Add PQlibVersion() function to libpq 15 years ago
fe-auth.c Use GSSAPI library for SSPI auth, when native SSPI is not available 15 years ago
fe-auth.h Stamp copyrights for year 2011. 15 years ago
fe-connect.c Fix typo in PQconnectStartParams(). 15 years ago
fe-exec.c Adjust error message, now that we expect other message types than connection 15 years ago
fe-lobj.c Stamp copyrights for year 2011. 15 years ago
fe-misc.c Stamp copyrights for year 2011. 15 years ago
fe-print.c Stamp copyrights for year 2011. 15 years ago
fe-protocol2.c Set psql client encoding from locale by default 15 years ago
fe-protocol3.c Set psql client encoding from locale by default 15 years ago
fe-secure.c In initialize_SSL, don't fail unnecessarily when home dir is unavailable. 15 years ago
libpq-events.c Stamp copyrights for year 2011. 15 years ago
libpq-events.h Stamp copyrights for year 2011. 15 years ago
libpq-fe.h Stamp copyrights for year 2011. 15 years ago
libpq-int.h Set psql client encoding from locale by default 15 years ago
libpq.rc.in Stamp copyrights for year 2011. 15 years ago
nls.mk Remove cvs keywords from all files. 16 years ago
pg_service.conf.sample Remove useless whitespace at end of lines 15 years ago
pqexpbuffer.c Stamp copyrights for year 2011. 15 years ago
pqexpbuffer.h Stamp copyrights for year 2011. 15 years ago
pqsignal.c Stamp copyrights for year 2011. 15 years ago
pqsignal.h Stamp copyrights for year 2011. 15 years ago
pthread-win32.c Stamp copyrights for year 2011. 15 years ago
win32.c Stamp copyrights for year 2011. 15 years ago
win32.h Remove cvs keywords from all files. 16 years ago
win32.mak Remove useless whitespace at end of lines 15 years ago

README

src/interfaces/libpq/README

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