summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pgstatfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Add writeback to pg_stat_ioAndres Freund2023-05-171-0/+5
* Remove io prefix from pg_stat_io columnsMichael Paquier2023-04-211-4/+4
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-131-8/+13
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-081-13/+8
* Handle logical slot conflicts on standbyAndres Freund2023-04-081-0/+3
* Add support for Kerberos credential delegationStephen Frost2023-04-071-8/+13
* Track IO times in pg_stat_ioAndres Freund2023-04-071-5/+59
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-301-4/+7
* Generate a few more functions of pgstatfuncs.c with macrosMichael Paquier2023-03-281-48/+41
* Generate pg_stat_get_xact*() functions for relations using macrosMichael Paquier2023-03-271-97/+29
* Rename fields in pgstat structures for functions and relationsMichael Paquier2023-03-241-19/+19
* Count updates that move row to a new page.Peter Geoghegan2023-03-231-0/+18
* Remove PgStat_BackendFunctionEntryMichael Paquier2023-03-161-6/+6
* Suppress compiler warnings in new pgstats code.Tom Lane2023-02-271-6/+4
* Add pg_stat_io view, providing more detailed IO statisticsAndres Freund2023-02-111-0/+141
* pgstat: Infrastructure for more detailed IO statisticsAndres Freund2023-02-081-2/+9
* Display the leader apply worker's PID for parallel apply workers.Amit Kapila2023-01-181-5/+16
* Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund2023-01-131-1/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Expose some information about backend subxact status.Robert Haas2022-12-191-0/+38
* Fix macro definitions in pgstatfuncs.cMichael Paquier2022-12-101-52/+52
* Generate pg_stat_get*() functions for databases using macrosMichael Paquier2022-12-071-366/+88
* Generate pg_stat_get*() functions for tables using macrosMichael Paquier2022-12-061-357/+100
* Fix initialization of pg_stat_get_lastscan()Michael Paquier2022-11-081-1/+7
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-181-3/+3
* pgstat: Track time of the last scan of a relationAndres Freund2022-10-141-0/+13
* Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane2022-09-291-31/+17
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-051-1/+1
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-261-9/+2
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-161-38/+14
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-1/+1
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-071-1/+4
* pgstat: add pg_stat_have_stats() test helper.Andres Freund2022-04-071-0/+18
* pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund2022-04-061-0/+10
* pgstat: store statistics in shared memory.Andres Freund2022-04-061-1/+9
* pgstat: normalize function naming.Andres Freund2022-04-061-1/+1
* pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund2022-04-061-36/+32
* pgstat: stats collector references in comments.Andres Freund2022-04-061-2/+2
* Use has_privs_for_roles for predefined role checksJoe Conway2022-03-281-1/+1
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-071-84/+7
* Reconsider pg_stat_subscription_workers view.Amit Kapila2022-03-011-97/+59
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-171-9/+0
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Add a view to show the stats of subscription workers.Amit Kapila2021-11-301-2/+126
* Fix memory overrun when querying pg_stat_slruMichael Paquier2021-11-121-1/+2
* pgstat: split reporting/fetching of bgwriter and checkpointer stats.Andres Freund2021-08-041-14/+13
* Replace magic constants used in pg_stat_get_replication_slot().Amit Kapila2021-06-301-2/+2
* Use HTAB for replication slot statistics.Amit Kapila2021-04-271-58/+88
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-201-2/+2
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-161-3/+5