summaryrefslogtreecommitdiff
path: root/src/backend/utils/activity/pgstat_replslot.c
AgeCommit message (Expand)Author
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-18Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier
2024-06-05Prevent inconsistent use of stats entry for replication slotsMichael Paquier
2024-03-12Add some asserts based on LWLockHeldByMe() for replication slot statisticsMichael Paquier
2024-03-11Improve consistency of replication slot statisticsMichael Paquier
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-08pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund
2022-09-19Remove various duplicated wordsDavid Rowley
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07pgstat: revise replication slot API in preparation for shared memory stats.Andres Freund
2022-04-07pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-04-04pgstat: consistent function comment formatting.Andres Freund
2022-03-21pgstat: split different types of stats into separate files.Andres Freund