summaryrefslogtreecommitdiff
path: root/src/backend/utils/activity
AgeCommit message (Expand)Author
2025-04-06Use "(void)" to mark pgstat_lock_entry(..., false) calls.Tom Lane
2025-04-02Get rid of WALBufMappingLockAlexander Korotkov
2025-03-30pgstat: Allow checksum errors to be reported in critical sectionsAndres Freund
2025-03-29Fix mis-attribution of checksum failure stats to the wrong databaseAndres Freund
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-26aio: Add io_method=io_uringAndres Freund
2025-03-24Allow plugins to set a 64-bit plan identifier in PlannedStmtMichael Paquier
2025-03-19Fix copy-paste error related to the autovacuum launcher in pgstat_io.cMichael Paquier
2025-03-19Optimize check for pending backend IO statsMichael Paquier
2025-03-18aio: Add io_method=workerAndres Freund
2025-03-18aio: Infrastructure for io_method=workerAndres Freund
2025-03-17aio: Add core asynchronous I/O infrastructureAndres Freund
2025-03-17Revert "Add redo LSN to pgstats files"Michael Paquier
2025-03-12Remove initialization from PendingBackendStatsMichael Paquier
2025-03-11Add WAL data to backend statisticsMichael Paquier
2025-03-08Make parallel nbtree index scans use an LWLock.Peter Geoghegan
2025-03-08Improve check for detection of pending data in backend statisticsMichael Paquier
2025-03-05Fix some gaps in pg_stat_io with WAL receiver and WAL summarizerMichael Paquier
2025-03-04Split pgstat_bestart() into three different routinesMichael Paquier
2025-03-03Handle auxiliary processes in SQL functions of backend statisticsMichael Paquier
2025-02-28Invent pgstat_fetch_stat_backend_by_pid()Michael Paquier
2025-02-26Adding new PgStat_WalCounters structure in pgstat.hMichael Paquier
2025-02-26Remove pgstat_flush_wal()Michael Paquier
2025-02-26Re-add GUC track_wal_io_timingMichael Paquier
2025-02-24Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier
2025-02-17Revert: Get rid of WALBufMappingLockAlexander Korotkov
2025-02-17Move wal_buffers_full from PgStat_PendingWalStats to WalUsageMichael Paquier
2025-02-17Get rid of WALBufMappingLockAlexander Korotkov
2025-02-12Remove unnecessary (char *) casts [mem]Peter Eisentraut
2025-02-12Remove unnecessary (char *) casts [string]Peter Eisentraut
2025-02-04Add data for WAL in pg_stat_io and backend statisticsMichael Paquier
2025-02-03Improve comment on top of pgstat_count_io_op_time()Michael Paquier
2025-01-31Add pgstat_drop_matching_entries() to pgstatsMichael Paquier
2025-01-28Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier
2025-01-25Change shutdown sequence to terminate checkpointer lastAndres Freund
2025-01-21Rework handling of pending data for backend statisticsMichael Paquier
2025-01-21Rename some pgstats callbacks related to flush of entriesMichael Paquier
2025-01-17Rework macro pgstat_is_ioop_tracked_in_bytes()Michael Paquier
2025-01-14Remove assertion in pgstat_count_io_op()Michael Paquier
2025-01-14Make pg_stat_io count IOs as bytes instead of blocks for some operationsMichael Paquier
2025-01-10Merge pgstat_count_io_op_n() and pgstat_count_io_op()Michael Paquier
2025-01-10Refactor some code related to backend statisticsMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-19Add backend-level statistics to pgstatsMichael Paquier
2024-12-17Tweak some comments related to variable-numbered stats in pgstat.cMichael Paquier
2024-12-09Improve comment about dropped entries in pgstat.cMichael Paquier
2024-12-09Fix invalidation of local pgstats references for entry reinitializationMichael Paquier
2024-11-27Look up backend type in pg_signal_backend() more cheaply.Nathan Bossart
2024-11-22Add write_to_file to PgStat_KindInfo for pgstats kindsMichael Paquier
2024-11-15Fix race conditions with drop of reused pgstats entriesMichael Paquier