index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
wait_event.h
Commit message (
Expand
)
Author
Age
*
Add wait event type "InjectionPoint", a custom type like "Extension".
Noah Misch
2024-06-27
*
Remove enum WaitEventExtension
Michael Paquier
2024-05-17
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
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
*
Generate automatically code and documentation related to wait events
Michael Paquier
2023-07-05
*
Refactor some code related to wait events "BufferPin" and "Extension"
Michael Paquier
2023-07-03
*
Improve the naming of Parallel Hash Join phases.
Thomas Munro
2023-03-23
*
Add a new wait state and use it when sending data in the apply worker.
Amit Kapila
2023-02-16
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add wait event for pg_usleep() in perform_spin_delay()
Andres Freund
2022-11-21
*
Remove the restriction that the relmap must be 512 bytes.
Robert Haas
2022-07-26
*
Create a distinct wait event for POSIX DSM allocation.
Thomas Munro
2022-07-14
*
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
*
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