aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* 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
* 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
* More closing of relations left open by parser.Bruce Momjian1996-10-14
* Removed const warning.Bruce Momjian1996-10-13
* D'Arcy change.Bruce Momjian1996-10-13
* Added include needed for recent addition.Bruce Momjian1996-10-13
* Added include needed for recent addition.Bruce Momjian1996-10-13
* Added consistent include file handling for MAXHOSTNAMELEN.Bruce Momjian1996-10-13
* I checked the alter table code, and started suspecting the relationBruce Momjian1996-10-13
* Fix prototypes so postmaster.c will compile.Bryan Henderson1996-10-13
* New host-based authentication -- send error message when authentication failsBryan Henderson1996-10-12
* New host-based authentication with identBryan Henderson1996-10-12
* New host-based authentication -- install pg_hba.conf instead of pg_hbaBryan Henderson1996-10-12
* Separate general purpose functions from portal functions so they may beBryan Henderson1996-10-11
* Add a MIPS/NetBSD port...Marc G. Fournier1996-10-11
* This change should have no practical effect but it is the moreMarc G. Fournier1996-10-11
* I have written some patches to the postgres lock manager which allow theMarc G. Fournier1996-10-11
* Comment cleanup.Bruce Momjian1996-10-10
* Modified Assert to be more selective.Bruce Momjian1996-10-07
* Fixed a missed change from Carsten Heyl <heyl@nads.de>Marc G. Fournier1996-10-07
* Mostly adding "const" keyword and making some functions static.Marc G. Fournier1996-10-07
* Change new assert so it generates assert message rather than SIGSEG.Bruce Momjian1996-10-07
* Fix assert to allow zero. OK'ed by Bryan.Bruce Momjian1996-10-05
* Fix args to match prototype.Bruce Momjian1996-10-05
* Here the fix for the first assertion failure I had which killedMarc G. Fournier1996-10-04
* The remainder of D'Arcy's changes, most notibly the usage of SIGNAL_ARGSMarc G. Fournier1996-10-04
* Added dlfcn.h to dl.c in BSD44_derived portMarc G. Fournier1996-10-03
* Added restriction to tables vacuum'able.Bruce Momjian1996-10-03
* Moved them.Bruce Momjian1996-10-03
* Allow vacuum to run for only one table. Fixes allocation bug.Bruce Momjian1996-10-03
* palloc() finfo memory. From Kurt.Bruce Momjian1996-09-26
* Fix cluster finfo problem Kurt reported.Bruce Momjian1996-09-26
* Fixed YACC depenencies and 'make clean' now cleans totally.Bruce Momjian1996-09-26
* This should cause 'make clean' to clean up bki files. Looks like a typo.Bruce Momjian1996-09-26
* Prevents possible packet loss from SIGCHLD.Bruce Momjian1996-09-26
* Changed gawk to awk.Bruce Momjian1996-09-25