postgresql/src/interfaces/libpq
Marc G. Fournier cbaa98835c From: Raymond Toy <toy@rtp.ericsson.se>
Subject: [PATCHES] 970417:  some large object patches


Two patches here, made against 970417.  Both have to do with large
objects:

        1.  lobjfuncs was not initialized in PQconnectdb.  This causes
            failure later if large objects are used.  (Someone already
            caught this error in PQsetdb.)

        2.  Postgres functions lo_import and lo_export sometimes
            produce garbage for the file names because the filename
            strings aren't always terminated by \0.  (VARDATA isn't
            necessarily null terminated.)
1997-04-17 20:39:31 +00:00
..
fe-auth.c From: Dan McGuirk <mcguirk@indirect.com> 1997-03-12 21:23:16 +00:00
fe-auth.h From: Dan McGuirk <mcguirk@indirect.com> 1997-03-12 21:23:16 +00:00
fe-connect.c From: Raymond Toy <toy@rtp.ericsson.se> 1997-04-17 20:39:31 +00:00
fe-connect.h Don't forget the fe-connect.h include file 1997-03-16 19:06:04 +00:00
fe-exec.c Remove from include/config.h: 1997-01-24 17:47:39 +00:00
fe-lobj.c Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a full 1996-12-28 02:13:05 +00:00
fe-misc.c om: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at> 1997-03-16 18:51:29 +00:00
libpq-fe.h From: Dan McGuirk <mcguirk@indirect.com> 1997-03-12 21:23:16 +00:00
Makefile This commit represents a clean compile with the new templates under 1997-04-04 10:43:16 +00:00
pqsignal.c pq/signal() portability patch. Also psql copy prompt fix. 1996-12-26 22:08:34 +00:00
pqsignal.h pq/signal() portability patch. Also psql copy prompt fix. 1996-12-26 22:08:34 +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.