postgresql/src/interfaces/libpq
Magnus Hagander e3109ba159 Add more dependencies from libpgport required by
standalone msvc build of libpq.

Hiroshi Saito
2008-05-05 19:31:40 +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
Makefile Avoid using unnecessary pgwin32_safestat in libpq. 2008-04-16 14:19:56 +00:00
README More README src cleanups. 2008-03-21 13:23:29 +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 Add libpq new API lo_import_with_oid() which is similar to lo_import() 2008-03-19 00:39:33 +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 Use error message wordings for permissions checks on .pgpass and SSL private 2008-03-31 02:43:14 +00:00
fe-exec.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
fe-lobj.c Make parameters in implementation have same const:ness as the ones in 2008-04-10 15:20:52 +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 Use error message wordings for permissions checks on .pgpass and SSL private 2008-03-31 02:43:14 +00:00
libpq-fe.h Add libpq new API lo_import_with_oid() which is similar to lo_import() 2008-03-19 00:39:33 +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
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
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 Add more dependencies from libpgport required by 2008-05-05 19:31:40 +00:00

README

$PostgreSQL: pgsql/src/interfaces/libpq/README,v 1.2 2008/03/21 13:23:29 momjian Exp $

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