postgresql/src/interfaces/libpq
2008-03-05 05:39:11 +00:00
..
po Translation updates 2008-01-31 18:04:52 +00:00
.cvsignore Create two separate libpq.rc's: One that is built at build time, and one 2008-02-26 13:31:40 +00:00
bcc32.mak Create two separate libpq.rc's: One that is built at build time, and one 2008-02-26 13:31:40 +00:00
exports.txt Fix up the PQconnectionUsedPassword mess: create a separate 2007-12-09 19:01:40 +00:00
fe-auth.c Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actually 2008-01-31 18:58:30 +00:00
fe-auth.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
fe-connect.c Fix up closePGconn() so that PQreset() will work on GSSAPI/SSPI connections; 2008-01-29 02:06:30 +00:00
fe-exec.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
fe-lobj.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
fe-misc.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
fe-print.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
fe-protocol2.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
fe-protocol3.c Insert into getCopyDataMessage() the same logic that already existed in the 2008-01-17 21:21:50 +00:00
fe-secure.c Rename a libpq NOT_USED SSL function to 2008-02-16 21:03:30 +00:00
libpq-fe.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
libpq-int.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
libpq.rc.in Stamp HEAD as 8.4devel. 2008-02-13 03:40:38 +00:00
Makefile Include -lgss in libpq link, if available. Bjorn Munch 2008-03-05 05:39:11 +00:00
nls.mk Translation updates 2007-10-27 00:13:43 +00:00
pg_service.conf.sample Add LDAP URL documentation. 2007-09-14 14:31:22 +00:00
pqexpbuffer.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pqexpbuffer.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pqsignal.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pqsignal.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pthread-win32.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
win32.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
win32.h Make Win32 build use our port/snprintf.c routines, instead of depending 2005-12-06 02:29:04 +00:00
win32.mak Create two separate libpq.rc's: One that is built at build time, and one 2008-02-26 13:31:40 +00:00

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