index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
/
worker_spi
/
worker_spi.c
Commit message (
Expand
)
Author
Age
*
Increase test coverage for worker_spi by ∞%
Alvaro Herrera
2019-06-02
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Silence compiler warnings
Alvaro Herrera
2018-11-23
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Fix worker_spi for new parameter to initialize connection
Magnus Hagander
2018-04-05
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add background worker type
Peter Eisentraut
2017-09-29
*
Phase 3 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
*
Ensure BackgroundWorker struct contents are well-defined.
Tom Lane
2017-04-16
*
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-31
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
2016-10-05
*
Adjust worker_spi for 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.
Robert Haas
2016-10-04
*
worker_spi: Call pgstat_report_stat.
Robert Haas
2016-09-28
*
Update copyright for 2016
Tom Lane
2016-01-02
*
Update copyright for 2016
Tom Lane
2016-01-02
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
*
Move test modules from contrib to src/test/modules
Alvaro Herrera
2014-11-29