summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
1996-11-18Quiet compiler warnings, ignore the ones we can't.Bryan Henderson
1996-11-18Ignore compiler warnings, because we can't escape "abstract declarator usedBryan Henderson
1996-11-17Copy needed include files into standard directory.Bruce Momjian
1996-11-16Added include file needed by memset().Bruce Momjian
1996-11-14Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson
1996-11-13Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.Bryan Henderson
1996-11-13Forgot in yesterday's make file blitz.Bryan Henderson
1996-11-12End of the make file simplifications.Bryan Henderson
1996-11-11As proposed,Marc G. Fournier
1996-11-11Various cleanups from D'ArcyMarc G. Fournier
1996-11-10All external function definitions now have prototypes that are checked.Bruce Momjian
1996-11-10Add #include <ctype.h> to quiet compiler about missing declaration of isspace().Bryan Henderson
1996-11-09Added in PQconnectdb() functionMarc G. Fournier
1996-11-09Makefile cleanup after reorganizationBruce Momjian
1996-11-08Fix typo in file name found during install.Bruce Momjian
1996-11-08Compile and warning cleanupBruce Momjian
1996-11-08There is a problem in the Makefile of libpgtcl on linux (and maybe also onMarc G. Fournier
1996-11-04Add ability to deal with the fmgr.h dependency.Bryan Henderson
1996-11-04Rename CDEBUG to COPTBruce Momjian
1996-11-04Removed PORTNAME_. Use OS version only.Bruce Momjian
1996-11-03shared build fails, but the rest compiles...formatting error in theMarc G. Fournier
1996-11-02Continuation of make file simplification; deal with header file shuffle.Bryan Henderson
1996-10-31Changed include path.Bruce Momjian
1996-10-30Changes to libpgtcl submitted by: wieck@sapserv.debis.de (Jan Wieck)Marc G. Fournier
1996-10-29Fix sigaction again to try for portability.Bryan Henderson
1996-10-25Add CFLAGS+=-DPOSTPORT=... so we can take it out of the global CFLAGS.Bryan Henderson
1996-10-16Change treatment of sigaction structure again to include even more platforms.Bryan Henderson
1996-10-15Remove 4th element of sigaction structure so it works on more platforms.Bryan Henderson
1996-10-13Added consistent include file handling for MAXHOSTNAMELEN.Bruce Momjian
1996-10-10Add PGUSER environment variable for client to specify Postgres username.Bryan Henderson
1996-10-07Well I haven't received any feedback pro or con re my suggested new TclMarc G. Fournier
1996-09-25Fix location of include files to match postgres.h includes.Bruce Momjian
1996-09-23CFLAGS +- -I... got messed by one of Bryan's patchesMarc G. Fournier
1996-09-23Here's a patch that I discussed recently on pg95-dev that changes theMarc G. Fournier
1996-09-16I have made some corrections to my previous patches for retrieving arrayMarc G. Fournier
1996-09-16Fixes:Marc G. Fournier
1996-08-28modifications required to reflect centralized include filesMarc G. Fournier
1996-08-21|May I suggest to add access to the oid of an insertedMarc G. Fournier
1996-08-19Here's a minor fix that fixes a casting problem:Marc G. Fournier
1996-08-19Fixes:Marc G. Fournier
1996-08-14|Release_2_0Marc G. Fournier
1996-08-14|Marc G. Fournier
1996-08-13Fixes:Marc G. Fournier
1996-08-10Updates to libpq to fix breakage in previous patch...Marc G. Fournier
1996-08-06Fixes for:Marc G. Fournier
1996-08-01Change the TEMPDIR to be obj instead of /tmpMarc G. Fournier
1996-07-31Row count patch from BruceMarc G. Fournier
1996-07-31Everyone seems to suggestion this is something that should be there...Marc G. Fournier
1996-07-31Added <sys/termios.h> for i386_solaris portMarc G. Fournier
1996-07-31Fixes: Floating point exception in psqlMarc G. Fournier