You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/interfaces/libpq
Tom Lane 9df3086972 Cause libpq and ecpg libraries to be built as proper shared libraries 22 years ago
..
po Translation updates 22 years ago
Makefile Cause libpq and ecpg libraries to be built as proper shared libraries 22 years ago
README
bcc32.mak Reorder win32/bcc makefile mentions of thread.c for sanity. 22 years ago
blibpqdll.def Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow 23 years ago
fe-auth.c Add thread locking to SSL and Kerberos connections. 22 years ago
fe-auth.h make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
fe-connect.c > win32 doesn't support a static initializer for mutexes, thus the first 22 years ago
fe-exec.c Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
fe-lobj.c libpq's query to get the OIDs of large-object support functions was not 22 years ago
fe-misc.c Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter. 22 years ago
fe-print.c * Most changes are to fix warnings issued when compiling win32 22 years ago
fe-protocol2.c Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
fe-protocol3.c Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
fe-secure.c > win32 doesn't support a static initializer for mutexes, thus the first 22 years ago
libpq-fe.h Add thread locking to SSL and Kerberos connections. 22 years ago
libpq-int.h Too few parens for my taste in this macro. 22 years ago
libpq.rc Bump all version numbers and version stamps mentioned in RELEASE_CHANGES. 22 years ago
libpqddll.def Make a separate win32 debug DLL along with the non-debug version: 22 years ago
libpqdll.c
libpqdll.def Corrects issues recently posted by Dann Corbit, allowing libpq/psql to 22 years ago
nls.mk New translation 22 years ago
pg_service.conf.sample Prevent service dbname from defaulting to service name, per bug report 22 years ago
pqexpbuffer.c Propagate enlargeStringInfo() fixes into the equivalent code in 22 years ago
pqexpbuffer.h make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
pqsignal.c Briefly, 22 years ago
pqsignal.h Allow libpq to do thread-safe SIGPIPE handling. This allows it to 22 years ago
pthread-win32.c Enable thread safety for win32.mak build of PostgreSQL. 22 years ago
pthread.h.win32 Enable thread safety for win32.mak build of PostgreSQL. 22 years ago
win32.c * Most changes are to fix warnings issued when compiling win32 22 years ago
win32.h Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
win32.mak Enable thread safety for win32.mak build of PostgreSQL. 22 years ago

README

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