aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* More include files cleaned upMarc G. Fournier1996-10-20
* Okay...another directory cleaned out and compilableMarc G. Fournier1996-10-20
* Add HAVE_Cplusplus= true to BSD44_derived Makefile.inc, as I know thatMarc G. Fournier1996-10-19
* Not quite the cleanest way to do it, but add an option to Makefile.globalMarc G. Fournier1996-10-19
* Welp, another subdirectory cleaned out of redundant/unused #includeMarc G. Fournier1996-10-19
* There...that pretty much cleans up redundant/unused #includes inMarc G. Fournier1996-10-19
* Almost have access/common cleaned up...Marc G. Fournier1996-10-19
* A few more yet...Marc G. Fournier1996-10-19
* wish there was an easier way to clean this up...Marc G. Fournier1996-10-19
* another small oneMarc G. Fournier1996-10-19
* Hopefully that cleans up the cruft from rel.hMarc G. Fournier1996-10-19
* another...Marc G. Fournier1996-10-19
* its coming...Marc G. Fournier1996-10-19
* step by step...file by file...Marc G. Fournier1996-10-19
* ...sameMarc G. Fournier1996-10-19
* slow work...Marc G. Fournier1996-10-19
* and anotherMarc G. Fournier1996-10-19
* another one cleaned upMarc G. Fournier1996-10-19
* and another one..Marc G. Fournier1996-10-19
* another another oneMarc G. Fournier1996-10-19
* anothre one reduced to its component partsMarc G. Fournier1996-10-19
* clean out include files of including other includes files except thoseMarc G. Fournier1996-10-19
* Another cleaned upMarc G. Fournier1996-10-19
* One at a time...another one is complete...Marc G. Fournier1996-10-19
* another one with #include file clean'd upMarc G. Fournier1996-10-19
* All #include's removed from *.h files, so cleaning up the .c #includes...Marc G. Fournier1996-10-18
* #include "postgres.h" is a standard include for all .c files, auto-includingMarc G. Fournier1996-10-18
* Add prototype for heap_getattr() to quiet compilerMarc G. Fournier1996-10-18
* Reap deleted/unused tuples on page-baseVadim B. Mikheev1996-10-18
* 1. Reap deleted/unused tuples on page-baseVadim B. Mikheev1996-10-18
* Move #define PageIsNew (true if page is not initialize) to bufpage.hVadim B. Mikheev1996-10-18
* Move definition of PageIsNew from hio.c to hereVadim B. Mikheev1996-10-18
* Document some more #ifdef'sMarc G. Fournier1996-10-18
* Document more #ifdef's into config.hMarc G. Fournier1996-10-18
* Moved definition of MAXPATHLEN to config.hMarc G. Fournier1996-10-18
* Added a #define NEED_SIG_JMP to config.hMarc G. Fournier1996-10-18
* Document #ifdef's from backend/access subdirs so that we know whatMarc G. Fournier1996-10-18
* Moved '#define *DEBUG' defines to config.h, and document where firstMarc G. Fournier1996-10-18
* Moved '#define *DEBUG' defines to config.h, and document where firstMarc G. Fournier1996-10-18
* #define cleanup: moved #define IPORTAL_DEBUG to config.hMarc G. Fournier1996-10-18
* Moved all the CFLAG -D's from the makefiles to config.h towards betterMarc G. Fournier1996-10-18
* Moved more -D's out of the port specific Makefiles straight into theMarc G. Fournier1996-10-18
* Centralize more of the defines from backend/port under config.hMarc G. Fournier1996-10-18
* Move "port specific" #ifdefs out of here and into config.hMarc G. Fournier1996-10-17
* Add a HAVE_TZSET define to clean up defines in backend/utils/adt/nabstime.cMarc G. Fournier1996-10-17
* Change treatment of sigaction structure again to include even more platforms.Bryan Henderson1996-10-16
* Remove 4th element of sigaction structure so it works on more platforms.Bryan Henderson1996-10-15
* New FAQ's.Bruce Momjian1996-10-14
* More closing of relations left open by parser.Bruce Momjian1996-10-14
* Change display of char(5) to (bp)char 5 so psql \d canBruce Momjian1996-10-14