index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
bgworker.sgml
Age
Commit message (
Expand
)
Author
2023-10-12
Add option to bgworkers to allow the bypass of role login check
Michael Paquier
2023-07-03
Increase size of bgw_library_name.
Nathan Bossart
2022-10-14
doc: Correct type of bgw_notify_pid
Peter Eisentraut
2022-07-27
Add missing PGDLLEXPORT markings in contrib/pg_prewarm.
Tom Lane
2021-09-14
Send NOTIFY signals during CommitTransaction.
Tom Lane
2021-08-27
docs: clarify bgw_restart_time documentation
Daniel Gustafsson
2021-08-13
Remove support for background workers without BGWORKER_SHMEM_ACCESS.
Andres Freund
2020-09-09
Minor fixes in docs and error messages.
Tom Lane
2020-05-10
Doc: marginal hacking to remove some PDF build warnings.
Tom Lane
2019-11-06
doc: fix plurality typo on bgwriter doc sentence
Bruce Momjian
2018-04-22
Add missing documentation for BGWORKER_BYPASS_ALLOWCONN
Magnus Hagander
2018-03-03
doc: Improve wording
Peter Eisentraut
2018-03-01
doc: Add WaitForBackgroundWorkerShutdown() to bgw docs.
Andres Freund
2018-01-24
doc: clarify use of RegisterDynamicBackgroundWorker
Bruce Momjian
2017-11-23
Convert documentation to DocBook XML
Peter Eisentraut
2017-10-17
Don't use SGML empty tags
Peter Eisentraut
2017-09-29
Add background worker type
Peter Eisentraut
2017-04-01
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2016-01-28
Fix spi_worker mention in bgworker documentation
Alvaro Herrera
2015-11-06
Document interaction of bgworkers with LISTEN/NOTIFY.
Robert Haas
2015-11-05
Pass extra data to bgworkers, and use this to fix parallel contexts.
Robert Haas
2015-07-29
Flesh out the background worker documentation.
Robert Haas
2015-02-02
Add new function BackgroundWorkerInitializeConnectionByOid.
Robert Haas
2014-10-14
Fix typo in docs.
Heikki Linnakangas
2014-07-17
doc: Spell checking
Peter Eisentraut
2014-05-07
When a background worker exists with code 0, unregister it.
Robert Haas
2014-02-27
doc: bgw_main takes a Datum argument, not void *.
Alvaro Herrera
2013-10-18
Provide a reliable mechanism for terminating a background worker.
Robert Haas
2013-10-04
doc: Add missing words to bgworker docs.
Robert Haas
2013-08-28
Allow discovery of whether a dynamic background worker is running.
Robert Haas
2013-07-22
Remove bgw_sighup and bgw_sigterm.
Robert Haas
2013-07-16
Allow background workers to be started dynamically.
Robert Haas
2013-07-04
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-04
docs: Clarify flag dependencies for background workers.
Robert Haas
2013-01-24
Docs shouldn't say HOT Standby.
Simon Riggs
2012-12-06
Background worker processes
Alvaro Herrera