Commits

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

DateSubjectAuthorReleases
2021-10-04 Fix TestLib::slurp_file() with offset on windows. Andres Freund 9.6.24
2020-06-18 Fix C99isms introduced when backpatching atomics / spinlock tests. Andres Freund 9.6.19
2020-06-18 Fix deadlock danger when atomic ops are done under spinlock. Andres Freund 9.6.19
2020-06-18 Add basic spinlock tests to regression tests. Andres Freund 9.6.19
2020-06-17 spinlock emulation: Fix bug when more than INT_MAX spinlocks are initialized. Andres Freund 9.6.19
2020-06-09 Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms. Andres Freund 9.6.19
2020-04-06 Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative(). Andres Freund 9.6.18
2020-03-28 Ensure snapshot is registered within ScanPgRelation(). Andres Freund 9.6.18
2020-01-21 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. Andres Freund 9.6.17
2019-10-30 pg_waldump: Fix --bkp-details to not issue spurious newlines for FPWs. Andres Freund 9.6.16
2019-10-30 pg_waldump: Fix small memory leak when rmgr->rm_identify returns NULL. Andres Freund 9.6.16
2019-10-05 Disable one more set of tests from c8841199509. Andres Freund 9.6.16
2019-10-05 Disable one set of tests from c8841199509. Andres Freund 9.6.16
2019-10-04 Add isolation tests for the combination of EPQ and triggers. Andres Freund 9.6.16
2019-06-11 Don't access catalogs to validate GUCs when not connected to a DB. Andres Freund 9.6.14
2019-05-23 pg_upgrade: Make test.sh's installcheck use to-be-upgraded version's bindir. Andres Freund 9.6.14
2019-05-14 Add isolation test for INSERT ON CONFLICT speculative insertion failure. Andres Freund 9.6.14
2019-05-06 Remove reindex_catalog test from test schedules. Andres Freund 9.6.13
2019-05-01 Fix unused variable compiler warning in !debug builds. Andres Freund 9.6.13
2019-05-01 Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks. Andres Freund 9.6.13
2019-04-30 Fix potential assertion failure when reindexing a pg_class index. Andres Freund 9.6.13
2018-11-27 Fix ac218aa4f6 to work on versions before 9.5. Andres Freund 9.6.12
2018-11-27 Update pg_upgrade test for reg* to include regrole and regnamespace. Andres Freund 9.6.12
2018-11-05 Fix copy-paste error in errhint() introduced in 691d79a07933. Andres Freund 9.6.11
2018-11-01 Fix error message typo introduced 691d79a07933. Andres Freund 9.6.11