| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More include file cleanups | Marc G. Fournier | 1996-11-03 | 4 | -171/+10 |
| | | |||||
| * | That pretty much totally cleans up the includes files here. | Marc G. Fournier | 1996-11-03 | 4 | -25/+16 |
| | | |||||
| * | Include Makefile.global so fmgrtab.c compiles properly. Thanks Keith Parks. | Bryan Henderson | 1996-11-03 | 1 | -1/+4 |
| | | |||||
| * | Fix bogus format in two error messages. | Bryan Henderson | 1996-11-03 | 1 | -3/+3 |
| | | |||||
| * | Finish cleaning up -I lines | Marc G. Fournier | 1996-11-03 | 4 | -14/+8 |
| | | |||||
| * | Keep the generated .h files in the local directory, like other object files, | Bryan Henderson | 1996-11-03 | 1 | -23/+28 |
| | | | | | | rather than in src/include with normal header files. Necessary to make dependancies work out so they don't keep getting rebuilt for no reason. | ||||
| * | More include file cleanups | Marc G. Fournier | 1996-11-03 | 7 | -59/+16 |
| | | |||||
| * | Quiet a compiler warning (see line 729+, retvalue) | Marc G. Fournier | 1996-11-03 | 1 | -1/+3 |
| | | |||||
| * | Remove 'unused variable `open_errno'' | Marc G. Fournier | 1996-11-03 | 1 | -5/+1 |
| | | |||||
| * | Produce a clean compile of backend... | Marc G. Fournier | 1996-11-03 | 29 | -75/+73 |
| | | |||||
| * | Clean up Makefile(s) | Marc G. Fournier | 1996-11-03 | 25 | -64/+52 |
| | | | | | | | Add #include "postgres.h" as required Remove #include "c.h" *and* "utils/elog.h" as applicable | ||||
| * | Clean up Makefile | Marc G. Fournier | 1996-11-03 | 6 | -14/+19 |
| | | | | | | | Add #include "postgres.h" as required Remove #include "utils/elog.h" | ||||
| * | Clean up Makefile, add #postgres.h as required | Marc G. Fournier | 1996-11-03 | 2 | -5/+6 |
| | | |||||
| * | Clean up Makefile, make sure that postmaster.c compiles | Marc G. Fournier | 1996-11-03 | 2 | -6/+6 |
| | | |||||
| * | 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 |
| | | |||||
| * | More intelligent #include cleanups, as pointed out by Bryan... | Marc G. Fournier | 1996-11-01 | 8 | -103/+36 |
| | | | | | Compiled with -Wall -Werror | ||||
| * | 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 | 2 | -3/+7 |
| | | |||||
| * | Removal of bsdi_2_1 port. | Bruce Momjian | 1996-11-01 | 7 | -111/+18 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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... | ||||
| * | 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 |
| | | |||||
| * | Added needed include file. | Bruce Momjian | 1996-10-31 | 7 | -7/+17 |
| | | |||||
| * | Changed make to gmake. | Bruce Momjian | 1996-10-31 | 2 | -3/+4 |
| | | | | | Added needed include file. | ||||
| * | Added prototypes missing from parser patch. | Bruce Momjian | 1996-10-31 | 2 | -2/+4 |
| | | | | | Added needed include file. | ||||
| * | Fix memset() call, variables being passed in wrong order. | Marc G. Fournier | 1996-10-30 | 1 | -3/+3 |
| | | | | | Pointed out by: wieck@sapserv.debis.de | ||||
| * | Fixes: | Marc G. Fournier | 1996-10-30 | 4 | -5/+43 |
| | | | | | | | | | | | | | | | | | | I found another bug in btree index. Looking at the code it seems that NULL keys are never used to build or scan a btree index (see the explain commands in the example). However this is not the case when a null key is retrieved in an outer loop of a join select and used in an index scan of an inner loop. This bug causes at least three kinds of problems: 1) the backend crashes when it tries to compare a text string with a null. 2) it is not possible to find tuples with null keys in a join. 3) null is considered equal to 0 when the datum is passed by value, see the last query. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it> | ||||
| * | Parser Overhaul | Bruce Momjian | 1996-10-30 | 5 | -480/+391 |
| | | |||||
