Commit Graph

213 Commits (b334612b8aee9f9a34378982d8938b201dfad323)

Author SHA1 Message Date
Tom Lane b334612b8a Pre-beta2 mechanical code beautification. 2 years ago
Bruce Momjian 9c0a0e2ed9 rename "gss_accept_deleg" to "gss_accept_delegation". 2 years ago
Andres Freund 093e5c57d5 Add writeback to pg_stat_io 2 years ago
Michael Paquier 0ecb87e1fa Remove io prefix from pg_stat_io columns 2 years ago
Stephen Frost 6633cfb216 De-Revert "Add support for Kerberos credential delegation" 2 years ago
Stephen Frost 3d03b24c35 Revert "Add support for Kerberos credential delegation" 2 years ago
Andres Freund 26669757b6 Handle logical slot conflicts on standby 2 years ago
Stephen Frost 3d4fa227bc Add support for Kerberos credential delegation 2 years ago
Andres Freund ac8d53dae5 Track IO times in pg_stat_io 2 years ago
Andres Freund 8aaa04b32d Track shared buffer hits in pg_stat_io 2 years ago
Michael Paquier 4efd0bf7ea Generate a few more functions of pgstatfuncs.c with macros 2 years ago
Michael Paquier 850f4b4c8c Generate pg_stat_get_xact*() functions for relations using macros 2 years ago
Michael Paquier 8089517ab8 Rename fields in pgstat structures for functions and relations 2 years ago
Peter Geoghegan ae4fdde135 Count updates that move row to a new page. 2 years ago
Michael Paquier e731aeac89 Remove PgStat_BackendFunctionEntry 2 years ago
Tom Lane 728560db7d Suppress compiler warnings in new pgstats code. 2 years ago
Andres Freund a9c70b46db Add pg_stat_io view, providing more detailed IO statistics 2 years ago
Andres Freund 28e626bde0 pgstat: Infrastructure for more detailed IO statistics 2 years ago
Amit Kapila d540a02a72 Display the leader apply worker's PID for parallel apply workers. 2 years ago
Andres Freund 250c8ee07e Manual cleanup and pgindent of pgstat and bufmgr related code 2 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Robert Haas 10ea0f924a Expose some information about backend subxact status. 3 years ago
Michael Paquier 66dcb09246 Fix macro definitions in pgstatfuncs.c 3 years ago
Michael Paquier 8018ffbf58 Generate pg_stat_get*() functions for databases using macros 3 years ago
Michael Paquier 83a1a1b566 Generate pg_stat_get*() functions for tables using macros 3 years ago
Michael Paquier d7744d50a5 Fix initialization of pg_stat_get_lastscan() 3 years ago
Michael Paquier a19e5cee63 Rename SetSingleFuncCall() to InitMaterializedSRF() 3 years ago
Andres Freund c037471832 pgstat: Track time of the last scan of a relation 3 years ago
Tom Lane d7e39d72ca Use actual backend IDs in pg_stat_get_backend_idset() and friends. 3 years ago
Peter Eisentraut 6bcda4a721 Fix incorrect uses of Datum conversion macros 3 years ago
Thomas Munro bcc8b14ef6 Remove configure probe for sockaddr_in6 and require AF_INET6. 3 years ago
Peter Eisentraut 9fd45870c1 Replace many MemSet calls with struct initialization 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
Thomas Munro 5dc0418fab Prefetch data referenced by the WAL, take II. 3 years ago
Andres Freund ad401664b8 pgstat: add pg_stat_have_stats() test helper. 3 years ago
Andres Freund 0f96965c65 pgstat: add pg_stat_force_next_flush(), use it to simplify tests. 3 years ago
Andres Freund 5891c7a8ed pgstat: store statistics in shared memory. 3 years ago
Andres Freund be902e2651 pgstat: normalize function naming. 3 years ago
Andres Freund 8fb580a35c pgstat: prepare APIs used by pgstatfuncs for shared memory stats. 3 years ago
Andres Freund bdbd3d9064 pgstat: stats collector references in comments. 3 years ago
Joe Conway 6198420ad8 Use has_privs_for_roles for predefined role checks 3 years ago
Michael Paquier 9e98583898 Create routine able to set single-call SRFs for Materialize mode 3 years ago
Amit Kapila 7a85073290 Reconsider pg_stat_subscription_workers view. 3 years ago
Michael Paquier d61a361d1a Remove all traces of tuplestore_donestoring() in the C code 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Amit Kapila 8d74fc96db Add a view to show the stats of subscription workers. 4 years ago
Michael Paquier a45ed975c5 Fix memory overrun when querying pg_stat_slru 4 years ago
Andres Freund 1bc8e7b099 pgstat: split reporting/fetching of bgwriter and checkpointer stats. 4 years ago
Amit Kapila ab5e48f153 Replace magic constants used in pg_stat_get_replication_slot(). 4 years ago
Amit Kapila 3fa17d3771 Use HTAB for replication slot statistics. 4 years ago