Commits

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

DateSubjectAuthorReleases
2023-01-17 Create common infrastructure for cross-version upgrade testing. Tom Lane 9.5 (unreleased)
2022-10-16 Rename parser token REF to REF_P to avoid a symbol conflict. Tom Lane 9.5 (unreleased)
2022-09-21 Suppress more variable-set-but-not-used warnings from clang 15. Tom Lane 9.5 (unreleased)
2022-09-20 Disable -Wdeprecated-non-prototype in the back branches. Tom Lane 9.5 (unreleased)
2022-09-20 Suppress variable-set-but-not-used warnings from clang 15. Tom Lane 9.5 (unreleased)
2022-06-01 Fix pl/perl test case so it will still work under Perl 5.36. Tom Lane 9.5 (unreleased)
2022-01-23 Suppress variable-set-but-not-used warning from clang 13. Tom Lane 9.5 (unreleased)
2021-12-13 Suppress uninitialized-variable warning in guc.c. Tom Lane 9.5 (unreleased)
2021-12-13 Suppress -Warray-parameter warnings in pgcrypto/sha2.c. Tom Lane 9.5 (unreleased)
2021-12-13 Reformat imath.c macro to remove -Wmisleading-indentation warnings. Tom Lane 9.5 (unreleased)
2021-12-12 Clean up compilation warnings coming from PL/Perl with clang-12~ Tom Lane 9.5 (unreleased)
2021-02-08 Stamp 9.5.25. Tom Lane 9.5.25
2021-02-07 Release notes for 13.2, 12.6, 11.11, 10.16, 9.6.21, 9.5.25. Tom Lane 9.5.25
2021-02-07 Revert "Propagate CTE property flags when copying a CTE list into a rule." Tom Lane 9.5.25
2021-02-07 Propagate CTE property flags when copying a CTE list into a rule. Tom Lane 9.5.25
2021-02-06 Disallow converting an inheritance child table to a view. Tom Lane 9.5.25
2021-02-02 Fix ancient memory leak in contrib/auto_explain. Tom Lane 9.5.25
2021-01-28 Silence another gcc 11 warning. Tom Lane 9.5.25
2021-01-28 Make ecpg's rjulmdy() and rmdyjul() agree with their declarations. Tom Lane 9.5.25
2021-01-26 Code review for psql's helpSQL() function. Tom Lane 9.5.25
2021-01-25 Fix broken ruleutils support for function TRANSFORM clauses. Tom Lane 9.5.25
2021-01-24 Update time zone data files to tzdata release 2021a. Tom Lane 9.5.25
2021-01-22 Doc: improve directions for building on macOS. Tom Lane 9.5.25
2021-01-20 Further tweaking of PG_SYSROOT heuristics for macOS. Tom Lane 9.5.25
2021-01-19 Remove faulty support for MergeAppend plan with WHERE CURRENT OF. Tom Lane 9.5.25