summaryrefslogtreecommitdiff
path: root/src/backend/utils/activity
AgeCommit message (Expand)Author
4 daysFix performance regression with flush of pending fixed-numbered statsMichael Paquier
8 daysCross-check lists of built-in LWLock tranches.Nathan Bossart
2025-07-07Integrate FullTransactionIds deeper into two-phase codeMichael Paquier
2025-06-06Use NULL instead of 0 for pointer arguments.Nathan Bossart
2025-05-31Change internal plan ID type from uint64 to int64Michael Paquier
2025-05-30Change internal queryid type from uint64 to int64David Rowley
2025-05-29Add AioUringCompletion in wait_event_names.txtMichael Paquier
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
2025-05-03Fix memory allocation/copy mistakes.Etsuro Fujita
2025-05-03Fix typos in comments.Etsuro Fujita
2025-04-28Remove circular #include's between wait_event.h and wait_event_types.hMichael Paquier
2025-04-24Add sanity check for dshash entries when reading pgstats fileMichael Paquier
2025-04-23Remove assertion based on pending_since in pgstat_report_stat()Michael Paquier
2025-04-11Fix recently introduced typosDaniel Gustafsson
2025-04-10Add code comment explaining ins_since_vacuum and aborted insertsDavid Rowley
2025-04-08Introduce file_copy_method setting.Thomas Munro
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-07Fix use-after-free in pgstat_fetch_stat_backend_by_pid()Michael Paquier
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-18Fix copy-paste error related to the autovacuum launcher in pgstat_io.cMichael Paquier
2025-03-18Optimize 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-16Revert "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