summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pgstatfuncs.c
AgeCommit message (Expand)Author
2024-10-02Fix inconsistent reporting of checkpointer stats.Fujii Masao
2024-09-30Add num_done counter to the pg_stat_checkpointer view.Fujii Masao
2024-09-18Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier
2024-09-06Fix incorrect pg_stat_io output on 32-bit machines.Tom Lane
2024-09-04Collect statistics about conflicts in logical replication.Amit Kapila
2024-08-04Introduce pluggable APIs for Cumulative StatisticsMichael Paquier
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-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-01-03Update copyright for 2024Bruce Momjian
2023-12-25Enhance checkpointer restartpoint statisticsAlexander Korotkov
2023-11-16Add target "slru" to pg_stat_reset_shared()Michael Paquier
2023-11-12Add ability to reset all shared stats types in pg_stat_reset_shared()Michael Paquier
2023-11-01Fix function name in commentDaniel Gustafsson
2023-10-30Introduce pg_stat_checkpointerMichael Paquier
2023-10-30Refactor some code related to transaction-level statistics for relationsMichael Paquier
2023-10-27Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointerMichael Paquier
2023-09-19Replace more MemSet calls with struct initializationPeter 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-08-21Fix pg_stat_reset_single_table_counters() for shared relationsMichael Paquier
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-20rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian
2023-05-17Add writeback to pg_stat_ioAndres Freund
2023-04-21Remove io prefix from pg_stat_io columnsMichael Paquier
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-08Handle logical slot conflicts on standbyAndres Freund
2023-04-07Add support for Kerberos credential delegationStephen Frost
2023-04-07Track IO times in pg_stat_ioAndres Freund
2023-03-30Track shared buffer hits in pg_stat_ioAndres Freund
2023-03-28Generate a few more functions of pgstatfuncs.c with macrosMichael Paquier
2023-03-27Generate pg_stat_get_xact*() functions for relations using macrosMichael Paquier
2023-03-24Rename fields in pgstat structures for functions and relationsMichael Paquier
2023-03-23Count updates that move row to a new page.Peter Geoghegan
2023-03-16Remove PgStat_BackendFunctionEntryMichael Paquier
2023-02-27Suppress compiler warnings in new pgstats code.Tom Lane
2023-02-11Add pg_stat_io view, providing more detailed IO statisticsAndres Freund
2023-02-08pgstat: Infrastructure for more detailed IO statisticsAndres Freund
2023-01-18Display the leader apply worker's PID for parallel apply workers.Amit Kapila
2023-01-13Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-19Expose some information about backend subxact status.Robert Haas
2022-12-10Fix macro definitions in pgstatfuncs.cMichael Paquier
2022-12-07Generate pg_stat_get*() functions for databases using macrosMichael Paquier
2022-12-06Generate pg_stat_get*() functions for tables using macrosMichael Paquier
2022-11-08Fix initialization of pg_stat_get_lastscan()Michael Paquier