Commits

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

DateSubjectAuthorReleases
2023-01-17 Create common infrastructure for cross-version upgrade testing. Tom Lane 9.4 (unreleased)
2022-10-16 Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 9.4 (unreleased)
2022-09-21 Suppress more variable-set-but-not-used warnings from clang 15. Tom Lane 9.4 (unreleased)
2022-09-20 Disable -Wdeprecated-non-prototype in the back branches. Tom Lane 9.4 (unreleased)
2022-06-01 Fix pl/perl test case so it will still work under Perl 5.36. Tom Lane 9.4 (unreleased)
2022-01-23 Suppress variable-set-but-not-used warning from clang 13. Tom Lane 9.4 (unreleased)
2021-12-13 Silence another gcc 11 warning. Tom Lane 9.4 (unreleased)
2021-12-13 Suppress -Warray-parameter warnings in pgcrypto/sha2.c. Tom Lane 9.4 (unreleased)
2021-12-13 Reformat imath.c macro to remove -Wmisleading-indentation warnings. Tom Lane 9.4 (unreleased)
2021-12-12 Clean up compilation warnings coming from PL/Perl with clang-12~ Tom Lane 9.4 (unreleased)
2021-12-12 Make ecpg's rjulmdy() and rmdyjul() agree with their declarations. Tom Lane 9.4 (unreleased)
2021-12-12 Use return instead of exit() in configure Tom Lane 9.4 (unreleased)
2020-02-10 Stamp 9.4.26. Tom Lane 9.4.26
2020-02-10 Last-minute updates for release notes. Tom Lane 9.4.26
2020-02-09 Release notes for 12.2, 11.7, 10.12, 9.6.17, 9.5.21, 9.4.26. Tom Lane 9.4.26
2020-01-31 Fix CheckAttributeType's handling of collations for ranges. Tom Lane 9.4.26
2020-01-31 Fix parallel pg_dump/pg_restore for failure to create worker processes. Tom Lane 9.4.26
2020-01-23 Fix an oversight in commit 4c70098ff. Tom Lane 9.4.26
2020-01-23 Clean up formatting.c's logic for matching constant strings. Tom Lane 9.4.26
2020-01-20 Fix pg_dump's sigTermHandler() to use _exit() not exit(). Tom Lane 9.4.26
2020-01-17 Repair more failures with SubPlans in multi-row VALUES lists. Tom Lane 9.4.26
2020-01-12 Fix edge-case crashes and misestimation in range containment selectivity. Tom Lane 9.4.26
2019-12-23 Prevent a rowtype from being included in itself via a range. Tom Lane 9.4.26
2019-12-22 Avoid low-probability regression test failures in timestamp[tz] tests. Tom Lane 9.4.26
2019-12-21 In pgwin32_open, loop after ERROR_ACCESS_DENIED only if we can't stat. Tom Lane 9.4.26