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
2022-03-01 Reconsider pg_stat_subscription_workers view. Amit Kapila 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-11-30 Add a view to show the stats of subscription workers. Amit Kapila 15.0
2021-11-09 Remove check for accept() argument types Peter Eisentraut 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