index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
/
bgworker.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Don't run atexit callbacks in quickdie signal handlers.
Heikki Linnakangas
2018-08-08
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Report failure to start a background worker.
Robert Haas
2017-12-06
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Add background worker type
Peter Eisentraut
2017-09-29
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Clean up latch related code.
Andres Freund
2017-06-06
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-14
*
Add an Assert() to max_parallel_workers enforcement.
Robert Haas
2017-04-11
*
Fix confusion of max_parallel_workers mechanism following crash.
Robert Haas
2017-04-11
*
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-31
*
Fix user-after-free bug.
Robert Haas
2017-03-06
*
Notify bgworker registrant after freeing worker slot.
Robert Haas
2017-03-03
*
Logical replication
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add max_parallel_workers GUC.
Robert Haas
2016-12-02
*
Remove barrier.h
Robert Haas
2016-11-22
*
Clean up handling of anonymous mmap'd shared-memory segment.
Tom Lane
2016-10-13
*
Re-alphabetize #include directives.
Robert Haas
2016-10-05
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Fix bogus coding in WaitForBackgroundWorkerShutdown().
Tom Lane
2016-08-04
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Pass extra data to bgworkers, and use this to fix parallel contexts.
Robert Haas
2015-11-05
*
Fix typo in bgworker.c
Robert Haas
2015-10-30
*
Remove set_latch_on_sigusr1 flag.
Robert Haas
2015-10-09
*
Reduce log level for background worker events from LOG to DEBUG1.
Robert Haas
2015-06-26
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
After a crash, don't restart workers with BGW_NEVER_RESTART.
Robert Haas
2015-04-02
*
Fix status reporting for terminated bgworkers that were never started.
Robert Haas
2015-03-19
*
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
*
Commonalize process startup code.
Andres Freund
2015-01-14
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
When a background worker exists with code 0, unregister it.
Robert Haas
2014-05-07
*
Restart bgworkers immediately after a crash-and-restart cycle.
Robert Haas
2014-05-07
*
Detach shared memory from bgworkers without shmem access.
Robert Haas
2014-05-07
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix unportable coding in BackgroundWorkerStateChange().
Tom Lane
2014-02-15
*
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-02-08
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Suppress a couple of compiler warnings seen with older gcc versions.
Tom Lane
2013-10-22
*
Provide a reliable mechanism for terminating a background worker.
Robert Haas
2013-10-18
[next]