aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pgstatfuncs.c
Commit message (Expand)AuthorAge
* 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
* Generate a few more functions of pgstatfuncs.c with macrosMichael Paquier2023-03-28
* Generate pg_stat_get_xact*() functions for relations using macrosMichael Paquier2023-03-27
* Rename fields in pgstat structures for functions and relationsMichael Paquier2023-03-24
* Count updates that move row to a new page.Peter Geoghegan2023-03-23
* Remove PgStat_BackendFunctionEntryMichael Paquier2023-03-16
* Suppress compiler warnings in new pgstats code.Tom Lane2023-02-27
* Add pg_stat_io view, providing more detailed IO statisticsAndres Freund2023-02-11
* pgstat: Infrastructure for more detailed IO statisticsAndres Freund2023-02-08
* Display the leader apply worker's PID for parallel apply workers.Amit Kapila2023-01-18
* Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund2023-01-13
* Update copyright for 2023Bruce Momjian2023-01-02
* Expose some information about backend subxact status.Robert Haas2022-12-19
* Fix macro definitions in pgstatfuncs.cMichael Paquier2022-12-10
* Generate pg_stat_get*() functions for databases using macrosMichael Paquier2022-12-07
* Generate pg_stat_get*() functions for tables using macrosMichael Paquier2022-12-06
* Fix initialization of pg_stat_get_lastscan()Michael Paquier2022-11-08
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* pgstat: Track time of the last scan of a relationAndres Freund2022-10-14
* Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane2022-09-29
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-05
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-26
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* pgstat: add pg_stat_have_stats() test helper.Andres Freund2022-04-07
* pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund2022-04-06
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* pgstat: normalize function naming.Andres Freund2022-04-06
* pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund2022-04-06
* pgstat: stats collector references in comments.Andres Freund2022-04-06
* Use has_privs_for_roles for predefined role checksJoe Conway2022-03-28
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-07
* Reconsider pg_stat_subscription_workers view.Amit Kapila2022-03-01
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17