aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/wait_event.h
Commit message (Expand)AuthorAge
* Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch2024-06-27
* Remove enum WaitEventExtensionMichael Paquier2024-05-17
* Update copyright for 2024Bruce Momjian2024-01-03
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Add system view pg_wait_eventsMichael Paquier2023-08-20
* Change custom wait events to use dynamic shared hash tablesMichael Paquier2023-08-14
* Support custom wait events for wait event type "Extension"Michael Paquier2023-07-31
* Generate automatically code and documentation related to wait eventsMichael Paquier2023-07-05
* Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier2023-07-03
* Improve the naming of Parallel Hash Join phases.Thomas Munro2023-03-23
* Add a new wait state and use it when sending data in the apply worker.Amit Kapila2023-02-16
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Update copyright for 2023Bruce Momjian2023-01-02
* Add wait event for pg_usleep() in perform_spin_delay()Andres Freund2022-11-21
* Remove the restriction that the relmap must be 512 bytes.Robert Haas2022-07-26
* Create a distinct wait event for POSIX DSM allocation.Thomas Munro2022-07-14
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-29
* Fix waiting in RegisterSyncRequest().Thomas Munro2022-03-16
* Wake up for latches in CheckpointWriteDelay().Thomas Munro2022-03-16
* Support base backup targets.Robert Haas2022-01-20
* Update copyright for 2022Bruce Momjian2022-01-07
* Report wait events for local shell commands like archive_command.Fujii Masao2021-11-22
* Remove unused wait events.Amit Kapila2021-10-21
* Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncationMichael Paquier2021-07-02
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Add functions to wait for backend terminationMagnus Hagander2021-04-08
* Improve efficiency of wait event reporting, remove proc.h dependency.Andres Freund2021-04-03
* Split wait event related code from pgstat.[ch] into wait_event.[ch].Andres Freund2021-04-02