summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1996-10-31Clean out makefileMarc G. Fournier
1996-10-31more removal of PORTNAME_*Marc G. Fournier
1996-10-31more removals of PORTNAME_*Marc G. Fournier
1996-10-31remove use of PORTNAME_*Marc G. Fournier
1996-10-31add #include "postgres.h", as required by all .c filesMarc G. Fournier
1996-10-31remove:Marc G. Fournier
1996-10-31Require superuser privilege to create C function.Bryan Henderson
1996-10-31More of the same...clean Makefile, add include filesMarc G. Fournier
1996-10-31Same clean up of Makefile, and addition of include filesMarc G. Fournier
1996-10-31Cleaned out -I../.. -I../../include from MakefileMarc G. Fournier
1996-10-31Remove -I../.. and -I../../include from MakefileMarc G. Fournier
1996-10-31Add a couple of missing includesMarc G. Fournier
1996-10-31Added misc include filesMarc G. Fournier
1996-10-31.h files shouldn't include .h files, .c files should contain .h files...Marc G. Fournier
1996-10-31Even compile generated .h files should be in ${SRCDIR}/include...Marc G. Fournier
1996-10-31Well, normally there wouldn't be anything in -I../.., and in a minute, thereMarc G. Fournier
1996-10-31Add these files to ${SRCDIR}/includeMarc G. Fournier
1996-10-31Move these files to ${SRCDIR}/includeMarc G. Fournier
1996-10-31There is no -I../.. include files...Marc G. Fournier
1996-10-31USE of PORTNAME_* should be discouraged wherever possible. The codeMarc G. Fournier
1996-10-31Changed include path.Bruce Momjian
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