Commits

DateSubjectAuthorReleases
2025-03-30 pgstat: Allow checksum errors to be reported in critical sections Andres Freund 18.0
2025-03-29 Fix mis-attribution of checksum failure stats to the wrong database Andres Freund 18.0
2025-03-18 aio: Infrastructure for io_method=worker Andres Freund 18.0
2023-05-17 Add writeback to pg_stat_io Andres Freund 16.0
2023-04-08 Handle logical slot conflicts on standby Andres Freund 16.0
2023-04-08 Track IO times in pg_stat_io Andres Freund 16.0
2023-04-05 bufmgr: Introduce infrastructure for faster relation extension Andres Freund 16.0
2023-03-31 Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7 Andres Freund 16.0
2023-03-31 Track shared buffer hits in pg_stat_io Andres Freund 16.0
2023-03-30 pg_stat_wal: Accumulate time as instr_time instead of microseconds Andres Freund 16.0
2023-02-09 pgstat: Infrastructure for more detailed IO statistics Andres Freund 16.0
2023-01-13 Manual cleanup and pgindent of pgstat and bufmgr related code Andres Freund 16.0
2022-10-14 pgstat: Track time of the last scan of a relation Andres Freund 16.0
2022-10-08 pgstat: Prevent stats reset from corrupting slotname by removing slotname Andres Freund 16.0
2022-10-08 pgstat: Prevent stats reset from corrupting slotname by removing slotname Andres Freund 15.0
2022-04-07 pgstat: add pg_stat_have_stats() test helper. Andres Freund 15.0
2022-04-07 pgstat: add pg_stat_force_next_flush(), use it to simplify tests. Andres Freund 15.0
2022-04-07 pgstat: normalize function naming. Andres Freund 15.0
2022-04-07 pgstat: remove stats_temp_directory. Andres Freund 15.0
2022-04-07 pgstat: store statistics in shared memory. Andres Freund 15.0
2022-04-07 pgstat: revise replication slot API in preparation for shared memory stats. Andres Freund 15.0
2022-04-07 pgstat: scaffolding for transactional stats creation / drop. Andres Freund 15.0
2022-04-07 pgstat: introduce PgStat_Kind enum. Andres Freund 15.0
2022-04-07 pgstat: prepare APIs used by pgstatfuncs for shared memory stats. Andres Freund 15.0
2022-04-06 pgstat: add pgstat_copy_relation_stats(). Andres Freund 15.0