postgresql/src/interfaces/libpq
..
po Replace an instance of $Id$ and an instance of $Header$ with $PostgreSQL$ 2005-03-07 22:59:43 +00:00
.cvsignore
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
fe-connect.c EINTR return from connect() should be treated exactly the same as 2005-08-11 22:53:41 +00:00
fe-exec.c
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 Make libpq_gettext save and restore errno in a Windows-compatible way. 2005-07-08 15:24:41 +00:00
fe-print.c
fe-protocol2.c libpq was not consistently checking for memory allocation failures. This 2005-06-12 00:00:21 +00:00
fe-protocol3.c
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
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
libpqdll.c
Makefile
nls.mk
pg_service.conf.sample
pqexpbuffer.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pqexpbuffer.h
pqsignal.c
pqsignal.h
pthread-win32.c
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.