aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/activity
Commit message (Expand)AuthorAge
* Fix memory allocation/copy mistakes.Etsuro Fujita2025-05-03
* Fix typos in comments.Etsuro Fujita2025-05-03
* Remove circular #include's between wait_event.h and wait_event_types.hMichael Paquier2025-04-28
* Add sanity check for dshash entries when reading pgstats fileMichael Paquier2025-04-24
* Remove assertion based on pending_since in pgstat_report_stat()Michael Paquier2025-04-23
* Fix recently introduced typosDaniel Gustafsson2025-04-11
* Add code comment explaining ins_since_vacuum and aborted insertsDavid Rowley2025-04-11
* Introduce file_copy_method setting.Thomas Munro2025-04-08
* Add function to get memory context stats for processesDaniel Gustafsson2025-04-08
* Fix use-after-free in pgstat_fetch_stat_backend_by_pid()Michael Paquier2025-04-07
* Use "(void)" to mark pgstat_lock_entry(..., false) calls.Tom Lane2025-04-06
* Get rid of WALBufMappingLockAlexander Korotkov2025-04-02
* pgstat: Allow checksum errors to be reported in critical sectionsAndres Freund2025-03-30
* Fix mis-attribution of checksum failure stats to the wrong databaseAndres Freund2025-03-29
* Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut2025-03-29
* aio: Add io_method=io_uringAndres Freund2025-03-26
* Allow plugins to set a 64-bit plan identifier in PlannedStmtMichael Paquier2025-03-24
* Fix copy-paste error related to the autovacuum launcher in pgstat_io.cMichael Paquier2025-03-19
* Optimize check for pending backend IO statsMichael Paquier2025-03-19
* aio: Add io_method=workerAndres Freund2025-03-18
* aio: Infrastructure for io_method=workerAndres Freund2025-03-18
* aio: Add core asynchronous I/O infrastructureAndres Freund2025-03-17
* Revert "Add redo LSN to pgstats files"Michael Paquier2025-03-17
* Remove initialization from PendingBackendStatsMichael Paquier2025-03-12
* Add WAL data to backend statisticsMichael Paquier2025-03-11
* Make parallel nbtree index scans use an LWLock.Peter Geoghegan2025-03-08
* Improve check for detection of pending data in backend statisticsMichael Paquier2025-03-08
* Fix some gaps in pg_stat_io with WAL receiver and WAL summarizerMichael Paquier2025-03-05
* Split pgstat_bestart() into three different routinesMichael Paquier2025-03-04
* Handle auxiliary processes in SQL functions of backend statisticsMichael Paquier2025-03-03
* Invent pgstat_fetch_stat_backend_by_pid()Michael Paquier2025-02-28
* Adding new PgStat_WalCounters structure in pgstat.hMichael Paquier2025-02-26
* Remove pgstat_flush_wal()Michael Paquier2025-02-26
* Re-add GUC track_wal_io_timingMichael Paquier2025-02-26
* Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier2025-02-24
* Revert: Get rid of WALBufMappingLockAlexander Korotkov2025-02-17
* Move wal_buffers_full from PgStat_PendingWalStats to WalUsageMichael Paquier2025-02-17
* Get rid of WALBufMappingLockAlexander Korotkov2025-02-17
* Remove unnecessary (char *) casts [mem]Peter Eisentraut2025-02-12
* Remove unnecessary (char *) casts [string]Peter Eisentraut2025-02-12
* Add data for WAL in pg_stat_io and backend statisticsMichael Paquier2025-02-04
* Improve comment on top of pgstat_count_io_op_time()Michael Paquier2025-02-03
* Add pgstat_drop_matching_entries() to pgstatsMichael Paquier2025-01-31
* Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier2025-01-28
* Change shutdown sequence to terminate checkpointer lastAndres Freund2025-01-25
* Rework handling of pending data for backend statisticsMichael Paquier2025-01-21
* Rename some pgstats callbacks related to flush of entriesMichael Paquier2025-01-21
* Rework macro pgstat_is_ioop_tracked_in_bytes()Michael Paquier2025-01-17
* Remove assertion in pgstat_count_io_op()Michael Paquier2025-01-14
* Make pg_stat_io count IOs as bytes instead of blocks for some operationsMichael Paquier2025-01-14