summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
1997-04-04This commit represents a clean compile with the new templates underMarc G. Fournier
1997-04-04Install os.h when we install the other headers...Marc G. Fournier
1997-04-02From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>Marc G. Fournier
1997-04-02From: Anton de Wet <adw@obsidian.co.za>Marc G. Fournier
1997-04-02From: Oleg Bartunov <oleg@sai.msu.su>Marc G. Fournier
1997-03-25Various patches for shared libraries under i386-solaris by:Marc G. Fournier
1997-03-25Here's two more diffs...Marc G. Fournier
1997-03-25 - Renamed the variable names to something shorter, and I hopeMarc G. Fournier
1997-03-18 - Move most of the I/O in both libpq and the backend to a setMarc G. Fournier
1997-03-17Fixes for libpgtcl from MassimoMarc G. Fournier
1997-03-16Don't forget the fe-connect.h include fileMarc G. Fournier
1997-03-16From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier
1997-03-16om: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>Marc G. Fournier
1997-03-15NetBSD Shared Library Patch from Martin J. LaubachMarc G. Fournier
1997-03-14Date/Time updates from Thomas...Marc G. Fournier
1997-03-12From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier
1997-02-13Bring in Leo's <lsh@lubrizol.com> massive changes to libpq++Marc G. Fournier
1997-02-13Various patches for nextstep by GregorHoffleitMarc G. Fournier
1997-01-24Remove from include/config.h:Marc G. Fournier
1997-01-23The last patch fixes some incongruences in the #define used to compile theMarc G. Fournier
1997-01-23Fix from Andrew for compiling libpgtcl...basically, switch off -Werror,Marc G. Fournier
1997-01-20Use gcc to make Linux ELF shared library, instead of ld.Bryan Henderson
1997-01-11Fixes:Marc G. Fournier
1997-01-11From: darcy@druid.net (D'Arcy J.M. Cain)Marc G. Fournier
1997-01-10cleanup for LINUX_ELFBruce Momjian
1997-01-10I found the following bugs in the version 6.0 (dated 961229).Bruce Momjian
1997-01-10Additional fixes for shared library (BSD44_Derived port).Vadim B. Mikheev
1997-01-08From: wieck@sapserv.debis.deMarc G. Fournier
1997-01-08minor path problem fix by tgl@mythos.jpl.nasa.govMarc G. Fournier
1997-01-06Fix mismatching prototype (const int vs int)Bryan Henderson
1997-01-06NeXT port specific changes by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>Marc G. Fournier
1997-01-05Shared library fixes for BSD44_Derived portMarc G. Fournier
1997-01-03 someone added pg_listen and pg_notifies to libpgtcl. But firstMarc G. Fournier
1996-12-31Make error messages more explicit, PQtrace() output more readable.Bryan Henderson
1996-12-28Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a fullBruce Momjian
1996-12-28Patch for copy from stdin.Bruce Momjian
1996-12-26Remove use of "bool", which user program may not have defined.Bryan Henderson
1996-12-26pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian
1996-12-24Clarify error message about trying to PQgetvalue() nonexistent row.Bryan Henderson
1996-12-20Fix multiple "C" from backend.Bruce Momjian
1996-12-19Add two new comments to pglibtcl...Marc G. Fournier
1996-12-15Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon.Bryan Henderson
1996-12-13Clean up. Get rid of tabs and overly long lines.Bryan Henderson
1996-12-10Fix bug: libpq clients (which include libpq-fe.h) won't compile.Bryan Henderson
1996-12-04Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson
1996-11-28Make strdup work for Ultrix. Thanks Erik BertelsenBryan Henderson
1996-11-26Whoops, redo Ultrix patch so the other ports still compile.Bryan Henderson
1996-11-26Fix double-colon syntax error on fe-lobj.o.Bryan Henderson
1996-11-26Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson
1996-11-22Include stdio.h to fix Craig Anderson's compile problem.Bryan Henderson