summaryrefslogtreecommitdiff
path: root/src/backend/utils/activity
AgeCommit message (Expand)Author
2024-03-08Introduce a new GUC 'standby_slot_names'.Amit Kapila
2024-03-05Run pgindent again on the same file.Jeff Davis
2024-03-05Run pgindent for commit ef4cfdce0e.Jeff Davis
2024-03-05Fix references to renamed function in commentsHeikki Linnakangas
2024-03-05Fix a leftover reference to backend_id in commentHeikki Linnakangas
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-04Use MyBackendType in more places to check what process this isHeikki Linnakangas
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-03-03Redefine backend ID to be an index into the proc arrayHeikki Linnakangas
2024-02-28Improve performance of subsystems on top of SLRUAlvaro Herrera
2024-02-26Add helper functions for dshash tables with string keys.Nathan Bossart
2024-02-26Use NULL instead of 0 for 'arg' argument in dshash_create() calls.Nathan Bossart
2024-02-22Add a new slot sync worker to synchronize logical slots.Amit Kapila
2024-02-01Sync PG_VERSION file in CREATE DATABASE.Noah Misch
2024-02-01Fix stats_fetch_consistency with stats for fixed-numbered objectsMichael Paquier
2024-01-30Split use of SerialSLRULock, creating SerialControlLockAlvaro Herrera
2024-01-22Fix some typosMichael Paquier
2024-01-22Add backend support for injection pointsMichael Paquier
2024-01-19Introduce the dynamic shared memory registry.Nathan Bossart
2024-01-17Fix incorrect comment on how BackendStatusArray is indexedHeikki Linnakangas
2024-01-09Cross-check lists of predefined LWLocks.Nathan Bossart
2024-01-03Update copyright for 2024Bruce Momjian
2024-01-02Remove Lock suffix from WALSummarizerLock in wait_event_names.txtRobert Haas
2024-01-02Add WALSummarizerLock to wait_event_names.txtRobert Haas
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-25Enhance checkpointer restartpoint statisticsAlexander Korotkov
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-16Refactor pgstat_prepare_io_time() with an input argument instead of a GUCMichael Paquier
2023-11-06Remove distprepPeter Eisentraut
2023-10-30Introduce pg_stat_checkpointerMichael Paquier
2023-10-30Refactor some code related to transaction-level statistics for relationsMichael Paquier
2023-10-27Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointerMichael Paquier
2023-10-24Fix typos in wait_event.cMichael Paquier
2023-10-19Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier
2023-10-19Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier
2023-10-18Count write times when extending relation files for shared buffersMichael Paquier
2023-10-13Add wait events for checkpoint delay mechanism.Thomas Munro
2023-10-03Avoid memory size overflow when allocating backend activity bufferMichael Paquier
2023-09-26Fix behavior of "force" in pgstat_report_wal()Michael Paquier
2023-09-06Remove column for wait event names in wait_event_names.txtMichael Paquier
2023-09-06Use more consistent names for wait event objects and typesMichael Paquier
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-09-04Fix handling of shared statistics with dropped databasesMichael Paquier
2023-08-30Use actual backend IDs in pg_stat_get_backend_subxact().Nathan Bossart
2023-08-30Rename some support functions for pgstat* views.Nathan Bossart
2023-08-28Fix some typos in wait_event_names.txtMichael Paquier
2023-08-20Add system view pg_wait_eventsMichael Paquier
2023-08-18Fix format if entry in wait_event_names.txtMichael Paquier
2023-08-14Change custom wait events to use dynamic shared hash tablesMichael Paquier
2023-08-08doc: Fix incorrect entries generated from wait_event_names.txtMichael Paquier