index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
backend_status.h
Age
Commit message (
Expand
)
Author
2025-05-31
Change internal plan ID type from uint64 to int64
Michael Paquier
2025-05-30
Change internal queryid type from uint64 to int64
David Rowley
2025-03-24
Allow plugins to set a 64-bit plan identifier in PlannedStmt
Michael Paquier
2025-03-04
Split pgstat_bestart() into three different routines
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-27
Look up backend type in pg_signal_backend() more cheaply.
Nathan Bossart
2024-08-29
Rename some shared memory initialization routines
Heikki Linnakangas
2024-03-22
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-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-08-30
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-07-20
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-06-20
Pre-beta2 mechanical code beautification.
Tom Lane
2023-05-21
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-13
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Add support for Kerberos credential delegation
Stephen Frost
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-19
Fix comment that was missing a word.
Robert Haas
2022-12-19
Expose some information about backend subxact status.
Robert Haas
2022-09-29
Use actual backend IDs in pg_stat_get_backend_idset() and friends.
Tom Lane
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-20
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-07
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-03
Split backend status and progress related functionality out of pgstat.c.
Andres Freund