Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Initial pgindent and pgperltidy run for v14. | Tom Lane | 2021-05-12 |
* | Fix interaction of log_line_prefix's query_id and log_statement | Bruce Momjian | 2021-04-20 |
* | adjust query id feature to use pg_stat_activity.query_id | Bruce Momjian | 2021-04-20 |
* | Fix typos and grammar in comments and docs | Michael Paquier | 2021-04-19 |
* | Add functions to wait for backend termination | Magnus Hagander | 2021-04-08 |
* | Make use of in-core query id added by commit 5fd9dfa5f5 | Bruce Momjian | 2021-04-07 |
* | Improve efficiency of wait event reporting, remove proc.h dependency. | Andres Freund | 2021-04-03 |
* | Split backend status and progress related functionality out of pgstat.c. | Andres Freund | 2021-04-03 |
* | Split wait event related code from pgstat.[ch] into wait_event.[ch]. | Andres Freund | 2021-04-02 |