summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1996-10-31Added needed include file.Bruce Momjian
1996-10-31Missing from parser patch.Bruce Momjian
1996-10-31changed define(port) to define(PORTNAME_port)Bruce Momjian
1996-10-31Changed make to gmake.Bruce Momjian
1996-10-31Added prototypes missing from parser patch.Bruce Momjian
1996-10-31Removed false and changed to a commented true.Bruce Momjian
1996-10-30Fix memset() call, variables being passed in wrong order.Marc G. Fournier
1996-10-30Changes to libpgtcl submitted by: wieck@sapserv.debis.de (Jan Wieck)Marc G. Fournier
1996-10-30Fixes:Marc G. Fournier
1996-10-30Parser OverhaulBruce Momjian
1996-10-30Fix small syntax error.Bryan Henderson
1996-10-29Fix sigaction again to try for portability.Bryan Henderson
1996-10-29Remove another snprintf() for Solaris.Bryan Henderson
1996-10-28Use strncpy() and local buffers instead of snprintf(), since not everyoneBryan Henderson
1996-10-28Make a local isblank() function, since not all standard C libraries have it.Bryan Henderson
1996-10-28Add our own copy of inet_aton() for sparc_solaris, which doesn't have it inBryan Henderson
1996-10-27Simplify make files, add full dependencies.Bryan Henderson
1996-10-26Correct #if statement so it compiles on Solaris. Thanks Keith Parks.Bryan Henderson
1996-10-26D'Arcy's cleanupsMarc G. Fournier
1996-10-25Make sure the btree patch gets into 2.0 as well...Marc G. Fournier
1996-10-25Add CFLAGS+=-DPOSTPORT=... so we can take it out of the global CFLAGS.Bryan Henderson
1996-10-25Use EUROPEAN_DATES instead of EUROPEAN_STYLEBryan Henderson
1996-10-25E Use EUROPEAN_DATES from config.h instead of -D optionBryan Henderson
1996-10-24Fixes: Growing backend when using nested function callsMarc G. Fournier
1996-10-24Fixes: Errors when PQexec() in backend creates tempMarc G. Fournier
1996-10-24Fixes:Marc G. Fournier
1996-10-24Take out the PERFECT_MMGR #ifdefs:Marc G. Fournier
1996-10-24Bruce...does this fix it once and for all? *grin*Marc G. Fournier
1996-10-23Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier
1996-10-23|I have moved things around so that things happen in the following order:Marc G. Fournier
1996-10-23Update "planner" directory to "optimizer" in include paths in this dead code.Bryan Henderson
1996-10-21Cosmetic changes to ordering of #include filesMarc G. Fournier
1996-10-21-Wall'dMarc G. Fournier
1996-10-21-Wall'dMarc G. Fournier
1996-10-21-Wall'd ... I missed a subdir under access :(Marc G. Fournier
1996-10-21Make line 159:bp = NULL, to quiet compilerMarc G. Fournier
1996-10-21-Wall'dMarc G. Fournier
1996-10-21Force user to set PORTNAME. Remove NAMEDATALEN from CFLAGS (don't need itBryan Henderson
1996-10-21-Wall'dMarc G. Fournier
1996-10-21-Wall'dMarc G. Fournier
1996-10-21-Wall Cleanup of gist subdirectoryMarc G. Fournier
1996-10-21-Wall cleanup of gist subdirectory:Marc G. Fournier
1996-10-21Define prototypes from giststrat.c required in gistscan.cMarc G. Fournier
1996-10-20Other then:Marc G. Fournier
1996-10-20remove an #ifdef/#else/#endif that doesn't actually have anything insideMarc G. Fournier
1996-10-20Make default HAVE_MEMMOVE defined, undef inside of definitions for sparcMarc G. Fournier
1996-10-20change '#if defined(PORTNAME_sparc)' to '#if !defined(HAVE_MEMMOVE)'Marc G. Fournier
1996-10-20Add #define HAVE_MEMMOVE for systems that do have it.Marc G. Fournier
1996-10-20Clean up comments (-Wall -Werror)Marc G. Fournier
1996-10-20#include file cleanupMarc G. Fournier