summaryrefslogtreecommitdiff
path: root/src/include/utils/wait_event.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new wait state and use it when sending data in the apply worker.Amit Kapila2023-02-161-0/+1
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-091-0/+2
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add wait event for pg_usleep() in perform_spin_delay()Andres Freund2022-11-211-0/+1
* Remove the restriction that the relmap must be 512 bytes.Robert Haas2022-07-261-1/+1
* Create a distinct wait event for POSIX DSM allocation.Thomas Munro2022-07-141-0/+1
* pgstat: store statistics in shared memory.Andres Freund2022-04-061-1/+0
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-291-0/+1
* Fix waiting in RegisterSyncRequest().Thomas Munro2022-03-161-0/+1
* Wake up for latches in CheckpointWriteDelay().Thomas Munro2022-03-161-0/+1
* Support base backup targets.Robert Haas2022-01-201-0/+2
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Report wait events for local shell commands like archive_command.Fujii Masao2021-11-221-0/+4
* Remove unused wait events.Amit Kapila2021-10-211-5/+1
* Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncationMichael Paquier2021-07-021-1/+2
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-1/+1
* Add functions to wait for backend terminationMagnus Hagander2021-04-081-0/+1
* Improve efficiency of wait event reporting, remove proc.h dependency.Andres Freund2021-04-031-30/+12
* Split wait event related code from pgstat.[ch] into wait_event.[ch].Andres Freund2021-04-021-0/+301