summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
1997-06-06From: Igor <igor@sba.miami.edu>Marc G. Fournier
1997-06-01From: Igor <igor@sba.miami.edu>Marc G. Fournier
1997-06-01Added \n to error message.Bruce Momjian
1997-06-01Escape newline in select output, from A. Duursma.Bruce Momjian
1997-05-20Added fcvt() prot for bsdi.Bruce Momjian
1997-05-13fix for sizeof pointed out by Ed BuddingtonBruce Momjian
1997-05-09From: Edmund Mergl <E.Mergl@bawue.de>Marc G. Fournier
1997-05-07From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>Marc G. Fournier
1997-05-06Change LOread() and LOwrite() to loread() and lowrite() to allow useThomas G. Lockhart
1997-04-17From: Raymond Toy <toy@rtp.ericsson.se>Marc G. Fournier
1997-04-16connectDB(): setsockopt (..., TCP_NODELAY, ...) added.Vadim B. Mikheev
1997-04-15A couple of cleanups from Scott Harrison <Scott_Harrison@next.com>Marc G. Fournier
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-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-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-13Various patches for nextstep by GregorHoffleitMarc G. Fournier
1997-01-24Remove from include/config.h:Marc G. Fournier
1997-01-20Use gcc to make Linux ELF shared library, instead of ld.Bryan Henderson
1997-01-10cleanup for LINUX_ELFBruce 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-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
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-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