]> granicus.if.org Git - postgresql/history - src/backend/postmaster/bgworker.c
Phase 2 of pgindent updates.
[postgresql] / src / backend / postmaster / bgworker.c
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-06 Andres FreundClean up latch related code.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-04-15 Tom LaneAvoid passing function pointers across process boundaries.
2017-04-11 Robert HaasAdd an Assert() to max_parallel_workers enforcement.
2017-04-11 Robert HaasFix confusion of max_parallel_workers mechanism followi...
2017-04-01 Robert HaasDon't use bgw_main even to specify in-core bgworker...
2017-03-06 Robert HaasFix user-after-free bug.
2017-03-03 Robert HaasNotify bgworker registrant after freeing worker slot.
2017-01-20 Peter EisentrautLogical replication
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-02 Robert HaasAdd max_parallel_workers GUC.
2016-11-23 Robert HaasRemove barrier.h
2016-10-13 Tom LaneClean up handling of anonymous mmap'd shared-memory...
2016-10-05 Robert HaasRe-alphabetize #include directives.
2016-10-04 Robert HaasExtend framework from commit 53be0b1ad to report latch...
2016-08-04 Tom LaneFix bogus coding in WaitForBackgroundWorkerShutdown().
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-05 Robert HaasPass extra data to bgworkers, and use this to fix paral...
2015-10-30 Robert HaasFix typo in bgworker.c
2015-10-09 Robert HaasRemove set_latch_on_sigusr1 flag.
2015-06-26 Robert HaasReduce log level for background worker events from...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-26 Andres FreundFix various typos and grammar errors in comments.
2015-04-02 Robert HaasAfter a crash, don't restart workers with BGW_NEVER_RES...
2015-03-19 Robert HaasFix status reporting for terminated bgworkers that...
2015-01-14 Andres FreundAdd a default local latch for use in signal handlers.
2015-01-13 Andres FreundCommonalize process startup code.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-07 Robert HaasWhen a background worker exists with code 0, unregister it.
2014-05-07 Robert HaasRestart bgworkers immediately after a crash-and-restart...
2014-05-07 Robert HaasDetach shared memory from bgworkers without shmem access.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-15 Tom LaneFix unportable coding in BackgroundWorkerStateChange().
2014-02-09 Peter EisentrautMark some more variables as static or include the appro...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-10-23 Tom LaneSuppress a couple of compiler warnings seen with older...
2013-10-18 Robert HaasProvide a reliable mechanism for terminating a backgrou...
2013-09-19 Robert HaasFix compiler warning in WaitForBackgroundWorkerStartup().
2013-08-28 Robert HaasAllow discovery of whether a dynamic background worker...
2013-08-16 Robert HaasMove more bgworker code to bgworker.c; also, some renaming.
2013-08-08 Peter EisentrautMessage style improvements
2013-08-01 Robert HaasAssorted bgworker-related comment fixes.
2013-07-24 Tom LaneImprove ilist.h's support for deletion of slist element...
2013-07-22 Robert HaasRemove bgw_sighup and bgw_sigterm.
2013-07-16 Robert HaasAllow background workers to be started dynamically.