Commit Graph

236 Commits (506eede7111ae7c88bd3c21f653bbb65846bd4a5)

Author SHA1 Message Date
Fujii Masao 559efce1d6 Add num_done counter to the pg_stat_checkpointer view. 9 months ago
Michael Paquier b14e9ce7d5 Extend PgStat_HashKey.objid from 4 to 8 bytes 10 months ago
Tom Lane 129a2f6679 Fix incorrect pg_stat_io output on 32-bit machines. 10 months ago
Amit Kapila 6c2b5edecc Collect statistics about conflicts in logical replication. 10 months ago
Michael Paquier 7949d95945 Introduce pluggable APIs for Cumulative Statistics 11 months ago
Daniel Gustafsson 697f8d266c Revert "Add notBefore and notAfter to SSL cert info display" 1 year ago
Daniel Gustafsson 6acb0a628e Add notBefore and notAfter to SSL cert info display 1 year ago
Peter Eisentraut dbbca2cf29 Remove unused #include's from backend .c files 1 year ago
Heikki Linnakangas 024c521117 Replace BackendIds with 0-based ProcNumbers 1 year ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Alexander Korotkov 12915a58ee Enhance checkpointer restartpoint statistics 2 years ago
Michael Paquier 2e8a0edc2a Add target "slru" to pg_stat_reset_shared() 2 years ago
Michael Paquier 23c8c0c8f4 Add ability to reset all shared stats types in pg_stat_reset_shared() 2 years ago
Daniel Gustafsson 0f852cccd9 Fix function name in comment 2 years ago
Michael Paquier 96f052613f Introduce pg_stat_checkpointer 2 years ago
Michael Paquier bf01e1ba96 Refactor some code related to transaction-level statistics for relations 2 years ago
Michael Paquier 74604a37f2 Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointer 2 years ago
Peter Eisentraut c5b0582841 Replace more MemSet calls with struct initialization 2 years ago
Nathan Bossart d0fe3046ee Use actual backend IDs in pg_stat_get_backend_subxact(). 2 years ago
Nathan Bossart 3d51cb5197 Rename some support functions for pgstat* views. 2 years ago
Michael Paquier 6fde2d9a00 Fix pg_stat_reset_single_table_counters() for shared relations 2 years ago
Daniel Gustafsson 29a0ccbce9 Revert "Add notBefore and notAfter to SSL cert info display" 2 years ago
Daniel Gustafsson 75ec5e7bec Add notBefore and notAfter to SSL cert info display 2 years ago
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