| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up Makefile, make sure that postmaster.c compiles | Marc G. Fournier | 1996-11-03 | 2 | -6/+6 |
| | | |||||
| * | Continuation of make file simplification; deal with header file shuffle. | Bryan Henderson | 1996-11-02 | 1 | -52/+87 |
| | | |||||
| * | Continuation of make file simplification; handle libpq.a dependancy. | Bryan Henderson | 1996-11-02 | 1 | -13/+29 |
| | | |||||
| * | Add complete setting of AROPT | Bryan Henderson | 1996-11-02 | 1 | -8/+11 |
| | | |||||
| * | Convenience routine for checking superuser status. | Bryan Henderson | 1996-11-02 | 2 | -0/+80 |
| | | |||||
| * | Add misc subdirectory. | Bryan Henderson | 1996-11-02 | 1 | -7/+15 |
| | | |||||
| * | Fix bug in checking permissions on table being COPY'd. | Bryan Henderson | 1996-11-02 | 1 | -143/+119 |
| | | |||||
| * | Allow only superuser to do backend copy. | Bryan Henderson | 1996-11-02 | 2 | -505/+537 |
| | | |||||
| * | Comment changes. | Bruce Momjian | 1996-11-01 | 1 | -3/+3 |
| | | |||||
| * | More intelligent #include cleanups, as pointed out by Bryan... | Marc G. Fournier | 1996-11-01 | 8 | -103/+36 |
| | | | | | Compiled with -Wall -Werror | ||||
| * | Okay, following Bryan's (and others) suggestions...cleaning up the | Marc G. Fournier | 1996-11-01 | 9 | -23/+23 |
| | | | | | include files properly...yet, slowly... | ||||
| * | Include dependencies based on tupdesc.h, as: | Marc G. Fournier | 1996-11-01 | 2 | -4/+3 |
| | | | | | | | | | access/tupdesc.h catalog/pg_attribute.h nodes/pg_list.h nodes/nodes.h access/attnum.h | ||||
| * | Include file cleanup: | Marc G. Fournier | 1996-11-01 | 2 | -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. Fournier | 1996-11-01 | 1 | -34/+7 |
| | | | | | Pointed out by Bryan (in a subtle way *grin*) | ||||
| * | More chanes for bsdi_2_1 removal | Bruce Momjian | 1996-11-01 | 5 | -12/+14 |
| | | |||||
| * | Decoupled ASSERT and DEBUG options. | Bruce Momjian | 1996-11-01 | 1 | -13/+12 |
| | | |||||
| * | FIx for bsdi. | Bruce Momjian | 1996-11-01 | 1 | -2/+2 |
| | | |||||
| * | Removal of bsdi_2_1 port. | Bruce Momjian | 1996-11-01 | 10 | -162/+44 |
| | | |||||
| * | typo fix on include file. | Bruce Momjian | 1996-10-31 | 1 | -2/+2 |
| | | |||||
| * | Fix prototype. | Bruce Momjian | 1996-10-31 | 1 | -4/+3 |
| | | |||||
| * | Fix for gmake clean. | Bruce Momjian | 1996-10-31 | 1 | -2/+2 |
| | | |||||
| * | Add #include "postgres.h" | Marc G. Fournier | 1996-10-31 | 2 | -3/+5 |
| | | |||||
| * | Cleanup Makefiles | Marc G. Fournier | 1996-10-31 | 16 | -31/+49 |
| | | | | | | | Add #include "postgres.h" and #include <sys/types.h> | ||||
| * | More Makefile cleanups | Marc G. Fournier | 1996-10-31 | 2 | -6/+7 |
| | | | | | Add #include "postgres.h" as required | ||||
| * | clean up makefile | Marc G. Fournier | 1996-10-31 | 7 | -19/+24 |
| | | | | | add #include "postgres.h" | ||||
| * | Clean out makefile | Marc G. Fournier | 1996-10-31 | 6 | -12/+17 |
| | | | | | add #include "postgres.h" | ||||
| * | more removal of PORTNAME_* | Marc G. Fournier | 1996-10-31 | 6 | -39/+39 |
| | | |||||
| * | more removals of PORTNAME_* | Marc G. Fournier | 1996-10-31 | 3 | -27/+27 |
| | | |||||
| * | remove use of PORTNAME_* | Marc G. Fournier | 1996-10-31 | 3 | -13/+13 |
| | | |||||
| * | add #include "postgres.h", as required by all .c files | Marc G. Fournier | 1996-10-31 | 21 | -20/+64 |
| | | |||||
| * | remove: | Marc G. Fournier | 1996-10-31 | 86 | -185/+87 |
| | | | | | | #include "postgres.h" #include "c.h" | ||||
| * | Require superuser privilege to create C function. | Bryan Henderson | 1996-10-31 | 2 | -400/+463 |
| | | |||||
| * | More of the same...clean Makefile, add include files | Marc G. Fournier | 1996-10-31 | 5 | -14/+42 |
| | | |||||
| * | Same clean up of Makefile, and addition of include files | Marc G. Fournier | 1996-10-31 | 4 | -7/+11 |
| | | |||||
| * | Cleaned out -I../.. -I../../include from Makefile | Marc G. Fournier | 1996-10-31 | 4 | -7/+12 |
| | | | | | Added missing include files | ||||
| * | Remove -I../.. and -I../../include from Makefile | Marc G. Fournier | 1996-10-31 | 9 | -34/+53 |
| | | | | | Add some missing include files | ||||
| * | Add a couple of missing includes | Marc G. Fournier | 1996-10-31 | 4 | -10/+24 |
| | | |||||
| * | Added misc include files | Marc G. Fournier | 1996-10-31 | 4 | -4/+8 |
| | | |||||
| * | .h files shouldn't include .h files, .c files should contain .h files... | Marc G. Fournier | 1996-10-31 | 1 | -5/+3 |
| | | | | | remove postgres.h from fmgr.h creation | ||||
| * | Even compile generated .h files should be in ${SRCDIR}/include... | Marc G. Fournier | 1996-10-31 | 1 | -4/+4 |
| | | |||||
| * | Well, normally there wouldn't be anything in -I../.., and in a minute, there | Marc G. Fournier | 1996-10-31 | 1 | -2/+1 |
| | | | | | won't be... | ||||
| * | Add these files to ${SRCDIR}/include | Marc G. Fournier | 1996-10-31 | 3 | -0/+1179 |
| | | |||||
| * | Move these files to ${SRCDIR}/include | Marc G. Fournier | 1996-10-31 | 3 | -1179/+0 |
| | | |||||
| * | There is no -I../.. include files... | Marc G. Fournier | 1996-10-31 | 1 | -3/+2 |
| | | |||||
| * | USE of PORTNAME_* should be discouraged wherever possible. The code | Marc G. Fournier | 1996-10-31 | 1 | -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 while | Bruce Momjian | 1996-10-31 | 2 | -78/+73 |
| | | | | | removing duplicate names. | ||||
| * | Removed duplicate files. | Bruce Momjian | 1996-10-31 | 2 | -556/+0 |
| | | |||||
| * | Changed include path. | Bruce Momjian | 1996-10-31 | 1 | -2/+2 |
| | | |||||
| * | Added needed include file. | Bruce Momjian | 1996-10-31 | 14 | -13/+34 |
| | | |||||
| * | Missing from parser patch. | Bruce Momjian | 1996-10-31 | 1 | -7/+16 |
| | | | | | Added needed include file. | ||||
