aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/activity/backend_status.c
Commit message (Expand)AuthorAge
* Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson2024-03-22
* Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson2024-03-22
* Run pgindent again on the same file.Jeff Davis2024-03-05
* Run pgindent for commit ef4cfdce0e.Jeff Davis2024-03-05
* Fix references to renamed function in commentsHeikki Linnakangas2024-03-05
* Fix a leftover reference to backend_id in commentHeikki Linnakangas2024-03-05
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Redefine backend ID to be an index into the proc arrayHeikki Linnakangas2024-03-03
* Fix incorrect comment on how BackendStatusArray is indexedHeikki Linnakangas2024-01-17
* Update copyright for 2024Bruce Momjian2024-01-03
* Avoid memory size overflow when allocating backend activity bufferMichael Paquier2023-10-03
* Use actual backend IDs in pg_stat_get_backend_subxact().Nathan Bossart2023-08-30
* Rename some support functions for pgstat* views.Nathan Bossart2023-08-30
* Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson2023-07-20
* Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson2023-07-20
* rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian2023-05-20
* Fix typos in commentsMichael Paquier2023-05-02
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-08
* Add support for Kerberos credential delegationStephen Frost2023-04-07
* Update copyright for 2023Bruce Momjian2023-01-02
* Move variable increment to the end of the loopJohn Naylor2022-12-20
* Expose some information about backend subxact status.Robert Haas2022-12-19
* Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane2022-09-29
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-08
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix performance regression from session statistics.Andres Freund2021-09-16
* Unset MyBEEntry, making elog.c's call to pgstat_get_my_query_id() safe.Andres Freund2021-08-19
* 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
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-07
* Split backend status and progress related functionality out of pgstat.c.Andres Freund2021-04-03