summaryrefslogtreecommitdiff
path: root/src/backend/utils/activity/pgstat_relation.c
AgeCommit message (Expand)Author
47 hoursIntegrate FullTransactionIds deeper into two-phase codeMichael Paquier
2025-05-03Fix typos in comments.Etsuro Fujita
2025-04-10Add code comment explaining ins_since_vacuum and aborted insertsDavid Rowley
2025-01-28Track per-relation cumulative time spent in [auto]vacuum and [auto]analyzeMichael Paquier
2025-01-21Rework handling of pending data for backend statisticsMichael Paquier
2025-01-10Refactor some code related to backend statisticsMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-19Add backend-level statistics to pgstatsMichael Paquier
2024-11-01Add pg_memory_is_all_zeros() in memutils.hMichael Paquier
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
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-01-04Update copyright for 2024Bruce Momjian
2023-10-29Refactor some code related to transaction-level statistics for relationsMichael Paquier
2023-03-23Rename fields in pgstat structures for functions and relationsMichael Paquier
2023-03-23Count updates that move row to a new page.Peter Geoghegan
2023-02-09pgstat: Infrastructure for more detailed IO statisticsAndres Freund
2023-01-13Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-07Generate pg_stat_get*() functions for databases using macrosMichael Paquier
2022-12-06Generate pg_stat_get*() functions for tables using macrosMichael Paquier
2022-11-20pgstat: replace double lookup with IsSharedRelation()Andres Freund
2022-10-14pgstat: Track time of the last scan of a relationAndres Freund
2022-04-07pgstat: fix small bug in pgstat_drop_relation().Andres Freund
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07pgstat: normalize function naming.Andres Freund
2022-04-07pgstat: scaffolding for transactional stats creation / drop.Andres Freund
2022-04-06pgstat: add pgstat_copy_relation_stats().Andres Freund
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-04-06pgstat: move pgstat_report_autovac() to pgstat_database.c.Andres Freund
2022-04-04pgstat: consistent function comment formatting.Andres Freund
2022-03-21pgstat: split different types of stats into separate files.Andres Freund