postgresql/src/interfaces/libpq
2005-07-06 16:25:59 +00:00
..
po Replace an instance of $Id$ and an instance of $Header$ with $PostgreSQL$ 2005-03-07 22:59:43 +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 Add comment about \# in bcc makefiles. 2005-06-19 13:14:20 +00:00
exports.txt Adjust lo_open() so that specifying INV_READ without INV_WRITE creates 2005-06-13 02:26:53 +00:00
fe-auth.c Fix a theoretical memory leak in pg_password_sendauth(). If the first 2005-06-30 01:59:20 +00:00
fe-auth.h Remove support for Kerberos V4. It seems no one is using this, it has 2005-06-27 02:04:26 +00:00
fe-connect.c Remove support for Kerberos V4. It seems no one is using this, it has 2005-06-27 02:04:26 +00:00
fe-exec.c Add E'' to internally created SQL strings that contain backslashes. 2005-07-02 17:01:59 +00:00
fe-lobj.c Adjust lo_open() so that specifying INV_READ without INV_WRITE creates 2005-06-13 02:26:53 +00:00
fe-misc.c Save and restore errno across bindtextdomain call, per discussion. 2005-07-06 16:25:59 +00:00
fe-print.c libpq was not consistently checking for memory allocation failures. This 2005-06-12 00:00:21 +00:00
fe-protocol2.c libpq was not consistently checking for memory allocation failures. This 2005-06-12 00:00:21 +00:00
fe-protocol3.c libpq was not consistently checking for memory allocation failures. This 2005-06-12 00:00:21 +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 Adjust lo_open() so that specifying INV_READ without INV_WRITE creates 2005-06-13 02:26:53 +00:00
libpq-int.h Remove support for Kerberos V4. It seems no one is using this, it has 2005-06-27 02:04:26 +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 Remove support for Kerberos V4. It seems no one is using this, it has 2005-06-27 02:04:26 +00:00
nls.mk Translation updates 2005-01-14 08:57:06 +00:00
pg_service.conf.sample Cause initdb to create a third standard database "postgres", which 2005-06-21 04:02:34 +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 Backpatch BCC compile changes to 8.0.X for psql. 2005-04-29 13:42:21 +00:00
pthread.h.win32 Enable thread safety for win32.mak build of PostgreSQL. 2004-06-19 04:22:17 +00:00
README
win32.c Because the change to gettext. Needs a bunch of new includes. Patch 2005-02-27 22:57:17 +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 Cleanup for Win32 compile. 2005-06-19 13:10:56 +00:00

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