index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
wait_event.h
Age
Commit message (
Expand
)
Author
2025-04-28
Remove circular #include's between wait_event.h and wait_event_types.h
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-06-28
Add wait event type "InjectionPoint", a custom type like "Extension".
Noah Misch
2024-05-17
Remove enum WaitEventExtension
Michael Paquier
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-08-20
Add system view pg_wait_events
Michael Paquier
2023-08-14
Change custom wait events to use dynamic shared hash tables
Michael Paquier
2023-07-31
Support custom wait events for wait event type "Extension"
Michael Paquier
2023-07-05
Generate automatically code and documentation related to wait events
Michael Paquier
2023-07-03
Refactor some code related to wait events "BufferPin" and "Extension"
Michael Paquier
2023-03-23
Improve the naming of Parallel Hash Join phases.
Thomas Munro
2023-02-16
Add a new wait state and use it when sending data in the apply worker.
Amit Kapila
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-22
Add wait event for pg_usleep() in perform_spin_delay()
Andres Freund
2022-07-26
Remove the restriction that the relmap must be 512 bytes.
Robert Haas
2022-07-14
Create a distinct wait event for POSIX DSM allocation.
Thomas Munro
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-03-29
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-16
Fix waiting in RegisterSyncRequest().
Thomas Munro
2022-03-16
Wake up for latches in CheckpointWriteDelay().
Thomas Munro
2022-01-20
Support base backup targets.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-22
Report wait events for local shell commands like archive_command.
Fujii Masao
2021-10-21
Remove unused wait events.
Amit Kapila
2021-07-02
Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncation
Michael Paquier
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-08
Add functions to wait for backend termination
Magnus Hagander
2021-04-03
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