summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pgstatfuncs.c
AgeCommit message (Expand)Author
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
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-04-17Return NULL for checksum failures if checksums are not enabledMagnus Hagander
2019-04-12Show shared object statistics in pg_stat_databaseMagnus Hagander
2019-04-03GSSAPI encryption supportStephen Frost
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-03-25Add progress reporting for CLUSTER and VACUUM FULL.Robert Haas
2019-03-09Track block level checksum failures in pg_stat_databaseMagnus Hagander
2019-02-21Hide other user's pg_stat_ssl rowsPeter Eisentraut
2019-02-01Add more columns to pg_stat_sslPeter Eisentraut
2019-01-29Fix pg_stat_ssl.clientdnPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-05-02Fix assorted compiler warnings seen in the buildfarm.Tom Lane
2018-01-02Update copyright for 2018Bruce Momjian
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-09-29Add background worker typePeter Eisentraut
2017-09-19Speedup pgstat_report_activity by moving mb-aware truncation to read side.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-03-30Default monitoring rolesSimon Riggs