Commits

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

DateSubjectAuthorReleases
2022-03-28 Fix NULL input behaviour of pg_stat_get_replication_slot(). Andres Freund 15.0
2022-03-28 waldump: fix use-after-free in search_directory(). Andres Freund 15.0
2022-03-25 Add retries for further investigation of 019_replslot_limit.pl failures. Andres Freund 15.0
2022-03-23 Don't try to translate NULL in GetConfigOptionByNum(). Andres Freund 15.0
2022-03-23 Don't call fwrite() with len == 0 when writing out relcache init file. Andres Freund 15.0
2022-03-23 configure: check for dlsym instead of dlopen. Andres Freund 15.0
2022-03-23 ci: test headerscheck, cpluspluscheck as part of CompilerWarnings task. Andres Freund 15.0
2022-03-22 Add missing xlogdefs.h include to pg_subscription.h. Andres Freund 15.0
2022-03-22 Add missing dependency of pg_dumpall to WIN32RES. 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 Add a few recent and not so recent revs to git-blame-ignore-revs. 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-19 ci: windows: Use CIRRUS_ESCAPING_PROCESSES, revert 770011e3f39. Andres Freund 15.0
2022-03-19 Silence -Wmaybe-uninitialized compiler warning in dbcommands.c. Andres Freund 15.0
2022-03-18 ci: compile with -Og where applicable. Andres Freund 15.0
2022-03-18 ci: include hints how to install OS packages. Andres Freund 15.0
2022-03-12 Force track_io_timing off in explain.sql to avoid failures when enabled. Andres Freund 15.0
2022-03-12 Set synchronous_commit=on in test_setup.sql. Andres Freund 15.0