postgresql/src/interfaces/libpq
Magnus Hagander 206378e4ab Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq on
Windows, for better performance.

Per suggestion from Andrew Chernow, but not his patch since the underlying
code was changed to deal with return values.
2008-05-21 14:20:48 +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 Implement error checking for pthreads calls in thread-safe mode. They really 2008-05-16 18:30:53 +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 Use isatty() test for pager on Win32; not sure why it was disabled for 2008-05-17 23:34:44 +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 Implement error checking for pthreads calls in thread-safe mode. They really 2008-05-16 18:30:53 +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 Implement error checking for pthreads calls in thread-safe mode. They really 2008-05-16 18:30:53 +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 Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq on 2008-05-21 14:20:48 +00:00
win32.c Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
win32.h Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +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.