summaryrefslogtreecommitdiff
path: root/src/include/utils/wait_event.h
AgeCommit message (Expand)Author
2025-04-28Remove circular #include's between wait_event.h and wait_event_types.hMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-06-28Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch
2024-05-17Remove enum WaitEventExtensionMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-08-20Add system view pg_wait_eventsMichael Paquier
2023-08-14Change custom wait events to use dynamic shared hash tablesMichael Paquier
2023-07-31Support custom wait events for wait event type "Extension"Michael Paquier
2023-07-05Generate automatically code and documentation related to wait eventsMichael Paquier
2023-07-03Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier
2023-03-23Improve the naming of Parallel Hash Join phases.Thomas Munro
2023-02-16Add a new wait state and use it when sending data in the apply worker.Amit Kapila
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-22Add wait event for pg_usleep() in perform_spin_delay()Andres Freund
2022-07-26Remove the restriction that the relmap must be 512 bytes.Robert Haas
2022-07-14Create a distinct wait event for POSIX DSM allocation.Thomas Munro
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-16Fix waiting in RegisterSyncRequest().Thomas Munro
2022-03-16Wake up for latches in CheckpointWriteDelay().Thomas Munro
2022-01-20Support base backup targets.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-22Report wait events for local shell commands like archive_command.Fujii Masao
2021-10-21Remove unused wait events.Amit Kapila
2021-07-02Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncationMichael Paquier
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-08Add functions to wait for backend terminationMagnus Hagander
2021-04-03Improve efficiency of wait event reporting, remove proc.h dependency.Andres Freund
2021-04-03Split wait event related code from pgstat.[ch] into wait_event.[ch].Andres Freund