Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Okay...another directory cleaned out and compilable | Marc G. Fournier | 1996-10-20 |
| | |||
* | Add HAVE_Cplusplus= true to BSD44_derived Makefile.inc, as I know that | Marc G. Fournier | 1996-10-19 |
| | | | | FreeBSD/NetBSD both ship with gcc 2.7.x | ||
* | Not quite the cleanest way to do it, but add an option to Makefile.global | Marc G. Fournier | 1996-10-19 |
| | | | | | | that allows one to compile libpq++ this should be set on a port-by-port basis | ||
* | Welp, another subdirectory cleaned out of redundant/unused #include | Marc G. Fournier | 1996-10-19 |
| | | | | files | ||
* | There...that pretty much cleans up redundant/unused #includes in | Marc G. Fournier | 1996-10-19 |
| | | | | access/common...how many more directories to go? :) | ||
* | Almost have access/common cleaned up... | Marc G. Fournier | 1996-10-19 |
| | |||
* | A few more yet... | Marc G. Fournier | 1996-10-19 |
| | |||
* | wish there was an easier way to clean this up... | Marc G. Fournier | 1996-10-19 |
| | |||
* | another small one | Marc G. Fournier | 1996-10-19 |
| | |||
* | Hopefully that cleans up the cruft from rel.h | Marc G. Fournier | 1996-10-19 |
| | |||
* | another... | Marc G. Fournier | 1996-10-19 |
| | |||
* | its coming... | Marc G. Fournier | 1996-10-19 |
| | |||
* | step by step...file by file... | Marc G. Fournier | 1996-10-19 |
| | |||
* | ...same | Marc G. Fournier | 1996-10-19 |
| | |||
* | slow work... | Marc G. Fournier | 1996-10-19 |
| | |||
* | and another | Marc G. Fournier | 1996-10-19 |
| | |||
* | another one cleaned up | Marc G. Fournier | 1996-10-19 |
| | |||
* | and another one.. | Marc G. Fournier | 1996-10-19 |
| | |||
* | another another one | Marc G. Fournier | 1996-10-19 |
| | |||
* | anothre one reduced to its component parts | Marc G. Fournier | 1996-10-19 |
| | |||
* | clean out include files of including other includes files except those | Marc G. Fournier | 1996-10-19 |
| | | | | absolutely required | ||
* | Another cleaned up | Marc G. Fournier | 1996-10-19 |
| | |||
* | One at a time...another one is complete... | Marc G. Fournier | 1996-10-19 |
| | |||
* | another one with #include file clean'd up | Marc G. Fournier | 1996-10-19 |
| | |||
* | All #include's removed from *.h files, so cleaning up the .c #includes... | Marc G. Fournier | 1996-10-18 |
| | | | | First file of, what...1000's? | ||
* | #include "postgres.h" is a standard include for all .c files, auto-including | Marc G. Fournier | 1996-10-18 |
| | | | | config.h, c.h *and* elog.h...added elog.h | ||
* | Add prototype for heap_getattr() to quiet compiler | Marc G. Fournier | 1996-10-18 |
| | |||
* | Reap deleted/unused tuples on page-base | Vadim B. Mikheev | 1996-10-18 |
| | |||
* | 1. Reap deleted/unused tuples on page-base | Vadim B. Mikheev | 1996-10-18 |
| | | | | | | | | | | 2. Reap unused tuples too 3. Reap empty pages 4. Check if a page is initialized, initialize it if not and reap it 5. Binary search in list of reapped pages/tids to check is the heap' tid pointed by a index' tuple on this list (it's mu-u-uch faster) | ||
* | Move #define PageIsNew (true if page is not initialize) to bufpage.h | Vadim B. Mikheev | 1996-10-18 |
| | |||
* | Move definition of PageIsNew from hio.c to here | Vadim B. Mikheev | 1996-10-18 |
| | |||
* | Document some more #ifdef's | Marc G. Fournier | 1996-10-18 |
| | |||
* | Document more #ifdef's into config.h | Marc G. Fournier | 1996-10-18 |
| | | | | | Get rid of ESCAPE_PATCH ifdef, as its on by default, and there is no apparent reason for turning it off...it fixes a bug | ||
* | Moved definition of MAXPATHLEN to config.h | Marc G. Fournier | 1996-10-18 |
| | |||
* | Added a #define NEED_SIG_JMP to config.h | Marc G. Fournier | 1996-10-18 |
| | | | | | Removed #ifdef's for OPENLINK_PATCH. We enable it by default, and nobody *has* to enable the functionality, but no reason to retain the "old code" | ||
* | Document #ifdef's from backend/access subdirs so that we know what | Marc G. Fournier | 1996-10-18 |
| | | | | features(?) are available | ||
* | Moved '#define *DEBUG' defines to config.h, and document where first | Marc G. Fournier | 1996-10-18 |
| | | | | | | found. Document any '#ifdef' segments found in config.h | ||
* | Moved '#define *DEBUG' defines to config.h, and document where first | Marc G. Fournier | 1996-10-18 |
| | | | | | | | | found. Document any '#ifdef' segments found in config.h Remove gistold.c, since it was older copy of gist.c | ||
* | #define cleanup: moved #define IPORTAL_DEBUG to config.h | Marc G. Fournier | 1996-10-18 |
| | |||
* | Moved all the CFLAG -D's from the makefiles to config.h towards better | Marc G. Fournier | 1996-10-18 |
| | | | | centralized configurations/porting... | ||
* | Moved more -D's out of the port specific Makefiles straight into the | Marc G. Fournier | 1996-10-18 |
| | | | | config.h file | ||
* | Centralize more of the defines from backend/port under config.h | Marc G. Fournier | 1996-10-18 |
| | | | | | Further ports should *really* avoid backend/port and make use of config.h | ||
* | Move "port specific" #ifdefs out of here and into config.h | Marc G. Fournier | 1996-10-17 |
| | | | | - created a HAVE_TZSET define for this purpose | ||
* | Add a HAVE_TZSET define to clean up defines in backend/utils/adt/nabstime.c | Marc G. Fournier | 1996-10-17 |
| | |||
* | Change treatment of sigaction structure again to include even more platforms. | Bryan Henderson | 1996-10-16 |
| | | | | Thanks D'Arcy. | ||
* | Remove 4th element of sigaction structure so it works on more platforms. | Bryan Henderson | 1996-10-15 |
| | |||
* | More closing of relations left open by parser. | Bruce Momjian | 1996-10-14 |
| | |||
* | Change display of char(5) to (bp)char 5 so psql \d can | Bruce Momjian | 1996-10-14 |
| | | | | distinguish between char and char(1). | ||
* | Removed const warning. | Bruce Momjian | 1996-10-13 |
| | |||
* | D'Arcy change. | Bruce Momjian | 1996-10-13 |
| |