aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* clean up makefileMarc G. Fournier1996-10-31
* Clean out makefileMarc G. Fournier1996-10-31
* more removal of PORTNAME_*Marc G. Fournier1996-10-31
* more removals of PORTNAME_*Marc G. Fournier1996-10-31
* remove use of PORTNAME_*Marc G. Fournier1996-10-31
* add #include "postgres.h", as required by all .c filesMarc G. Fournier1996-10-31
* remove:Marc G. Fournier1996-10-31
* Require superuser privilege to create C function.Bryan Henderson1996-10-31
* More of the same...clean Makefile, add include filesMarc G. Fournier1996-10-31
* Same clean up of Makefile, and addition of include filesMarc G. Fournier1996-10-31
* Cleaned out -I../.. -I../../include from MakefileMarc G. Fournier1996-10-31
* Remove -I../.. and -I../../include from MakefileMarc G. Fournier1996-10-31
* Add a couple of missing includesMarc G. Fournier1996-10-31
* Added misc include filesMarc G. Fournier1996-10-31
* .h files shouldn't include .h files, .c files should contain .h files...Marc G. Fournier1996-10-31
* Even compile generated .h files should be in ${SRCDIR}/include...Marc G. Fournier1996-10-31
* Well, normally there wouldn't be anything in -I../.., and in a minute, thereMarc G. Fournier1996-10-31
* Add these files to ${SRCDIR}/includeMarc G. Fournier1996-10-31
* Move these files to ${SRCDIR}/includeMarc G. Fournier1996-10-31
* There is no -I../.. include files...Marc G. Fournier1996-10-31
* USE of PORTNAME_* should be discouraged wherever possible. The codeMarc G. Fournier1996-10-31
* Installed new FAQ's after I deleted them accidentally whileBruce Momjian1996-10-31
* Removed duplicate files.Bruce Momjian1996-10-31
* Changed include path.Bruce Momjian1996-10-31
* Added needed include file.Bruce Momjian1996-10-31
* Missing from parser patch.Bruce Momjian1996-10-31
* changed define(port) to define(PORTNAME_port)Bruce Momjian1996-10-31
* Changed make to gmake.Bruce Momjian1996-10-31
* Added prototypes missing from parser patch.Bruce Momjian1996-10-31
* Removed false and changed to a commented true.Bruce Momjian1996-10-31
* Fix memset() call, variables being passed in wrong order.Marc G. Fournier1996-10-30
* Fixes: Incorrect syntax for copy commandMarc G. Fournier1996-10-30
* Changes to libpgtcl submitted by: wieck@sapserv.debis.de (Jan Wieck)Marc G. Fournier1996-10-30
* commit a newer IRIX FAQ from AndrewMarc G. Fournier1996-10-30
* Commit a newer fact for 1.09 from AndrewMarc G. Fournier1996-10-30
* Fixes:Marc G. Fournier1996-10-30
* Fix up INSTALL fileMarc G. Fournier1996-10-30
* Parser OverhaulBruce Momjian1996-10-30
* Fix small syntax error.Bryan Henderson1996-10-30
* Fix sigaction again to try for portability.Bryan Henderson1996-10-29
* Remove another snprintf() for Solaris.Bryan Henderson1996-10-29
* Slight changes to INSTALL to point ppl at the Linux/IRIX specificMarc G. Fournier1996-10-28
* Add in Andrew's FAQsMarc G. Fournier1996-10-28
* Use strncpy() and local buffers instead of snprintf(), since not everyoneBryan Henderson1996-10-28
* Make a local isblank() function, since not all standard C libraries have it.Bryan Henderson1996-10-28
* Add our own copy of inet_aton() for sparc_solaris, which doesn't have it inBryan Henderson1996-10-28
* Simplify make files, add full dependencies.Bryan Henderson1996-10-27
* Correct #if statement so it compiles on Solaris. Thanks Keith Parks.Bryan Henderson1996-10-26
* D'Arcy's cleanupsMarc G. Fournier1996-10-26
* Make sure the btree patch gets into 2.0 as well...Marc G. Fournier1996-10-25