summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAgeFilesLines
* Apply Bryan's IPC PatchesMarc G. Fournier1997-11-171-8/+38
* Fix case issues with quotes.Bruce Momjian1997-11-101-39/+42
* Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian1997-11-071-25/+56
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-251-5/+5
* Inline memset() as MemSet().Bruce Momjian1997-09-181-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-11/+11
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-233/+237
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-923/+1026
* Small cleanup.Bruce Momjian1997-08-251-5/+5
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-5/+5
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-9/+9
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-121-17/+13
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-031-3/+3
* Due to BIND 8.1.1, my Solaris 2.5.1 machine doesn't define MAXHOSTNAMELEN...Marc G. Fournier1997-07-301-2/+6
* Check for and use <netdb.h> for postmaster.c, instead of checking ifMarc G. Fournier1997-07-301-2/+2
* -m <arg> -M weren't setup properly in getopts()...Marc G. Fournier1997-05-251-2/+2
* Fixes:Marc G. Fournier1997-04-241-3/+7
* From: Oleg Bartunov <oleg@sai.msu.su>Marc G. Fournier1997-04-021-12/+1
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-3/+3
* Prevent SIGPIPE from crashing server, by Dan McGuirk.Bruce Momjian1997-03-021-1/+2
* Delete -e option to postmaster, keep postgres -e option.Bruce Momjian1997-02-191-2/+2
* Update btree patches that were missed.Bruce Momjian1997-02-181-12/+1
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-141-83/+1
* Various patches for nextstep by GregorHoffleitMarc G. Fournier1997-02-131-5/+33
* Remove extra paren in ifdef.Bruce Momjian1997-02-061-2/+2
* autoconf test for and set HAVE_VFORKMarc G. Fournier1997-02-061-2/+2
* Apply usage patches for European Dates patch from KeithMarc G. Fournier1997-01-271-1/+2
* Bring in a patch from Keith Parks to move the use of European datesMarc G. Fournier1997-01-261-4/+14
* Another switch for configure: NEED_SYS_SELECT_H to HAVE_SYS_SELECT_HMarc G. Fournier1997-01-241-3/+3
* Replace occurances of USE_{LIMITS,VALUES}_H with HAVE_* in preparationMarc G. Fournier1997-01-241-3/+3
* Another one that should be including limits.h vs machine/limits.hMarc G. Fournier1997-01-221-2/+2
* Eliminate dupliclate definition of external variables reldesc and DataDir.Bryan Henderson1997-01-141-6/+1
* Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a fullBruce Momjian1996-12-281-1/+12
* pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian1996-12-261-9/+10
* In file: .../src/backend/postmaster/postmaster.c I found 3 leaks andBruce Momjian1996-12-261-2/+5
* Reduce printing from deub level 2 ande layout change.Bruce Momjian1996-12-071-2/+2
* More stuff to make it compile on various ports.Bryan Henderson1996-11-271-1/+2
* Move include of signal.h inside pqsignal.h so it's always where it's needed.Bryan Henderson1996-11-241-2/+1
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-141-459/+480
* Use new utils/version.c instead of backend/utils/init/magic.c.Bryan Henderson1996-11-121-7/+17
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-2/+2
* Quiet compiler warnings.Bryan Henderson1996-11-101-3/+3
* Makefile cleanup after reorganizationBruce Momjian1996-11-091-2/+3
* Compile and warning cleanupBruce Momjian1996-11-081-11/+13
* Clean up Makefile, make sure that postmaster.c compilesMarc G. Fournier1996-11-032-6/+6
* Fix small syntax error.Bryan Henderson1996-10-301-2/+1
* Remove another snprintf() for Solaris.Bryan Henderson1996-10-291-3/+10
* Use strncpy() and local buffers instead of snprintf(), since not everyoneBryan Henderson1996-10-281-9/+12
* Simplify make files, add full dependencies.Bryan Henderson1996-10-272-16/+37