Commits

Showing commits that first shipped in 15 (backpatches included). Clear

DateSubjectAuthorReleases
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: prepare APIs used by pgstatfuncs for shared memory stats. Andres Freund 15.0
2022-04-06 pgstat: rename some pgstat_send_* functions to pgstat_report_*. Andres Freund 15.0
2022-04-06 pgstat: stats collector references in comments. Andres Freund 15.0
2022-04-06 pgstat: move transactional code into pgstat_xact.c. Andres Freund 15.0
2022-04-04 pgstat: consistent function comment formatting. Andres Freund 15.0
2022-03-22 pgstat: fix function name in comment. Andres Freund 15.0
2022-03-21 pgstat: reorder pgstat.[ch] contents. Andres Freund 15.0
2022-03-21 pgstat: split different types of stats into separate files. Andres Freund 15.0
2022-03-21 pgstat: separate "xact level" handling out of relation specific functions. Andres Freund 15.0
2022-03-21 pgstat: rename pgstat_initstats() to pgstat_relation_init(). Andres Freund 15.0
2022-03-21 pgstat: introduce pgstat_relation_should_count(). Andres Freund 15.0
2022-03-19 pgstat: run pgindent on pgstat.c/h. Andres Freund 15.0
2022-03-19 pgstat: split relation, database handling out of pgstat_report_stat(). Andres Freund 15.0
2022-03-19 pgstat: split out WAL handling from pgstat_{initialize,report_stat}. Andres Freund 15.0
2021-09-20 pgstat: Prepare to use mechanism for truncated rels also for droppped rels. Andres Freund 15.0
2021-09-20 pgstat: Split out relation stats handling from AtEO[Sub]Xact_PgStat() etc. Andres Freund 15.0
2021-09-16 Fix performance regression from session statistics. Andres Freund 15.0
2021-08-07 pgstat: Schedule per-backend pgstat shutdown via before_shmem_exit(). Andres Freund 15.0
2021-08-07 pgstat: Bring up pgstat in BaseInit() to fix uninitialized use of pgstat by AV. Andres Freund 15.0
2021-08-05 pgstat: split reporting/fetching of bgwriter and checkpointer stats. Andres Freund 15.0