postgresql/src/interfaces/libpq
Tom Lane cf82aee7ea Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actually
work with the PQExpBuffer code instead of fighting it.  This avoids an
unnecessary limit on message length and fixes the latent bug that
errorMessage.len wasn't getting set.
2008-01-31 18:58:30 +00:00
..
po Translation updates 2008-01-31 18:04:52 +00:00
.cvsignore
bcc32.mak Fix build of libpq for Borland CC. 2007-11-21 23:03:44 +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 Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as these 2008-01-29 02:03:39 +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 Fix some missed copyright updates. 2008-01-01 20:31:21 +00:00
Makefile Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +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
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 Generate and include manifest in standalone libpq build on Windows. 2008-01-10 16:03:00 +00:00

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