postgresql/src/interfaces/libpq
2005-01-09 17:32:05 +00:00
..
po Translation updates 2005-01-09 17:32:05 +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 Clean up code in libpq that obtains user's home directory: make a single 2005-01-04 23:18:25 +00:00
fe-auth.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
fe-connect.c Minor mop-up for Windows home-directory stuff, per Magnus. 2005-01-06 21:41:45 +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 Consistently use geteuid() not getuid(); there were a few places deviating 2005-01-08 22:51:15 +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 Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +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 Minor mop-up for Windows home-directory stuff, per Magnus. 2005-01-06 21:41:45 +00:00
nls.mk New translations 2004-12-13 16:30:53 +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 Not entirely sure when this broke, but libpq's VC++ build is currently 2004-11-13 03:18:50 +00:00

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