postgresql/src/interfaces/libpq
Tom Lane 5fc9f3d574 We neglected to set conn->raddr.salen, leading to breakage of CANCEL
and probably other stuff.
2003-06-20 04:09:12 +00:00
..
po Translation updates 2002-10-21 18:51:03 +00:00
Makefile Add missing file to clean target. 2003-06-17 17:58:54 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
bcc32.mak Attached is the complete diff against current CVS. 2003-06-12 08:15:29 +00:00
blibpqdll.def Attached is the complete diff against current CVS. 2003-06-12 08:15:29 +00:00
fe-auth.c Make libpq thread-safe with configure --with-threads option. 2003-06-14 17:49:54 +00:00
fe-auth.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fe-connect.c We neglected to set conn->raddr.salen, leading to breakage of CANCEL 2003-06-20 04:09:12 +00:00
fe-exec.c I found the libpq function PGunescapeBytea a little slow. It was taking a 2003-06-12 01:17:19 +00:00
fe-lobj.c Make libpq thread-safe with configure --with-threads option. 2003-06-14 17:49:54 +00:00
fe-misc.c Make libpq thread-safe with configure --with-threads option. 2003-06-14 17:49:54 +00:00
fe-print.c The attached patch fixes a number of issues related to compiling the 2002-10-03 17:09:42 +00:00
fe-protocol2.c libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries 2003-06-08 17:43:00 +00:00
fe-protocol3.c libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries 2003-06-08 17:43:00 +00:00
fe-secure.c Handle threading in two more gethostbyname calls. 2003-06-14 18:20:33 +00:00
libpq-fe.h libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries 2003-06-08 17:43:00 +00:00
libpq-int.h Make libpq thread-safe with configure --with-threads option. 2003-06-14 17:49:54 +00:00
libpq.rc Stamp minor version numbers for 7.4 release. 2002-12-04 18:14:11 +00:00
libpqdll.c Hello, i noticed that win32 native stopped working/compiling after the SSL merge 2002-07-20 05:43:31 +00:00
libpqdll.def Attached is the complete diff against current CVS. 2003-06-12 08:15:29 +00:00
nls.mk Translation updates, some messages tweaked. 2002-09-22 20:57:21 +00:00
pg_service.conf.sample Move pg_service.conf.sample to /interfaces/libpq. 2003-02-03 14:24:07 +00:00
pqexpbuffer.c The attached patch fixes a number of issues related to compiling the 2002-10-03 17:09:42 +00:00
pqexpbuffer.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pqsignal.c Fix inclusion order, per Andreas. 2002-11-04 14:27:21 +00:00
pqsignal.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
win32.c Make libpq thread-safe with configure --with-threads option. 2003-06-14 17:49:54 +00:00
win32.h Make libpq thread-safe with configure --with-threads option. 2003-06-14 17:49:54 +00:00
win32.mak Attached is the complete diff against current CVS. 2003-06-12 08:15:29 +00:00

README

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