aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/postmaster.c
Commit message (Expand)AuthorAge
* Do a direct probe during postmaster startup to determine the maximumTom Lane2004-02-23
* Default ioctlsocket_ret to 1 in case Cygwin needs it for 7.4 --- alreadyBruce Momjian2003-11-11
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-26
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Someone (possibly me) foolishly reduced the response for failingTom Lane2003-09-12
* Consistenly lowercase GUC variable names, in docs and error messages.Bruce Momjian2003-09-11
* Re-upper case CHECKPOINT_SEGMENTS.Bruce Momjian2003-09-04
* Lowercase CHECKPOINT_SEGMENTS.Bruce Momjian2003-09-04
* Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...)Tom Lane2003-08-12
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Postmaster erroneously rejected SSL connections on IPv6.Tom Lane2003-08-01
* elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane2003-07-27
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-23
* Add GUC parameter to control rendezvous name.Bruce Momjian2003-07-22
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-22
* IPv6 cleanups.Bruce Momjian2003-06-12
* Add Rendezvous support to postmaster, from Chris CampbellBruce Momjian2003-06-11
* Fix breakage of LINUX_PROFILE code due to recent Windows changes.Tom Lane2003-05-28
* In bootstrap and standalone-backend modes, do not sort LOG elevel outTom Lane2003-05-28
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* In child-crashed log messages, identify a checkpoint process as suchTom Lane2003-05-10
* Pass canAcceptConnections to exec'ed backend, for Jan.Bruce Momjian2003-05-09
* Write non-defaults file before signalling the children to reread it.Bruce Momjian2003-05-08
* I think we're done with protocol instability, so mark server and libpqTom Lane2003-05-08
* Pass shared memory address on command line to exec'ed backend.Bruce Momjian2003-05-08
* Pass shared memory id and socket descriptor number on command line forBruce Momjian2003-05-06
* Cleanup patch for exec() handling.Bruce Momjian2003-05-03
* Handle clog structure in shared memory in exec() case, for Win32.Bruce Momjian2003-05-03
* SECOND ATTEMPTBruce Momjian2003-05-02
* Back out second part of patch.Bruce Momjian2003-05-02
* Back out last commit --- wrong patch.Bruce Momjian2003-05-02
* Dump/read non-default GUC values for use by exec'ed backends, for Win32.Bruce Momjian2003-05-02
* Tweak stats collector start logic so that we will not try to spawn aTom Lane2003-04-26
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-22
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-19
* Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian2003-04-18
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-17
* Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut2003-04-06
* Ignore SIGXFSZ (if platform has it), so that ulimit violations work likeTom Lane2003-03-24
* > I can see a couple possible downsides: (a) the library might have someBruce Momjian2003-03-20
* If a shutdown request comes in while we're still starting up, don'tTom Lane2003-02-23
* Where available, use utime() or utimes() to update the file mod timeTom Lane2003-01-25
* Repair an embarrassingly large number of alphabetization mistakes in theTom Lane2003-01-16
* Silence compiler warning caused by removal of netinet/in.hBruce Momjian2003-01-07
* Fix for systems that don't have INET_ADDRSTRLEN.Peter Eisentraut2003-01-06
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-06
* Back out V6 code, caused postmaster startup failure.Bruce Momjian2002-12-06
* We have just finished porting the old KAME IPv6 patch over toBruce Momjian2002-12-06