summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1996-10-20Other then:Marc G. Fournier
1996-10-20#include file cleanupMarc G. Fournier
1996-10-20More #include cleanupsMarc G. Fournier
1996-10-20First pass at fixing my own mistakesMarc G. Fournier
1996-10-20Another directory cleaned outMarc G. Fournier
1996-10-20Okay...another directory cleaned out and compilableMarc G. Fournier
1996-10-19Add HAVE_Cplusplus= true to BSD44_derived Makefile.inc, as I know thatMarc G. Fournier
1996-10-19Welp, another subdirectory cleaned out of redundant/unused #includeMarc G. Fournier
1996-10-19There...that pretty much cleans up redundant/unused #includes inMarc G. Fournier
1996-10-19Another cleaned upMarc G. Fournier
1996-10-19One at a time...another one is complete...Marc G. Fournier
1996-10-19another one with #include file clean'd upMarc G. Fournier
1996-10-18All #include's removed from *.h files, so cleaning up the .c #includes...Marc G. Fournier
1996-10-18#include "postgres.h" is a standard include for all .c files, auto-includingMarc G. Fournier
1996-10-181. Reap deleted/unused tuples on page-baseVadim B. Mikheev
1996-10-18Move #define PageIsNew (true if page is not initialize) to bufpage.hVadim B. Mikheev
1996-10-18Document more #ifdef's into config.hMarc G. Fournier
1996-10-18Moved definition of MAXPATHLEN to config.hMarc G. Fournier
1996-10-18Added a #define NEED_SIG_JMP to config.hMarc G. Fournier
1996-10-18Moved '#define *DEBUG' defines to config.h, and document where firstMarc G. Fournier
1996-10-18Moved '#define *DEBUG' defines to config.h, and document where firstMarc G. Fournier
1996-10-18#define cleanup: moved #define IPORTAL_DEBUG to config.hMarc G. Fournier
1996-10-18Moved all the CFLAG -D's from the makefiles to config.h towards betterMarc G. Fournier
1996-10-18Centralize more of the defines from backend/port under config.hMarc G. Fournier
1996-10-17Move "port specific" #ifdefs out of here and into config.hMarc G. Fournier
1996-10-14More closing of relations left open by parser.Bruce Momjian
1996-10-13Removed const warning.Bruce Momjian
1996-10-13D'Arcy change.Bruce Momjian
1996-10-13Added include needed for recent addition.Bruce Momjian
1996-10-13Added include needed for recent addition.Bruce Momjian
1996-10-13Added consistent include file handling for MAXHOSTNAMELEN.Bruce Momjian
1996-10-13I checked the alter table code, and started suspecting the relationBruce Momjian
1996-10-13Fix prototypes so postmaster.c will compile.Bryan Henderson
1996-10-12New host-based authentication -- send error message when authentication failsBryan Henderson
1996-10-12New host-based authentication with identBryan Henderson
1996-10-12New host-based authentication -- install pg_hba.conf instead of pg_hbaBryan Henderson
1996-10-11Separate general purpose functions from portal functions so they may beBryan Henderson
1996-10-11Add a MIPS/NetBSD port...Marc G. Fournier
1996-10-11This change should have no practical effect but it is the moreMarc G. Fournier
1996-10-11I have written some patches to the postgres lock manager which allow theMarc G. Fournier
1996-10-10Comment cleanup.Bruce Momjian
1996-10-07Modified Assert to be more selective.Bruce Momjian
1996-10-07Fixed a missed change from Carsten Heyl <heyl@nads.de>Marc G. Fournier
1996-10-07Mostly adding "const" keyword and making some functions static.Marc G. Fournier
1996-10-07Change new assert so it generates assert message rather than SIGSEG.Bruce Momjian
1996-10-05Fix assert to allow zero. OK'ed by Bryan.Bruce Momjian
1996-10-05Fix args to match prototype.Bruce Momjian
1996-10-04Here the fix for the first assertion failure I had which killedMarc G. Fournier
1996-10-04The remainder of D'Arcy's changes, most notibly the usage of SIGNAL_ARGSMarc G. Fournier
1996-10-03Added dlfcn.h to dl.c in BSD44_derived portMarc G. Fournier