summaryrefslogtreecommitdiff
path: root/src/include/pgstat.h
AgeCommit message (Expand)Author
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
2021-04-27Use HTAB for replication slot statistics.Amit Kapila
2021-04-19Fix test case added by commit f5fc2f5b23.Amit Kapila
2021-04-16Add information of total data processed to replication slot stats.Amit Kapila
2021-04-14Use NameData datatype for slotname in stats.Amit Kapila
2021-04-08Optionally prefetch referenced data in recovery.Thomas Munro
2021-04-08autovacuum: handle analyze for partitioned tablesAlvaro Herrera
2021-04-03Split backend status and progress related functionality out of pgstat.c.Andres Freund
2021-04-03Split wait event related code from pgstat.[ch] into wait_event.[ch].Andres Freund
2021-04-02Fix pgstat_report_replslot() to use proper data types for its arguments.Fujii Masao
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-03-24Rename wait event WalrcvExit to WalReceiverExit.Fujii Masao
2021-03-23Change the type of WalReceiverWaitStart wait event from Client to IPC.Fujii Masao
2021-03-17Revert "Fix race in Parallel Hash Join batch cleanup."Thomas Munro
2021-03-17Update the names of Parallel Hash Join phases.Thomas Munro