Commits

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

DateSubjectAuthorReleases
2022-04-07 pgstat: fix small bug in pgstat_drop_relation(). 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 Fix compilation with WAL_DEBUG. Andres Freund 15.0
2022-04-07 pgstat: move pgstat.c to utils/activity. 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: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE. 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
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-06 pgstat: move pgstat_report_autovac() to pgstat_database.c. Andres Freund 15.0
2022-04-06 dsm: allow use in single user mode. Andres Freund 15.0
2022-04-04 dshash: revise sequential scan support. Andres Freund 15.0
2022-04-04 pgstat: remove some superflous comments from pgstat.h. Andres Freund 15.0
2022-04-04 pgstat: consistent function comment formatting. Andres Freund 15.0
2022-03-31 Print information about type of test and subdirectory before running tests. Andres Freund 15.0
2022-03-30 ci: enable zstd where available. Andres Freund 15.0
2022-03-28 Don't fail for > 1 walsenders in 019_replslot_limit, add debug messages. Andres Freund 15.0
2022-03-28 Mark pg_stat_get_subscription_stats() strict. Andres Freund 15.0