summaryrefslogtreecommitdiff
path: root/src/backend/utils/activity
AgeCommit message (Expand)Author
7 daysToggle logical decoding dynamically based on logical slot presence.Masahiko Sawada
13 daysChange pgstat_report_vacuum() to use RelationMichael Paquier
2025-12-15Add retry logic to pg_sync_replication_slots().Amit Kapila
2025-12-15Allow cumulative statistics to read/write auxiliary data from/to diskMichael Paquier
2025-12-10Use palloc_object() and palloc_array() in backend codeMichael Paquier
2025-12-09Add wait event for the group commit delay before WAL flushHeikki Linnakangas
2025-12-05Rename column slotsync_skip_at to slotsync_last_skip.Amit Kapila
2025-12-03Rename BUFFERPIN wait event class to BUFFERAndres Freund
2025-11-28Add slotsync_skip_reason column to pg_replication_slots view.Amit Kapila
2025-11-25Add slotsync skip statistics.Amit Kapila
2025-11-25Rename routines for write/read of pgstats fileMichael Paquier
2025-11-18Rename two columns in pg_stat_subscription_stats.Amit Kapila
2025-11-07Add seq_sync_error_count to subscription statistics.Amit Kapila
2025-11-05Add 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-10-01Fix typo in pgstat_relation.c header commentDavid Rowley
2025-09-29Add 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-04Fix 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-28Fix 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-11Add 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