summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson1996-12-041-3/+3
* Make strdup work for Ultrix. Thanks Erik BertelsenBryan Henderson1996-11-281-15/+1
* Whoops, redo Ultrix patch so the other ports still compile.Bryan Henderson1996-11-262-4/+6
* Fix double-colon syntax error on fe-lobj.o.Bryan Henderson1996-11-261-2/+2
* Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson1996-11-262-5/+6
* Include stdio.h to fix Craig Anderson's compile problem.Bryan Henderson1996-11-221-1/+2
* following is a little fix for libpq.Bruce Momjian1996-11-201-2/+14
* Quiet compiler warnings, ignore the ones we can't.Bryan Henderson1996-11-186-13/+10
* Ignore compiler warnings, because we can't escape "abstract declarator usedBryan Henderson1996-11-182-6/+8
* Copy needed include files into standard directory.Bruce Momjian1996-11-171-1/+9
* Added include file needed by memset().Bruce Momjian1996-11-161-1/+2
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-143-11/+8
* Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.Bryan Henderson1996-11-133-7/+4
* Forgot in yesterday's make file blitz.Bryan Henderson1996-11-131-0/+18
* End of the make file simplifications.Bryan Henderson1996-11-126-99/+104
* As proposed,Marc G. Fournier1996-11-113-12/+237
* Various cleanups from D'ArcyMarc G. Fournier1996-11-113-11/+17
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-102-5/+6
* Add #include <ctype.h> to quiet compiler about missing declaration of isspace().Bryan Henderson1996-11-101-1/+2
* Added in PQconnectdb() functionMarc G. Fournier1996-11-095-38/+546
* Makefile cleanup after reorganizationBruce Momjian1996-11-091-12/+12
* Fix typo in file name found during install.Bruce Momjian1996-11-081-2/+2
* Compile and warning cleanupBruce Momjian1996-11-083-16/+20
* There is a problem in the Makefile of libpgtcl on linux (and maybe also onMarc G. Fournier1996-11-081-1/+6
* Add ability to deal with the fmgr.h dependency.Bryan Henderson1996-11-041-7/+13
* Rename CDEBUG to COPTBruce Momjian1996-11-041-6/+6
* Removed PORTNAME_. Use OS version only.Bruce Momjian1996-11-043-8/+6
* shared build fails, but the rest compiles...formatting error in theMarc G. Fournier1996-11-034-11/+16
* Continuation of make file simplification; deal with header file shuffle.Bryan Henderson1996-11-021-52/+87
* Changed include path.Bruce Momjian1996-10-311-2/+2
* Changes to libpgtcl submitted by: wieck@sapserv.debis.de (Jan Wieck)Marc G. Fournier1996-10-307-119/+368
* Fix sigaction again to try for portability.Bryan Henderson1996-10-291-3/+3
* Add CFLAGS+=-DPOSTPORT=... so we can take it out of the global CFLAGS.Bryan Henderson1996-10-251-1/+3
* Change treatment of sigaction structure again to include even more platforms.Bryan Henderson1996-10-161-2/+8
* Remove 4th element of sigaction structure so it works on more platforms.Bryan Henderson1996-10-151-2/+2
* Added consistent include file handling for MAXHOSTNAMELEN.Bruce Momjian1996-10-131-2/+5
* Add PGUSER environment variable for client to specify Postgres username.Bryan Henderson1996-10-102-34/+78
* Well I haven't received any feedback pro or con re my suggested new TclMarc G. Fournier1996-10-073-3/+122
* Fix location of include files to match postgres.h includes.Bruce Momjian1996-09-251-2/+4
* CFLAGS +- -I... got messed by one of Bryan's patchesMarc G. Fournier1996-09-231-3/+3
* Here's a patch that I discussed recently on pg95-dev that changes theMarc G. Fournier1996-09-232-63/+54
* I have made some corrections to my previous patches for retrieving arrayMarc G. Fournier1996-09-161-1/+198
* Fixes:Marc G. Fournier1996-09-161-1/+24
* modifications required to reflect centralized include filesMarc G. Fournier1996-08-281-1/+2
* |May I suggest to add access to the oid of an insertedMarc G. Fournier1996-08-211-1/+5
* Here's a minor fix that fixes a casting problem:Marc G. Fournier1996-08-191-2/+2
* Fixes:Marc G. Fournier1996-08-191-63/+53
* |Release_2_0Marc G. Fournier1996-08-141-2/+3
* |Marc G. Fournier1996-08-141-4/+18
* Fixes:Marc G. Fournier1996-08-132-7/+38