summaryrefslogtreecommitdiff
path: root/src/include/pgstat.h
AgeCommit message (Expand)Author
2023-05-17Add writeback to pg_stat_ioAndres Freund
2023-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-04-08Handle logical slot conflicts on standbyAndres Freund
2023-04-08Track IO times in pg_stat_ioAndres Freund
2023-04-05bufmgr: Introduce infrastructure for faster relation extensionAndres Freund
2023-03-31Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7Andres Freund
2023-03-31Track shared buffer hits in pg_stat_ioAndres Freund
2023-03-30pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund
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-03-16Remove PgStat_BackendFunctionEntryMichael Paquier
2023-02-27Suppress compiler warnings in new pgstats code.Tom Lane
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-10-14pgstat: Track time of the last scan of a relationAndres Freund
2022-10-08pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-04-07pgstat: add pg_stat_have_stats() test helper.Andres Freund
2022-04-07pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund
2022-04-07pgstat: remove stats_temp_directory.Andres Freund
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07pgstat: normalize function naming.Andres Freund
2022-04-07pgstat: revise replication slot API in preparation for shared memory stats.Andres Freund
2022-04-07pgstat: scaffolding for transactional stats creation / drop.Andres Freund
2022-04-07pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund
2022-04-07pgstat: introduce PgStat_Kind enum.Andres Freund
2022-04-06pgstat: add pgstat_copy_relation_stats().Andres Freund
2022-04-06pgstat: rename some pgstat_send_* functions to pgstat_report_*.Andres Freund
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-04-06pgstat: move transactional code into pgstat_xact.c.Andres Freund
2022-04-06pgstat: move pgstat_report_autovac() to pgstat_database.c.Andres Freund
2022-04-04pgstat: remove some superflous comments from pgstat.h.Andres Freund
2022-03-21pgstat: reorder pgstat.[ch] contents.Andres Freund
2022-03-21pgstat: rename pgstat_initstats() to pgstat_relation_init().Andres Freund
2022-03-21pgstat: introduce pgstat_relation_should_count().Andres Freund
2022-03-19pgstat: run pgindent on pgstat.c/h.Andres Freund
2022-03-01Reconsider pg_stat_subscription_workers view.Amit Kapila
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-09-20pgstat: Prepare to use mechanism for truncated rels also for droppped rels.Andres Freund
2021-09-16Fix performance regression from session statistics.Andres Freund
2021-08-16Revert analyze support for partitioned tablesAlvaro Herrera
2021-08-05pgstat: split reporting/fetching of bgwriter and checkpointer stats.Andres Freund
2021-05-19Fix issues in pg_stat_wal.Fujii Masao
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-10Revert recovery prefetching feature.Thomas Munro