postgresql/src/interfaces/libpq
Marc G. Fournier 7a33578436 From: Phil Thompson <phil@river-bank.demon.co.uk>
I haven't had final confirmation from Peter yet, but the attached patch
needs to be applied for the Beta otherwise password and crypt
authentication just won't work.

It puts back the loop in libpq and also fixes a couple of problems with
maintaining compatability with pre-6.3 drivers.
1998-01-31 21:27:28 +00:00
..
fe-auth.c From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-29 03:24:36 +00:00
fe-auth.h From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-29 03:24:36 +00:00
fe-connect.c From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-31 21:27:28 +00:00
fe-connect.h From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-29 03:24:36 +00:00
fe-exec.c From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-26 01:42:53 +00:00
fe-lobj.c Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
fe-misc.c From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-26 01:42:53 +00:00
libpq-fe.h From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-26 01:42:53 +00:00
Makefile.in From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-26 01:42:53 +00:00
pqsignal.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pqsignal.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00

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