aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pgstatfuncs.c
Commit message (Expand)AuthorAge
* Fix NULL input behaviour of pg_stat_get_replication_slot().Andres Freund2022-03-27
* Fix memory overrun when querying pg_stat_slruMichael Paquier2021-11-12
* Replace magic constants used in pg_stat_get_replication_slot().Amit Kapila2021-06-30
* Use HTAB for replication slot statistics.Amit Kapila2021-04-27
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-20
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-16
* Use NameData datatype for slotname in stats.Amit Kapila2021-04-14
* Fixes for query_id featureBruce Momjian2021-04-08
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-07
* Rename Default Roles to Predefined RolesStephen Frost2021-04-01
* Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao2021-03-09
* Remove support for SSL compressionMichael Paquier2021-03-09
* Add pg_stat_database counters for sessions and session timeMagnus Hagander2021-01-17
* Report progress of COPY commandsTomas Vondra2021-01-06
* Update copyright for 2021Bruce Momjian2021-01-02
* Track total number of WAL records, FPIs and bytes generated in the cluster.Fujii Masao2020-12-02
* Track statistics for streaming of changes from ReorderBuffer.Amit Kapila2020-10-29
* Change the attribute name in pg_stat_replication_slots view.Amit Kapila2020-10-20
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2020-10-08
* Add pg_stat_wal statistics view.Fujii Masao2020-10-02
* Tweak behavior of pg_stat_activity.leader_pidMichael Paquier2020-07-26
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Improve management of SLRU statistics collection.Tom Lane2020-05-13
* Use proper GetDatum function in pg_stat_get_slru().Fujii Masao2020-05-13
* Allow pg_read_all_stats to access all stats views againMagnus Hagander2020-04-20
* Collect statistics about SLRU cachesTomas Vondra2020-04-02
* Trigger autovacuum based on number of INSERTsDavid Rowley2020-03-28
* Unify several ways to tracking backend typePeter Eisentraut2020-03-13
* Report progress of streaming base backup.Fujii Masao2020-03-03
* Add leader_pid to pg_stat_activityMichael Paquier2020-02-06
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Report progress of ANALYZE commandsAlvaro Herrera2020-01-15
* Reimplement nullification of walsender timestampAlvaro Herrera2020-01-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-24
* Return NULL for checksum failures if checksums are not enabledMagnus Hagander2019-04-17
* Show shared object statistics in pg_stat_databaseMagnus Hagander2019-04-12
* GSSAPI encryption supportStephen Frost2019-04-03
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* Add progress reporting for CLUSTER and VACUUM FULL.Robert Haas2019-03-25
* Track block level checksum failures in pg_stat_databaseMagnus Hagander2019-03-09
* Hide other user's pg_stat_ssl rowsPeter Eisentraut2019-02-21
* Add more columns to pg_stat_sslPeter Eisentraut2019-02-01
* Fix pg_stat_ssl.clientdnPeter Eisentraut2019-01-29
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Fix assorted compiler warnings seen in the buildfarm.Tom Lane2018-05-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Add background worker typePeter Eisentraut2017-09-29