aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pgstatfuncs.c
Commit message (Expand)AuthorAge
* 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
* Update copyright for 2022Bruce Momjian2022-01-07
* Add a view to show the stats of subscription workers.Amit Kapila2021-11-30
* Fix memory overrun when querying pg_stat_slruMichael Paquier2021-11-12
* pgstat: split reporting/fetching of bgwriter and checkpointer stats.Andres Freund2021-08-04
* 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