postgresql/src/interfaces/libpq
Tom Lane 889f038129 Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the
APPDATA directory on Windows.  Magnus Hagander
2005-01-26 19:24:03 +00:00
..
po Translation updates 2005-01-17 02:41:50 +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 Not entirely sure when this broke, but libpq's VC++ build is currently 2004-11-13 03:18:50 +00:00
exports.txt Invent a new, more thread-safe version of PQrequestCancel, called PQcancel. 2004-10-30 23:11:27 +00:00
fe-auth.c Add conditional inclusion of <com_err.h> to support old 'heimdal' 2005-01-12 21:37:54 +00:00
fe-auth.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
fe-connect.c Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the 2005-01-26 19:24:03 +00:00
fe-exec.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
fe-lobj.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
fe-misc.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
fe-print.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
fe-protocol2.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
fe-protocol3.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
fe-secure.c Comment out check for substitution of private key file on Windows, 2005-01-10 00:37:12 +00:00
libpq-fe.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
libpq-int.h Make the various places that determine the user's "home directory" 2005-01-06 01:00:12 +00:00
libpq.rc.in Update version stamps for 8.1 as listed in RELEASE_CHANGES. 2005-01-18 05:00:35 +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
Makefile Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the 2005-01-26 19:24:03 +00:00
nls.mk Translation updates 2005-01-14 08:57:06 +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 Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pqexpbuffer.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pqsignal.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pqsignal.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pthread-win32.c Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +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 Tag appropriate files for rc3 2004-12-31 22:04:05 +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 Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the 2005-01-26 19:24:03 +00:00

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