Commits

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

DateSubjectAuthorReleases
2022-05-25 Fix stats_fetch_consistency default value indicated in postgresql.conf.sample. Andres Freund 15.0
2022-05-22 pgstat: fix stats.spec instability on slow machines. Andres Freund 15.0
2022-05-13 Don't report stats in LogicalRepApplyLoop() when in xact. Andres Freund 15.0
2022-05-12 Add missing 'extern' to function prototypes. Andres Freund 15.0
2022-05-12 Add 'static' to file-local variables missing it. Andres Freund 15.0
2022-05-12 Remove function declaration for function in pg_proc. Andres Freund 15.0
2022-05-12 Add missing binary_upgrade.h includes. Andres Freund 15.0
2022-05-12 Mark a few 'bbsink' related functions / variables static. Andres Freund 15.0
2022-05-04 Fix timing issue in deadlock recovery conflict test. Andres Freund 15.0
2022-05-03 Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin(). Andres Freund 15.0
2022-05-03 Add tests for recovery deadlock conflicts. Andres Freund 15.0
2022-04-16 pgstat: Use correct lock level in pgstat_drop_all_entries(). Andres Freund 15.0
2022-04-15 pgstat: set timestamps of fixed-numbered stats after a crash. Andres Freund 15.0
2022-04-08 pgstat: Update docs to match the shared memory stats reality. Andres Freund 15.0
2022-04-08 pgstat: Hide instability in stats.spec with -DCATCACHE_FORCE_RELEASE. Andres Freund 15.0
2022-04-07 pgstat: add/extend tests for resetting various kinds of stats. Andres Freund 15.0
2022-04-07 Add minimal tests for recovery conflict handling. Andres Freund 15.0
2022-04-07 pgstat: test stats interactions with physical replication. Andres Freund 15.0
2022-04-07 pgstat: add tests for handling of restarts, including crashes. Andres Freund 15.0
2022-04-07 Fix test instability introduced in e349c95d3e9 due to async deduplication. Andres Freund 15.0
2022-04-07 pgstat: add alternate output for stats.spec, for the 2PC disabled case. Andres Freund 15.0
2022-04-07 Try to silence "-Wmissing-braces" complaints in rmgrdesc.c. Andres Freund 15.0
2022-04-07 pgstat: add tests for transaction behaviour, 2PC, function stats. Andres Freund 15.0
2022-04-07 pgstat: add pg_stat_have_stats() test helper. Andres Freund 15.0
2022-04-07 pgstat: prevent fix pgstat_reinit_entry() from zeroing out lwlock. Andres Freund 15.0