postgresql/src/interfaces/libpq
Magnus Hagander de1172fa06 Default to thread safety on, and support more CPU options. Also
make sure that a CPU option is actually chosen.

Hiroshi Saito
2007-10-02 19:01:45 +00:00
..
po Translation updates 2006-12-02 01:16:16 +00:00
.cvsignore Patch to make libpq.rc be a built-for-distribution file was a few 2004-12-21 02:14:41 +00:00
bcc32.mak Remove unsafe calling of WSAStartup and WSACleanup from DllMain. Move the 2007-03-08 19:27:28 +00:00
exports.txt Arrange for the authentication request type to be preserved in 2007-07-08 17:11:51 +00:00
fe-auth.c Small string tweaks 2007-09-25 16:29:34 +00:00
fe-auth.h Use PQExpBuffer for error message in fe-auth.c. 2007-07-23 17:52:06 +00:00
fe-connect.c Use PQExpBuffer for error message in fe-auth.c. 2007-07-23 17:52:06 +00:00
fe-exec.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
fe-lobj.c Add lo_truncate() to backend and libpq for large object truncation. 2007-03-03 19:52:47 +00:00
fe-misc.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
fe-print.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
fe-protocol2.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
fe-protocol3.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
fe-secure.c Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in older 2007-10-02 00:25:20 +00:00
libpq-fe.h Closer code review for PQconnectionUsedPassword() patch: in particular, 2007-07-08 18:28:56 +00:00
libpq-int.h Just noticed that libpq thinks the maximum command tag length is 40, 2007-07-23 18:59:50 +00:00
libpq.rc.in Stamp major release 8.3.0, and increment library version numbers. 2007-01-05 20:54:43 +00:00
Makefile Make it possible, and default, for MingW to build with SSPI support 2007-07-24 09:00:27 +00:00
nls.mk Translation updates 2005-01-14 08:57:06 +00:00
pg_service.conf.sample Add LDAP URL documentation. 2007-09-14 14:31:22 +00:00
pqexpbuffer.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pqexpbuffer.h Use PQExpBuffer for error message in fe-auth.c. 2007-07-23 17:52:06 +00:00
pqsignal.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pqsignal.h Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pthread-win32.c Silence mingw compiler warning 2007-04-18 08:32:40 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
win32.c Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +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 Default to thread safety on, and support more CPU options. Also 2007-10-02 19:01:45 +00:00

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