Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove ARRAY_PATCH define | Bruce Momjian | 1996-11-04 |
| | |||
* | Remove ESCAPE_PATCH define | Bruce Momjian | 1996-11-04 |
| | |||
* | Removed PORTNAME_. Use OS version only. | Bruce Momjian | 1996-11-04 |
| | |||
* | Another first pass at cleaning up the #includes | Marc G. Fournier | 1996-11-03 |
| | |||
* | Not sure if this is the right place, but add a prototype for | Marc G. Fournier | 1996-11-03 |
| | | | | Bryan's superuser() function | ||
* | Cleaned up include headers | Marc G. Fournier | 1996-11-03 |
| | |||
* | first pass at cleaning up include files | Marc G. Fournier | 1996-11-03 |
| | |||
* | More include file cleanups | Marc G. Fournier | 1996-11-03 |
| | |||
* | Changes required so that access/* compiles cleanly... | Marc G. Fournier | 1996-11-03 |
| | | | | cleaning up behind myself before *yawn* bed :) | ||
* | More cleans of the inter-dependencies in the #include files | Marc G. Fournier | 1996-11-03 |
| | |||
* | More include file cleanups | Marc G. Fournier | 1996-11-03 |
| | |||
* | That pretty much totally cleans up the includes files here. | Marc G. Fournier | 1996-11-03 |
| | |||
* | Include Makefile.global so fmgrtab.c compiles properly. Thanks Keith Parks. | Bryan Henderson | 1996-11-03 |
| | |||
* | Fix bogus format in two error messages. | Bryan Henderson | 1996-11-03 |
| | |||
* | Finish cleaning up -I lines | Marc G. Fournier | 1996-11-03 |
| | |||
* | Keep the generated .h files in the local directory, like other object files, | Bryan Henderson | 1996-11-03 |
| | | | | | 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. | ||
* | Create TAGS file for emacs. Like MAKE_CTAGS for vi. | Bryan Henderson | 1996-11-03 |
| | |||
* | More include file cleanups | Marc G. Fournier | 1996-11-03 |
| | |||
* | shared build fails, but the rest compiles...formatting error in the | Marc G. Fournier | 1996-11-03 |
| | | | | cc -shared, I believe... | ||
* | Quiet a compiler warning (see line 729+, retvalue) | Marc G. Fournier | 1996-11-03 |
| | |||
* | Remove 'unused variable `open_errno'' | Marc G. Fournier | 1996-11-03 |
| | |||
* | Produce a clean compile of backend... | Marc G. Fournier | 1996-11-03 |
| | |||
* | Change default install directories to /usr/local/pgsql | Marc G. Fournier | 1996-11-03 |
| | | | | Add CFLAGS+= -Wall -Werror (should only affect developers, not users) | ||
* | Clean up Makefile(s) | Marc G. Fournier | 1996-11-03 |
| | | | | | | 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 |
| | | | | | | 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 |
| | |||
* | Clean up Makefile, make sure that postmaster.c compiles | Marc G. Fournier | 1996-11-03 |
| | |||
* | Continuation of make file simplification; deal with header file shuffle. | Bryan Henderson | 1996-11-02 |
| | |||
* | Continuation of make file simplification; handle libpq.a dependancy. | Bryan Henderson | 1996-11-02 |
| | |||
* | Add complete setting of AROPT | Bryan Henderson | 1996-11-02 |
| | |||
* | Convenience routine for checking superuser status. | Bryan Henderson | 1996-11-02 |
| | |||
* | Add misc subdirectory. | Bryan Henderson | 1996-11-02 |
| | |||
* | Fix bug in checking permissions on table being COPY'd. | Bryan Henderson | 1996-11-02 |
| | |||
* | Allow only superuser to do backend copy. | Bryan Henderson | 1996-11-02 |
| | |||
* | Comment changes. | Bruce Momjian | 1996-11-01 |
| | |||
* | More intelligent #include cleanups, as pointed out by Bryan... | Marc G. Fournier | 1996-11-01 |
| | | | | Compiled with -Wall -Werror | ||
* | Okay, following Bryan's (and others) suggestions...cleaning up the | Marc G. Fournier | 1996-11-01 |
| | | | | include files properly...yet, slowly... | ||
* | Include dependencies based on tupdesc.h, as: | Marc G. Fournier | 1996-11-01 |
| | | | | | | | | 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 |
| | | | | | | | | | | | 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 |
| | | | | Pointed out by Bryan (in a subtle way *grin*) | ||
* | More chanes for bsdi_2_1 removal | Bruce Momjian | 1996-11-01 |
| | |||
* | Decoupled ASSERT and DEBUG options. | Bruce Momjian | 1996-11-01 |
| | |||
* | FIx for bsdi. | Bruce Momjian | 1996-11-01 |
| | |||
* | Removal of bsdi_2_1 port. | Bruce Momjian | 1996-11-01 |
| | |||
* | typo fix on include file. | Bruce Momjian | 1996-10-31 |
| | |||
* | Fix prototype. | Bruce Momjian | 1996-10-31 |
| | |||
* | Fix for gmake clean. | Bruce Momjian | 1996-10-31 |
| | |||
* | Add #include "postgres.h" | Marc G. Fournier | 1996-10-31 |
| | |||
* | Cleanup Makefiles | Marc G. Fournier | 1996-10-31 |
| | | | | | | Add #include "postgres.h" and #include <sys/types.h> | ||
* | More Makefile cleanups | Marc G. Fournier | 1996-10-31 |
| | | | | Add #include "postgres.h" as required |