summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pgstatfuncs.c
AgeCommit message (Expand)Author
2023-04-20Remove 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-08Add support for Kerberos credential delegationStephen Frost
2023-04-08Track IO times in pg_stat_ioAndres Freund
2023-03-31Track shared buffer hits in pg_stat_ioAndres Freund
2023-03-27Generate 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-23Rename 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-09pgstat: 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-25Remove 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-07pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07pgstat: normalize function naming.Andres Freund
2022-04-07pgstat: 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-08Update 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
2021-08-05pgstat: split reporting/fetching of bgwriter and checkpointer stats.Andres Freund
2021-06-30Replace magic constants used in pg_stat_get_replication_slot().Amit Kapila
2021-04-27Use HTAB for replication slot statistics.Amit Kapila
2021-04-20adjust query id feature to use pg_stat_activity.query_idBruce Momjian
2021-04-16Add information of total data processed to replication slot stats.Amit Kapila
2021-04-14Use NameData datatype for slotname in stats.Amit Kapila