postgresql/src/interfaces/libpq
2004-08-15 05:25:10 +00:00
..
po Translation updates 2004-08-10 19:06:21 +00:00
bcc32.mak >OK, if you look at the last few commits to interfaces/libpq/win32.mak, 2004-07-31 06:19:23 +00:00
blibpqdll.def Add PQserverVersion() to libpq to provide more-convenient access to 2004-08-11 18:06:01 +00:00
fe-auth.c Add thread locking to SSL and Kerberos connections. 2004-03-24 03:45:00 +00:00
fe-auth.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
fe-connect.c Add PQserverVersion() to libpq to provide more-convenient access to 2004-08-11 18:06:01 +00:00
fe-exec.c Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
fe-lobj.c libpq's query to get the OIDs of large-object support functions was not 2004-03-05 01:53:59 +00:00
fe-misc.c Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter. 2004-06-08 13:49:23 +00:00
fe-print.c * Most changes are to fix warnings issued when compiling win32 2004-04-19 17:42:59 +00:00
fe-protocol2.c Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
fe-protocol3.c Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
fe-secure.c > win32 doesn't support a static initializer for mutexes, thus the first 2004-07-12 14:23:28 +00:00
libpq-fe.h Add PQserverVersion() to libpq to provide more-convenient access to 2004-08-11 18:06:01 +00:00
libpq-int.h Too few parens for my taste in this macro. 2004-05-31 18:42:40 +00:00
libpq.rc Stamp libpq.rc with 8.0 version. 2004-08-09 01:55:42 +00:00
libpqddll.def Add PQserverVersion() to libpq to provide more-convenient access to 2004-08-11 18:06:01 +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 Add PQserverVersion() to libpq to provide more-convenient access to 2004-08-11 18:06:01 +00:00
Makefile Cause libpq and ecpg libraries to be built as proper shared libraries 2004-07-13 00:06:46 +00:00
nls.mk Translation updates 2004-08-02 15:17:21 +00:00
pg_service.conf.sample Prevent service dbname from defaulting to service name, per bug report 2003-12-19 21:50:54 +00:00
pqexpbuffer.c Propagate enlargeStringInfo() fixes into the equivalent code in 2004-05-14 00:20:38 +00:00
pqexpbuffer.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
pqsignal.c Specify SA_NOCLDSTOP when enabling SIGCHLD, per suggestion from 2004-08-15 05:25:10 +00:00
pqsignal.h Allow libpq to do thread-safe SIGPIPE handling. This allows it to 2004-01-09 02:02:43 +00:00
pthread-win32.c Enable thread safety for win32.mak build of PostgreSQL. 2004-06-19 04:22:17 +00:00
pthread.h.win32 Enable thread safety for win32.mak build of PostgreSQL. 2004-06-19 04:22:17 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
win32.c * Most changes are to fix warnings issued when compiling win32 2004-04-19 17:42:59 +00:00
win32.h >OK, if you look at the last few commits to interfaces/libpq/win32.mak, 2004-07-31 06:19:23 +00:00
win32.mak Enable thread safety for win32.mak build of PostgreSQL. 2004-06-19 04:22:17 +00:00

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