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
/
test_shm_mq
Commit message (
Expand
)
Author
Age
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
shm_mq: Update mq_bytes_written less often.
Robert Haas
2021-10-14
*
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-28
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Use standard SIGTERM signal handler die() in test_shm_mq worker.
Fujii Masao
2020-11-27
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
*
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
*
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-06-05
*
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
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-08-01
*
Update copyright for 2016
Tom Lane
2016-01-02
*
Update copyright for 2016
Tom Lane
2016-01-02
*
Remove set_latch_on_sigusr1 flag.
Robert Haas
2015-10-09
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add flags argument to dsm_create.
Robert Haas
2015-03-19
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Remove remnants of ImmediateInterruptOK handling.
Andres Freund
2015-02-03
*
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