summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-08-25Small cleanup.Bruce Momjian
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1997-08-12Remove more (void) and fix -Wall warnings.Bruce Momjian
1997-08-12Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian
1997-08-03Cleanup for NAMEDATALEN use.Bruce Momjian
1997-07-30Due to BIND 8.1.1, my Solaris 2.5.1 machine doesn't define MAXHOSTNAMELEN...Marc G. Fournier
1997-07-30Check for and use <netdb.h> for postmaster.c, instead of checking ifMarc G. Fournier
1997-05-25-m <arg> -M weren't setup properly in getopts()...Marc G. Fournier
1997-04-24Fixes:Marc G. Fournier
1997-04-02From: Oleg Bartunov <oleg@sai.msu.su>Marc G. Fournier
1997-03-12From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier
1997-03-02Prevent SIGPIPE from crashing server, by Dan McGuirk.Bruce Momjian
1997-02-19Delete -e option to postmaster, keep postgres -e option.Bruce Momjian
1997-02-18Update btree patches that were missed.Bruce Momjian
1997-02-14Remove WIN32 defines. They never worked.Bruce Momjian
1997-02-13Various patches for nextstep by GregorHoffleitMarc G. Fournier
1997-02-06Remove extra paren in ifdef.Bruce Momjian
1997-02-06autoconf test for and set HAVE_VFORKMarc G. Fournier
1997-01-27Apply usage patches for European Dates patch from KeithMarc G. Fournier
1997-01-26Bring in a patch from Keith Parks to move the use of European datesMarc G. Fournier
1997-01-24Another switch for configure: NEED_SYS_SELECT_H to HAVE_SYS_SELECT_HMarc G. Fournier
1997-01-24Replace occurances of USE_{LIMITS,VALUES}_H with HAVE_* in preparationMarc G. Fournier
1997-01-22Another one that should be including limits.h vs machine/limits.hMarc G. Fournier
1997-01-14Eliminate dupliclate definition of external variables reldesc and DataDir.Bryan Henderson
1996-12-28Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a fullBruce Momjian
1996-12-26pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian
1996-12-26In file: .../src/backend/postmaster/postmaster.c I found 3 leaks andBruce Momjian
1996-12-07Reduce printing from deub level 2 ande layout change.Bruce Momjian
1996-11-27More stuff to make it compile on various ports.Bryan Henderson
1996-11-24Move include of signal.h inside pqsignal.h so it's always where it's needed.Bryan Henderson
1996-11-14Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson
1996-11-12Use new utils/version.c instead of backend/utils/init/magic.c.Bryan Henderson
1996-11-10All external function definitions now have prototypes that are checked.Bruce Momjian
1996-11-10Quiet compiler warnings.Bryan Henderson
1996-11-09Makefile cleanup after reorganizationBruce Momjian
1996-11-08Compile and warning cleanupBruce Momjian
1996-11-03Clean up Makefile, make sure that postmaster.c compilesMarc G. Fournier
1996-10-30Fix small syntax error.Bryan Henderson
1996-10-29Remove another snprintf() for Solaris.Bryan Henderson
1996-10-28Use strncpy() and local buffers instead of snprintf(), since not everyoneBryan Henderson
1996-10-27Simplify make files, add full dependencies.Bryan Henderson
1996-10-24Fixes: Errors when PQexec() in backend creates tempMarc G. Fournier
1996-10-13Added include needed for recent addition.Bruce Momjian
1996-10-13Added consistent include file handling for MAXHOSTNAMELEN.Bruce 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-07Fixed a missed change from Carsten Heyl <heyl@nads.de>Marc G. Fournier
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