summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Even compile generated .h files should be in ${SRCDIR}/include...Marc G. Fournier1996-10-311-4/+4
* Well, normally there wouldn't be anything in -I../.., and in a minute, thereMarc G. Fournier1996-10-311-2/+1
* Add these files to ${SRCDIR}/includeMarc G. Fournier1996-10-313-0/+1179
* Move these files to ${SRCDIR}/includeMarc G. Fournier1996-10-313-1179/+0
* There is no -I../.. include files...Marc G. Fournier1996-10-311-3/+2
* USE of PORTNAME_* should be discouraged wherever possible. The codeMarc G. Fournier1996-10-311-17/+17
* Installed new FAQ's after I deleted them accidentally whileBruce Momjian1996-10-312-78/+73
* Removed duplicate files.Bruce Momjian1996-10-312-556/+0
* Changed include path.Bruce Momjian1996-10-311-2/+2
* Added needed include file.Bruce Momjian1996-10-3114-13/+34
* Missing from parser patch.Bruce Momjian1996-10-311-7/+16
* changed define(port) to define(PORTNAME_port)Bruce Momjian1996-10-311-17/+17
* Changed make to gmake.Bruce Momjian1996-10-312-3/+4
* Added prototypes missing from parser patch.Bruce Momjian1996-10-312-2/+4
* Removed false and changed to a commented true.Bruce Momjian1996-10-311-3/+3
* Fix memset() call, variables being passed in wrong order.Marc G. Fournier1996-10-301-3/+3
* Fixes: Incorrect syntax for copy commandMarc G. Fournier1996-10-301-4/+4
* Changes to libpgtcl submitted by: wieck@sapserv.debis.de (Jan Wieck)Marc G. Fournier1996-10-307-119/+368
* commit a newer IRIX FAQ from AndrewMarc G. Fournier1996-10-301-0/+26
* Commit a newer fact for 1.09 from AndrewMarc G. Fournier1996-10-301-5/+15
* Fixes:Marc G. Fournier1996-10-304-5/+43
* Fix up INSTALL fileMarc G. Fournier1996-10-301-33/+35
* Parser OverhaulBruce Momjian1996-10-3010-495/+412
* Fix small syntax error.Bryan Henderson1996-10-301-2/+1
* Fix sigaction again to try for portability.Bryan Henderson1996-10-291-3/+3
* Remove another snprintf() for Solaris.Bryan Henderson1996-10-291-3/+10
* Slight changes to INSTALL to point ppl at the Linux/IRIX specificMarc G. Fournier1996-10-281-2/+4
* Add in Andrew's FAQsMarc G. Fournier1996-10-282-0/+520
* Use strncpy() and local buffers instead of snprintf(), since not everyoneBryan Henderson1996-10-281-9/+12
* Make a local isblank() function, since not all standard C libraries have it.Bryan Henderson1996-10-281-2/+12
* Add our own copy of inet_aton() for sparc_solaris, which doesn't have it inBryan Henderson1996-10-283-5/+170
* Simplify make files, add full dependencies.Bryan Henderson1996-10-27140-2314/+3271
* Correct #if statement so it compiles on Solaris. Thanks Keith Parks.Bryan Henderson1996-10-261-4/+2
* D'Arcy's cleanupsMarc G. Fournier1996-10-266-12/+19
* Make sure the btree patch gets into 2.0 as well...Marc G. Fournier1996-10-251-9/+50
* Add CFLAGS+=-DPOSTPORT=... so we can take it out of the global CFLAGS.Bryan Henderson1996-10-251-1/+3
* Use EUROPEAN_DATES instead of EUROPEAN_STYLEBryan Henderson1996-10-251-11/+8
* E Use EUROPEAN_DATES from config.h instead of -D optionBryan Henderson1996-10-251-1/+3
* Fixes: Growing backend when using nested function callsMarc G. Fournier1996-10-241-1/+32
* Fixes: Errors when PQexec() in backend creates tempMarc G. Fournier1996-10-244-8/+30
* Fixes:Marc G. Fournier1996-10-241-2/+2
* Take out the PERFECT_MMGR #ifdefs:Marc G. Fournier1996-10-242-6/+2
* Bruce...does this fix it once and for all? *grin*Marc G. Fournier1996-10-241-1/+1
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-2344-147/+249
* |I have moved things around so that things happen in the following order:Marc G. Fournier1996-10-231-27/+26
* Update "planner" directory to "optimizer" in include paths in this dead code.Bryan Henderson1996-10-232-15/+15
* Cosmetic changes to ordering of #include filesMarc G. Fournier1996-10-217-146/+133
* -Wall'dMarc G. Fournier1996-10-214-109/+207
* -Wall'dMarc G. Fournier1996-10-213-35/+145
* -Wall'd ... I missed a subdir under access :(Marc G. Fournier1996-10-213-3/+33