index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
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
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