summaryrefslogtreecommitdiff
path: root/src/include/utils/backend_status.h
AgeCommit message (Expand)Author
2025-05-31Change internal plan ID type from uint64 to int64Michael Paquier
2025-05-30Change internal queryid type from uint64 to int64David Rowley
2025-03-24Allow plugins to set a 64-bit plan identifier in PlannedStmtMichael Paquier
2025-03-04Split pgstat_bestart() into three different routinesMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-27Look up backend type in pg_signal_backend() more cheaply.Nathan Bossart
2024-08-29Rename some shared memory initialization routinesHeikki Linnakangas
2024-03-22Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2024-03-22Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-08-30Use actual backend IDs in pg_stat_get_backend_subxact().Nathan Bossart
2023-08-30Rename some support functions for pgstat* views.Nathan Bossart
2023-07-20Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2023-07-20Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-05-21rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-19Fix comment that was missing a word.Robert Haas
2022-12-19Expose some information about backend subxact status.Robert Haas
2022-09-29Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-01-08Update copyright for 2022Bruce Momjian
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-20adjust query id feature to use pg_stat_activity.query_idBruce Momjian
2021-04-07Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian
2021-04-03Split backend status and progress related functionality out of pgstat.c.Andres Freund