summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Clean up Makefile, make sure that postmaster.c compilesMarc G. Fournier1996-11-032-6/+6
|
* Continuation of make file simplification; deal with header file shuffle.Bryan Henderson1996-11-021-52/+87
|
* Continuation of make file simplification; handle libpq.a dependancy.Bryan Henderson1996-11-021-13/+29
|
* Add complete setting of AROPTBryan Henderson1996-11-021-8/+11
|
* Convenience routine for checking superuser status.Bryan Henderson1996-11-022-0/+80
|
* Add misc subdirectory.Bryan Henderson1996-11-021-7/+15
|
* Fix bug in checking permissions on table being COPY'd.Bryan Henderson1996-11-021-143/+119
|
* Allow only superuser to do backend copy.Bryan Henderson1996-11-022-505/+537
|
* Comment changes.Bruce Momjian1996-11-011-3/+3
|
* More intelligent #include cleanups, as pointed out by Bryan...Marc G. Fournier1996-11-018-103/+36
| | | | Compiled with -Wall -Werror
* Okay, following Bryan's (and others) suggestions...cleaning up theMarc G. Fournier1996-11-019-23/+23
| | | | include files properly...yet, slowly...
* Include dependencies based on tupdesc.h, as:Marc G. Fournier1996-11-012-4/+3
| | | | | | | | access/tupdesc.h catalog/pg_attribute.h nodes/pg_list.h nodes/nodes.h access/attnum.h
* Include file cleanup:Marc G. Fournier1996-11-012-8/+3
| | | | | | | | | | | Based on include files require by htup.h, as: access/htup.h storage/itemptr.h storage/block.h storage/off.h utils/nabstime.h <time.h>
* Okay, so I was going backwards on my include cleanup...Marc G. Fournier1996-11-011-34/+7
| | | | Pointed out by Bryan (in a subtle way *grin*)
* More chanes for bsdi_2_1 removalBruce Momjian1996-11-015-12/+14
|
* Decoupled ASSERT and DEBUG options.Bruce Momjian1996-11-011-13/+12
|
* FIx for bsdi.Bruce Momjian1996-11-011-2/+2
|
* Removal of bsdi_2_1 port.Bruce Momjian1996-11-0110-162/+44
|
* typo fix on include file.Bruce Momjian1996-10-311-2/+2
|
* Fix prototype.Bruce Momjian1996-10-311-4/+3
|
* Fix for gmake clean.Bruce Momjian1996-10-311-2/+2
|
* Add #include "postgres.h"Marc G. Fournier1996-10-312-3/+5
|
* Cleanup MakefilesMarc G. Fournier1996-10-3116-31/+49
| | | | | | Add #include "postgres.h" and #include <sys/types.h>
* More Makefile cleanupsMarc G. Fournier1996-10-312-6/+7
| | | | Add #include "postgres.h" as required
* clean up makefileMarc G. Fournier1996-10-317-19/+24
| | | | add #include "postgres.h"
* Clean out makefileMarc G. Fournier1996-10-316-12/+17
| | | | add #include "postgres.h"
* more removal of PORTNAME_*Marc G. Fournier1996-10-316-39/+39
|
* more removals of PORTNAME_*Marc G. Fournier1996-10-313-27/+27
|
* remove use of PORTNAME_*Marc G. Fournier1996-10-313-13/+13
|
* add #include "postgres.h", as required by all .c filesMarc G. Fournier1996-10-3121-20/+64
|
* remove:Marc G. Fournier1996-10-3186-185/+87
| | | | | #include "postgres.h" #include "c.h"
* Require superuser privilege to create C function.Bryan Henderson1996-10-312-400/+463
|
* More of the same...clean Makefile, add include filesMarc G. Fournier1996-10-315-14/+42
|
* Same clean up of Makefile, and addition of include filesMarc G. Fournier1996-10-314-7/+11
|
* Cleaned out -I../.. -I../../include from MakefileMarc G. Fournier1996-10-314-7/+12
| | | | Added missing include files
* Remove -I../.. and -I../../include from MakefileMarc G. Fournier1996-10-319-34/+53
| | | | Add some missing include files
* Add a couple of missing includesMarc G. Fournier1996-10-314-10/+24
|
* Added misc include filesMarc G. Fournier1996-10-314-4/+8
|
* .h files shouldn't include .h files, .c files should contain .h files...Marc G. Fournier1996-10-311-5/+3
| | | | remove postgres.h from fmgr.h creation
* 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
| | | | won't be...
* 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
| | | | | | | | | | | *should* be intelligent enough that: #if defined(__FreeBSD__) works, where __FreeBSD__ is actually defined by the compiler itself. Makefile.global used to have -DPORTNAME_<port> -D<port> as part of the flags for gcc while all occurances of PORTNAME_<port> slowly get removed from the source tree...
* Installed new FAQ's after I deleted them accidentally whileBruce Momjian1996-10-312-78/+73
| | | | removing duplicate names.
* 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
| | | | Added needed include file.