summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
AgeCommit message (Expand)Author
2003-06-12IPv6 cleanups.Bruce Momjian
2003-06-11Add Rendezvous support to postmaster, from Chris CampbellBruce Momjian
2003-05-28Fix breakage of LINUX_PROFILE code due to recent Windows changes.Tom Lane
2003-05-28In bootstrap and standalone-backend modes, do not sort LOG elevel outTom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian
2003-05-10In child-crashed log messages, identify a checkpoint process as suchTom Lane
2003-05-09Pass canAcceptConnections to exec'ed backend, for Jan.Bruce Momjian
2003-05-08Write non-defaults file before signalling the children to reread it.Bruce Momjian
2003-05-08I think we're done with protocol instability, so mark server and libpqTom Lane
2003-05-08Pass shared memory address on command line to exec'ed backend.Bruce Momjian
2003-05-06Pass shared memory id and socket descriptor number on command line forBruce Momjian
2003-05-03Cleanup patch for exec() handling.Bruce Momjian
2003-05-03Handle clog structure in shared memory in exec() case, for Win32.Bruce Momjian
2003-05-02SECOND ATTEMPTBruce Momjian
2003-05-02Back out second part of patch.Bruce Momjian
2003-05-02Back out last commit --- wrong patch.Bruce Momjian
2003-05-02Dump/read non-default GUC values for use by exec'ed backends, for Win32.Bruce Momjian
2003-04-27Put back encoding-conversion step in processing of incoming queries;Tom Lane
2003-04-26Tweak stats collector start logic so that we will not try to spawn aTom Lane
2003-04-25Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian
2003-04-22Another round of protocol changes. Backend-to-frontend messages now allTom Lane
2003-04-19Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane
2003-04-18Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian
2003-04-17First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane
2003-04-06Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut
2003-03-24Ignore SIGXFSZ (if platform has it), so that ulimit violations work likeTom Lane
2003-03-20> I can see a couple possible downsides: (a) the library might have someBruce Momjian
2003-03-20Add start time to pg_stat_activityBruce Momjian
2003-02-23If a shutdown request comes in while we're still starting up, don'tTom Lane
2003-01-25Where available, use utime() or utimes() to update the file mod timeTom Lane
2003-01-16Repair an embarrassingly large number of alphabetization mistakes in theTom Lane
2003-01-07Silence compiler warning caused by removal of netinet/in.hBruce Momjian
2003-01-06Fix for systems that don't have INET_ADDRSTRLEN.Peter Eisentraut
2003-01-06Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian
2002-12-06Back out V6 code, caused postmaster startup failure.Bruce Momjian
2002-12-06We have just finished porting the old KAME IPv6 patch over toBruce Momjian
2002-11-21Code review for superuser_reserved_connections patch. Don't try to doTom Lane
2002-11-18Suppress compile warning, avoid possible problems with signed vs. unsignedTom Lane
2002-11-15Add checkpoint_warning to warn of excessive checkpoints caused by tooBruce Momjian
2002-11-15Rename hostname_lookup to log_hostname.Bruce Momjian
2002-11-15Rename show_source_port to log_source_port.Bruce Momjian
2002-11-14Rename server_min_messages to log_min_messages. Part of consolidationBruce Momjian
2002-11-13Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian
2002-11-11Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian
2002-11-10Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian
2002-10-24Fix some places that were unportably assuming struct timeval's tv_secTom Lane
2002-10-21Remove unnecessary (and inadequate) check of IsTransactionBlock() inTom Lane
2002-10-18Improve formatting of --help output.Peter Eisentraut
2002-09-26Pass postmaster -d down to the postgres backend to trigger special -dBruce Momjian