aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Bring in Leo's <lsh@lubrizol.com> massive changes to libpq++Marc G. Fournier1997-02-13
* Various patches for nextstep by GregorHoffleitMarc G. Fournier1997-02-13
* Remove from include/config.h:Marc G. Fournier1997-01-24
* The last patch fixes some incongruences in the #define used to compile theMarc G. Fournier1997-01-23
* Fix from Andrew for compiling libpgtcl...basically, switch off -Werror,Marc G. Fournier1997-01-23
* Use gcc to make Linux ELF shared library, instead of ld.Bryan Henderson1997-01-20
* Fixes:Marc G. Fournier1997-01-11
* From: darcy@druid.net (D'Arcy J.M. Cain)Marc G. Fournier1997-01-11
* cleanup for LINUX_ELFBruce Momjian1997-01-10
* I found the following bugs in the version 6.0 (dated 961229).Bruce Momjian1997-01-10
* Additional fixes for shared library (BSD44_Derived port).Vadim B. Mikheev1997-01-10
* From: wieck@sapserv.debis.deMarc G. Fournier1997-01-08
* minor path problem fix by tgl@mythos.jpl.nasa.govMarc G. Fournier1997-01-08
* Fix mismatching prototype (const int vs int)Bryan Henderson1997-01-06
* NeXT port specific changes by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>Marc G. Fournier1997-01-06
* Shared library fixes for BSD44_Derived portMarc G. Fournier1997-01-05
* someone added pg_listen and pg_notifies to libpgtcl. But firstMarc G. Fournier1997-01-03
* Make error messages more explicit, PQtrace() output more readable.Bryan Henderson1996-12-31
* Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a fullBruce Momjian1996-12-28
* Patch for copy from stdin.Bruce Momjian1996-12-28
* Remove use of "bool", which user program may not have defined.Bryan Henderson1996-12-26
* pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian1996-12-26
* Clarify error message about trying to PQgetvalue() nonexistent row.Bryan Henderson1996-12-24
* Fix multiple "C" from backend.Bruce Momjian1996-12-20
* Add two new comments to pglibtcl...Marc G. Fournier1996-12-19
* Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon.Bryan Henderson1996-12-15
* Clean up. Get rid of tabs and overly long lines.Bryan Henderson1996-12-13
* Fix bug: libpq clients (which include libpq-fe.h) won't compile.Bryan Henderson1996-12-10
* Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson1996-12-04
* Make strdup work for Ultrix. Thanks Erik BertelsenBryan Henderson1996-11-28
* Whoops, redo Ultrix patch so the other ports still compile.Bryan Henderson1996-11-26
* Fix double-colon syntax error on fe-lobj.o.Bryan Henderson1996-11-26
* Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson1996-11-26
* Include stdio.h to fix Craig Anderson's compile problem.Bryan Henderson1996-11-22
* following is a little fix for libpq.Bruce Momjian1996-11-20
* Quiet compiler warnings, ignore the ones we can't.Bryan Henderson1996-11-18
* Ignore compiler warnings, because we can't escape "abstract declarator usedBryan Henderson1996-11-18
* Copy needed include files into standard directory.Bruce Momjian1996-11-17
* Added include file needed by memset().Bruce Momjian1996-11-16
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-14
* Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.Bryan Henderson1996-11-13
* Forgot in yesterday's make file blitz.Bryan Henderson1996-11-13
* End of the make file simplifications.Bryan Henderson1996-11-12
* As proposed,Marc G. Fournier1996-11-11
* Various cleanups from D'ArcyMarc G. Fournier1996-11-11
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* Add #include <ctype.h> to quiet compiler about missing declaration of isspace().Bryan Henderson1996-11-10
* Added in PQconnectdb() functionMarc G. Fournier1996-11-09
* Makefile cleanup after reorganizationBruce Momjian1996-11-09
* Fix typo in file name found during install.Bruce Momjian1996-11-08