aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* 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
* Compile and warning cleanupBruce Momjian1996-11-08
* There is a problem in the Makefile of libpgtcl on linux (and maybe also onMarc G. Fournier1996-11-08
* Add ability to deal with the fmgr.h dependency.Bryan Henderson1996-11-04
* Rename CDEBUG to COPTBruce Momjian1996-11-04
* Removed PORTNAME_. Use OS version only.Bruce Momjian1996-11-04
* shared build fails, but the rest compiles...formatting error in theMarc G. Fournier1996-11-03
* Continuation of make file simplification; deal with header file shuffle.Bryan Henderson1996-11-02
* Changed include path.Bruce Momjian1996-10-31
* Changes to libpgtcl submitted by: wieck@sapserv.debis.de (Jan Wieck)Marc G. Fournier1996-10-30
* Fix sigaction again to try for portability.Bryan Henderson1996-10-29
* Add CFLAGS+=-DPOSTPORT=... so we can take it out of the global CFLAGS.Bryan Henderson1996-10-25
* Change treatment of sigaction structure again to include even more platforms.Bryan Henderson1996-10-16
* Remove 4th element of sigaction structure so it works on more platforms.Bryan Henderson1996-10-15
* Added consistent include file handling for MAXHOSTNAMELEN.Bruce Momjian1996-10-13
* Add PGUSER environment variable for client to specify Postgres username.Bryan Henderson1996-10-10
* Well I haven't received any feedback pro or con re my suggested new TclMarc G. Fournier1996-10-07
* Fix location of include files to match postgres.h includes.Bruce Momjian1996-09-25
* CFLAGS +- -I... got messed by one of Bryan's patchesMarc G. Fournier1996-09-23
* Here's a patch that I discussed recently on pg95-dev that changes theMarc G. Fournier1996-09-23
* I have made some corrections to my previous patches for retrieving arrayMarc G. Fournier1996-09-16
* Fixes:Marc G. Fournier1996-09-16
* modifications required to reflect centralized include filesMarc G. Fournier1996-08-28
* |May I suggest to add access to the oid of an insertedMarc G. Fournier1996-08-21
* Here's a minor fix that fixes a casting problem:Marc G. Fournier1996-08-19
* Fixes:Marc G. Fournier1996-08-19
* |Release_2_0Marc G. Fournier1996-08-14
* |Marc G. Fournier1996-08-14
* Fixes:Marc G. Fournier1996-08-13
* Updates to libpq to fix breakage in previous patch...Marc G. Fournier1996-08-10