index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
activity
/
backend_status.c
Commit message (
Expand
)
Author
Age
*
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2024-03-22
*
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2024-03-22
*
Run pgindent again on the same file.
Jeff Davis
2024-03-05
*
Run pgindent for commit ef4cfdce0e.
Jeff Davis
2024-03-05
*
Fix references to renamed function in comments
Heikki Linnakangas
2024-03-05
*
Fix a leftover reference to backend_id in comment
Heikki Linnakangas
2024-03-05
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-03-03
*
Fix incorrect comment on how BackendStatusArray is indexed
Heikki Linnakangas
2024-01-17
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Avoid memory size overflow when allocating backend activity buffer
Michael Paquier
2023-10-03
*
Use actual backend IDs in pg_stat_get_backend_subxact().
Nathan Bossart
2023-08-30
*
Rename some support functions for pgstat* views.
Nathan Bossart
2023-08-30
*
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2023-07-20
*
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2023-07-20
*
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
2023-05-20
*
Fix typos in comments
Michael Paquier
2023-05-02
*
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-13
*
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
*
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Move variable increment to the end of the loop
John Naylor
2022-12-20
*
Expose some information about backend subxact status.
Robert Haas
2022-12-19
*
Use actual backend IDs in pg_stat_get_backend_idset() and friends.
Tom Lane
2022-09-29
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix performance regression from session statistics.
Andres Freund
2021-09-16
*
Unset MyBEEntry, making elog.c's call to pgstat_get_my_query_id() safe.
Andres Freund
2021-08-19
*
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
*
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
*
Split backend status and progress related functionality out of pgstat.c.
Andres Freund
2021-04-03