summaryrefslogtreecommitdiff
path: root/src/backend/utils/activity
AgeCommit message (Expand)Author
8 daysAdd seq_sync_error_count to subscription statistics.Amit Kapila
10 daysAdd infrastructure for efficient LSN waitingAlexander Korotkov
2025-10-28Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()Michael Paquier
2025-10-08Add mem_exceeded_count column to pg_stat_replication_slots.Masahiko Sawada
2025-10-08Add stats_reset to pg_stat_user_functionsMichael Paquier
2025-10-06Add stats_reset to pg_stat_all_{tables,indexes} and related viewsMichael Paquier
2025-09-30Fix typo in pgstat_relation.c header commentDavid Rowley
2025-09-28Add support for tracking of entry count in pgstatsMichael Paquier
2025-09-25Don't include execnodes.h in replication/conflict.hÁlvaro Herrera
2025-09-24Fix incorrect option name in usage screenDaniel Gustafsson
2025-09-24Consistently handle tab delimiters for wait event namesDaniel Gustafsson
2025-09-19Document and check that PgStat_HashKey has no paddingMichael Paquier
2025-09-08Fix corruption of pgstats shared hashtable due to OOM failuresMichael Paquier
2025-09-04Adjust commentary for WaitEventLWLock in wait_event_names.txt.Nathan Bossart
2025-09-03Fix incorrect comment in pgstat_backend.cMichael Paquier
2025-09-02Generate pgstat_count_slru*() functions for slru using macrosMichael Paquier
2025-08-22Revert "Get rid of WALBufMappingLock"Alexander Korotkov
2025-08-19Remove useless pointer update in StatsShmemInit()Michael Paquier
2025-08-08Remove useless/superfluous Datum conversionsPeter Eisentraut
2025-08-08Add information about "generation" when dropping twice pgstats entryMichael Paquier
2025-07-27Fix performance regression with flush of pending fixed-numbered statsMichael Paquier
2025-07-23Cross-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