summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pgstatfuncs.c
AgeCommit message (Expand)Author
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
2021-08-04pgstat: 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
2021-04-08Fixes for query_id featureBruce Momjian
2021-04-07Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian
2021-04-01Rename Default Roles to Predefined RolesStephen Frost
2021-03-09Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao
2021-03-09Remove support for SSL compressionMichael Paquier
2021-01-17Add pg_stat_database counters for sessions and session timeMagnus Hagander
2021-01-06Report progress of COPY commandsTomas Vondra
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-02Track total number of WAL records, FPIs and bytes generated in the cluster.Fujii Masao
2020-10-29Track statistics for streaming of changes from ReorderBuffer.Amit Kapila
2020-10-20Change the attribute name in pg_stat_replication_slots view.Amit Kapila
2020-10-08Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2020-10-02Add pg_stat_wal statistics view.Fujii Masao
2020-07-26Tweak behavior of pg_stat_activity.leader_pidMichael Paquier
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-13Improve management of SLRU statistics collection.Tom Lane
2020-05-13Use proper GetDatum function in pg_stat_get_slru().Fujii Masao
2020-04-20Allow pg_read_all_stats to access all stats views againMagnus Hagander
2020-04-02Collect statistics about SLRU cachesTomas Vondra
2020-03-28Trigger autovacuum based on number of INSERTsDavid Rowley
2020-03-13Unify several ways to tracking backend typePeter Eisentraut
2020-03-03Report progress of streaming base backup.Fujii Masao
2020-02-06Add leader_pid to pg_stat_activityMichael Paquier
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-15Report progress of ANALYZE commandsAlvaro Herrera
2020-01-08Reimplement nullification of walsender timestampAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian