]> granicus.if.org Git - postgresql/history - src/backend/postmaster/postmaster.c
Allow configuration files to be placed outside the data directory.
[postgresql] / src / backend / postmaster / postmaster.c
2004-07-11 Bruce MomjianAllow configuration files to be placed outside the...
2004-07-10 Tom LaneDefend against overrun of ExtraOptions array --- strict...
2004-06-24 Tom LaneReplace direct fprintf(stderr) calls by write_stderr...
2004-06-14 Tom LaneArrange to explicitly stop the pgstat processes at...
2004-06-11 Bruce Momjian>> It certainly doesn't. There still was a bug with...
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-30 Tom LaneImplement new PostmasterIsAlive() check for WIN32,...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-28 Tom LaneFix some typos I introduced in WIN32-only code late...
2004-05-28 Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2004-05-27 Tom LaneGet rid of the former rather baroque mechanism for...
2004-05-27 Bruce Momjianpgindent files for Tom.
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2004-05-23 Tom LaneHandle impending sinval queue overflow by means of...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-19 Bruce MomjianAdd get_pkglib_path to postmaster.c
2004-05-19 Bruce MomjianMove find_my_exec lower so elog() works, per Tom.
2004-05-18 Bruce MomjianMove get_pkglib_path up into main.c too.
2004-05-18 Bruce MomjianMove find_my_exec() way up into main.c so it is availab...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-05-14 Bruce MomjianAdjust find_my_exec/find_other_exec() so that the retur...
2004-05-13 Bruce MomjianReorganize backend code to more cleanly manage executab...
2004-05-12 Bruce MomjianRename find_my_binary/find_other_binary to
2004-05-12 Bruce MomjianFix bug by passing arg[0] to find_my_binary().
2004-05-11 Bruce MomjianAs part of the work for making relocatable installs...
2004-05-06 Bruce Momjiansysv_shmem.c patch is to correct a bug that prevents...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-04-12 Bruce MomjianHere's an attempt at new socket and signal code for...
2004-03-24 Tom LaneAdjust error message wording per Andrew Dunstan's advice.
2004-03-24 Bruce MomjianUpdate description error text:
2004-03-24 Bruce MomjianHere's a patch implementing the "thread method" to...
2004-03-23 Tom LaneReplace the virtual_host and tcpip_socket parameters...
2004-03-15 Bruce Momjian* postmaster.c: cleanup pmdaemonize under win32; missed...
2004-03-15 Bruce MomjianRemove GUC log_statement, log_pid, log_timestamp, log_s...
2004-03-10 Bruce MomjianMove non-blocking code into its own /port file, for...
2004-03-09 Bruce MomjianCorrects a typo, introduces missing variables, and...
2004-03-09 Bruce MomjianAdd:
2004-03-05 Bruce MomjianWin32:
2004-02-25 Bruce MomjianFor application to HEAD, following community review.
2004-02-23 Tom LaneDo a direct probe during postmaster startup to determin...
2004-02-17 Bruce MomjianThis patch brings up to date what I did last year ...
2004-02-11 Tom LaneRepair some problems in bgwriter start/stop logic....
2004-02-08 Neil ConwayWin32 signals cleanup. Patch by Magnus Hagander, with...
2004-01-28 Tom LaneReview uses of IsUnderPostmaster, change some tests...
2004-01-27 Bruce MomjianHere's the latest win32 signals code, this time in...
2004-01-26 Bruce Momjian[all] Removed call to getppid in SendPostmasterSignal...
2004-01-26 Bruce MomjianBack out win32 patch so we can apply it separately.
2004-01-26 Bruce MomjianAttached is a patch that fixes some trivial typos and...
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2004-01-11 Bruce MomjianDrops in the CreateProcess calls for Win32 (essentially...
2004-01-09 Bruce MomjianRemove ereport() from failed connection; already done...
2004-01-09 Bruce MomjianFix for cancel key restarting postmaster, from Claudio
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2004-01-06 Bruce MomjianFinal rearrangement of main postgresql child process...
2003-12-25 Bruce MomjianContinued rearrangement to permit pgstat + BootstrapMai...
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-12-01 Tom LaneAvoid assuming that type key_t is 32 bits, since it...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-19 Jan WieckBackground writer process
2003-11-11 Bruce Momjian* ioctlsocket_ret
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-12 Tom LaneSomeone (possibly me) foolishly reduced the response...
2003-09-11 Bruce MomjianConsistenly lowercase GUC variable names, in docs and...
2003-09-04 Bruce MomjianRe-upper case CHECKPOINT_SEGMENTS.
2003-09-04 Bruce MomjianLowercase CHECKPOINT_SEGMENTS.
2003-08-12 Tom LaneChange some frequently-reached elog(DEBUG...) calls...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LanePostmaster erroneously rejected SSL connections on...
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-23 Tom LaneHave a go at fixing various outstanding portability...
2003-07-22 Bruce MomjianAdd GUC parameter to control rendezvous name.
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-06-11 Bruce MomjianAdd Rendezvous support to postmaster, from Chris Campbell
2003-05-28 Tom LaneFix breakage of LINUX_PROFILE code due to recent Window...
2003-05-28 Tom LaneIn bootstrap and standalone-backend modes, do not sort...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-05-10 Tom LaneIn child-crashed log messages, identify a checkpoint...
2003-05-09 Bruce MomjianPass canAcceptConnections to exec'ed backend, for Jan.
2003-05-08 Bruce MomjianWrite non-defaults file before signalling the children...
2003-05-08 Tom LaneI think we're done with protocol instability, so mark...
2003-05-08 Bruce MomjianPass shared memory address on command line to exec...
2003-05-06 Bruce MomjianPass shared memory id and socket descriptor number...
2003-05-03 Bruce MomjianCleanup patch for exec() handling.
2003-05-03 Bruce MomjianHandle clog structure in shared memory in exec() case...
2003-05-02 Bruce MomjianSECOND ATTEMPT
2003-05-02 Bruce MomjianBack out second part of patch.
2003-05-02 Bruce MomjianBack out last commit --- wrong patch.
2003-05-02 Bruce MomjianDump/read non-default GUC values for use by exec'ed...
2003-04-26 Tom LaneTweak stats collector start logic so that we will not...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-04-18 Bruce MomjianMake Win32 tests to match existing Cygwin tests, where...
2003-04-17 Tom LaneFirst phase of FE/BE protocol modifications: new Startu...
2003-04-06 Peter EisentrautGenerate pg_config.h.in by autoheader. Separate out...
2003-03-24 Tom LaneIgnore SIGXFSZ (if platform has it), so that ulimit...
2003-03-20 Bruce Momjian> I can see a couple possible downsides: (a) the librar...
next