aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/activity
Commit message (Expand)AuthorAge
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix interaction of log_line_prefix's query_id and log_statementBruce Momjian2021-04-20
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-20
* Fix typos and grammar in comments and docsMichael Paquier2021-04-19
* Add functions to wait for backend terminationMagnus Hagander2021-04-08
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-07
* Improve efficiency of wait event reporting, remove proc.h dependency.Andres Freund2021-04-03
* Split backend status and progress related functionality out of pgstat.c.Andres Freund2021-04-03
* Split wait event related code from pgstat.[ch] into wait_event.[ch].Andres Freund2021-04-02