summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pgstatfuncs.c
AgeCommit message (Expand)Author
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
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-14pgstat: Track time of the last scan of a relationAndres Freund
2022-09-29Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-08-26Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-07pgstat: add pg_stat_have_stats() test helper.Andres Freund
2022-04-06pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund
2022-04-06pgstat: store statistics in shared memory.Andres Freund
2022-04-06pgstat: normalize function naming.Andres Freund
2022-04-06pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-03-28Use has_privs_for_roles for predefined role checksJoe Conway
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-03-01Reconsider pg_stat_subscription_workers view.Amit Kapila
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-01-07Update copyright for 2022Bruce Momjian
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-11-12Fix memory overrun when querying pg_stat_slruMichael Paquier