index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
activity
/
wait_event.c
Commit message (
Expand
)
Author
Age
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
*
Fix waiting in RegisterSyncRequest().
Thomas Munro
2022-03-16
*
Wake up for latches in CheckpointWriteDelay().
Thomas Munro
2022-03-16
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
*
Support base backup targets.
Robert Haas
2022-01-20
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Report wait events for local shell commands like archive_command.
Fujii Masao
2021-11-22
*
Remove unused wait events.
Amit Kapila
2021-10-21
*
Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncation
Michael Paquier
2021-07-02
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Add functions to wait for backend termination
Magnus Hagander
2021-04-08
*
Improve efficiency of wait event reporting, remove proc.h dependency.
Andres Freund
2021-04-03
*
Split wait event related code from pgstat.[ch] into wait_event.[ch].
Andres Freund
2021-04-02