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
Commit message (
Expand
)
Author
Age
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Make all Perl warnings fatal
Peter Eisentraut
2023-12-29
*
worker_spi: Fix test failure with BGWORKER_BYPASS_ROLELOGINCHECK
Michael Paquier
2023-10-16
*
worker_spi: Bump up max_worker_processes in TAP tests
Michael Paquier
2023-10-16
*
Add option to bgworkers to allow the bypass of role login check
Michael Paquier
2023-10-12
*
worker_spi: Fix another stability issue with BGWORKER_BYPASS_ALLOWCONN
Michael Paquier
2023-10-10
*
worker_spi: Fix test failure with BGWORKER_BYPASS_ALLOWCONN
Michael Paquier
2023-10-06
*
worker_spi: Add tests for BGWORKER_BYPASS_ALLOWCONN
Michael Paquier
2023-10-06
*
worker_spi: Expand set of options to start workers
Michael Paquier
2023-10-05
*
worker_spi: Rename custom wait event to "WorkerSpiMain"
Michael Paquier
2023-10-04
*
Add system view pg_wait_events
Michael Paquier
2023-08-20
*
Change custom wait events to use dynamic shared hash tables
Michael Paquier
2023-08-14
*
Support custom wait events for wait event type "Extension"
Michael Paquier
2023-07-31
*
worker_spi: Fix race condition in newly-added TAP tests
Michael Paquier
2023-07-29
*
worker_spi: Switch to TAP tests
Michael Paquier
2023-07-27
*
worker_spi: Use term "dynamic" for bgworkers launched with worker_spi_launch()
Michael Paquier
2023-07-26
*
Fix worker_spi when launching workers without shared_preload_libraries
Michael Paquier
2023-07-21
*
Refactor some code related to wait events "BufferPin" and "Extension"
Michael Paquier
2023-07-03
*
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-13
*
meson: Prevent installation of test files during main install
Peter Eisentraut
2023-03-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
meson: Add 'running' test setup, as a replacement for installcheck
Andres Freund
2022-12-07
*
meson: Add windows resource files
Andres Freund
2022-10-05
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Mark all symbols exported from extension libraries PGDLLEXPORT.
Andres Freund
2022-07-17
*
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-17
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-21
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
*
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-12-27
*
Add missing EmitWarningsOnPlaceholders() calls.
Tom Lane
2021-12-21
*
Fix loop variable signedness
Peter Eisentraut
2021-10-06
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Use standard SIGHUP and SIGTERM signal handlers in worker_spi.
Fujii Masao
2020-11-27
*
Set debug_query_string in worker_spi.
Noah Misch
2020-10-31
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
worker_spi needs a .gitignore file now.
Tom Lane
2019-06-02
*
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
[next]