index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
pgstatfuncs.c
Age
Commit message (
Expand
)
Author
2024-10-02
Fix inconsistent reporting of checkpointer stats.
Fujii Masao
2024-09-30
Add num_done counter to the pg_stat_checkpointer view.
Fujii Masao
2024-09-18
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
2024-09-06
Fix incorrect pg_stat_io output on 32-bit machines.
Tom Lane
2024-09-04
Collect statistics about conflicts in logical replication.
Amit Kapila
2024-08-04
Introduce pluggable APIs for Cumulative Statistics
Michael Paquier
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-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-25
Enhance checkpointer restartpoint statistics
Alexander Korotkov
2023-11-16
Add target "slru" to pg_stat_reset_shared()
Michael Paquier
2023-11-12
Add ability to reset all shared stats types in pg_stat_reset_shared()
Michael Paquier
2023-11-01
Fix function name in comment
Daniel Gustafsson
2023-10-30
Introduce pg_stat_checkpointer
Michael Paquier
2023-10-30
Refactor some code related to transaction-level statistics for relations
Michael Paquier
2023-10-27
Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointer
Michael Paquier
2023-09-19
Replace more MemSet calls with struct initialization
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-08-21
Fix pg_stat_reset_single_table_counters() for shared relations
Michael Paquier
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-20
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
2023-05-17
Add writeback to pg_stat_io
Andres Freund
2023-04-21
Remove io prefix from pg_stat_io columns
Michael Paquier
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
Handle logical slot conflicts on standby
Andres Freund
2023-04-07
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
Track IO times in pg_stat_io
Andres Freund
2023-03-30
Track shared buffer hits in pg_stat_io
Andres Freund
2023-03-28
Generate a few more functions of pgstatfuncs.c with macros
Michael Paquier
2023-03-27
Generate pg_stat_get_xact*() functions for relations using macros
Michael Paquier
2023-03-24
Rename fields in pgstat structures for functions and relations
Michael Paquier
2023-03-23
Count updates that move row to a new page.
Peter Geoghegan
2023-03-16
Remove PgStat_BackendFunctionEntry
Michael Paquier
2023-02-27
Suppress compiler warnings in new pgstats code.
Tom Lane
2023-02-11
Add pg_stat_io view, providing more detailed IO statistics
Andres Freund
2023-02-08
pgstat: Infrastructure for more detailed IO statistics
Andres Freund
2023-01-18
Display the leader apply worker's PID for parallel apply workers.
Amit Kapila
2023-01-13
Manual cleanup and pgindent of pgstat and bufmgr related code
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-19
Expose some information about backend subxact status.
Robert Haas
2022-12-10
Fix macro definitions in pgstatfuncs.c
Michael Paquier
2022-12-07
Generate pg_stat_get*() functions for databases using macros
Michael Paquier
2022-12-06
Generate pg_stat_get*() functions for tables using macros
Michael Paquier
2022-11-08
Fix initialization of pg_stat_get_lastscan()
Michael Paquier
[next]