aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pgstatfuncs.c
Commit message (Expand)AuthorAge
* Detect and Log multiple_unique_conflicts type conflict.Amit Kapila2025-03-24
* Add WAL data to backend statisticsMichael Paquier2025-03-11
* Split pgstat_bestart() into three different routinesMichael Paquier2025-03-04
* Handle auxiliary processes in SQL functions of backend statisticsMichael Paquier2025-03-03
* Invent pgstat_fetch_stat_backend_by_pid()Michael Paquier2025-02-28
* Refactor code of pg_stat_get_wal() building result tupleMichael Paquier2025-02-27
* Adding new PgStat_WalCounters structure in pgstat.hMichael Paquier2025-02-26
* Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier2025-02-24
* Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier2025-01-28
* Make pg_stat_io count IOs as bytes instead of blocks for some operationsMichael Paquier2025-01-14
* Refactor some code related to backend statisticsMichael Paquier2025-01-10
* Update copyright for 2025Bruce Momjian2025-01-01
* Add backend-level statistics to pgstatsMichael Paquier2024-12-19
* Extract logic filling pg_stat_get_io()'s tuplestore into its own routineMichael Paquier2024-12-19
* Use pg_memory_is_all_zeros() in pgstatfuncs.c.Nathan Bossart2024-12-11
* Add two attributes to pg_stat_database for parallel workers activityMichael Paquier2024-11-11
* Fix inconsistent reporting of checkpointer stats.Fujii Masao2024-10-02
* Add num_done counter to the pg_stat_checkpointer view.Fujii Masao2024-09-30
* Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier2024-09-18
* Fix incorrect pg_stat_io output on 32-bit machines.Tom Lane2024-09-06
* Collect statistics about conflicts in logical replication.Amit Kapila2024-09-04
* Introduce pluggable APIs for Cumulative StatisticsMichael Paquier2024-08-04
* Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson2024-03-22
* Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson2024-03-22
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Update copyright for 2024Bruce Momjian2024-01-03
* Enhance checkpointer restartpoint statisticsAlexander Korotkov2023-12-25
* Add target "slru" to pg_stat_reset_shared()Michael Paquier2023-11-16
* Add ability to reset all shared stats types in pg_stat_reset_shared()Michael Paquier2023-11-12
* Fix function name in commentDaniel Gustafsson2023-11-01
* Introduce pg_stat_checkpointerMichael Paquier2023-10-30
* Refactor some code related to transaction-level statistics for relationsMichael Paquier2023-10-30
* Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointerMichael Paquier2023-10-27
* Replace more MemSet calls with struct initializationPeter Eisentraut2023-09-19
* Use actual backend IDs in pg_stat_get_backend_subxact().Nathan Bossart2023-08-30
* Rename some support functions for pgstat* views.Nathan Bossart2023-08-30
* Fix pg_stat_reset_single_table_counters() for shared relationsMichael Paquier2023-08-21
* Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson2023-07-20
* Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson2023-07-20
* Pre-beta2 mechanical code beautification.Tom Lane2023-06-20
* rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian2023-05-20
* Add writeback to pg_stat_ioAndres Freund2023-05-17
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-21
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-08
* Handle logical slot conflicts on standbyAndres Freund2023-04-08
* Add support for Kerberos credential delegationStephen Frost2023-04-07
* Track IO times in pg_stat_ioAndres Freund2023-04-07
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-30