Commits

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

DateSubjectAuthorReleases
2022-03-26 Suppress compiler warning in relptr_store(). Tom Lane 10.21
2022-03-21 Fix assorted missing logic for GroupingFunc nodes. Tom Lane 10.21
2022-03-20 Doc: fix our example systemd script. Tom Lane 10.21
2022-03-18 Fix incorrect xmlschema output for types timetz and timestamptz. Tom Lane 10.21
2022-03-17 Revert applying column aliases to the output of whole-row Vars. Tom Lane 10.21
2022-03-04 Fix bogus casting in BlockIdGetBlockNumber(). Tom Lane 10.21
2022-03-03 Clean up assorted failures under clang's -fsanitize=undefined checks. Tom Lane 10.21
2022-03-02 Allow root-owned SSL private keys in libpq, not only the backend. Tom Lane 10.21
2022-02-25 Disallow execution of SPI functions during plperl function compilation. Tom Lane 10.21
2022-02-15 Improve subscriber's error message for wrong publication relkind. Tom Lane 10.21
2022-02-11 Don't use_physical_tlist for an IOS with non-returnable columns. Tom Lane 10.21
2022-02-10 Make pg_ctl stop/restart/promote recheck postmaster aliveness. Tom Lane 10.21
2022-02-09 Remove ppport.h's broken re-implementation of eval_pv(). Tom Lane 10.21
2022-02-07 Stamp 10.20. Tom Lane 10.20
2022-02-06 Release notes for 14.2, 13.6, 12.10, 11.15, 10.20. Tom Lane 10.20
2022-02-05 Test, don't just Assert, that mergejoin's inputs are in order. Tom Lane 10.20
2022-02-02 Replace use of deprecated Python module distutils.sysconfig, take 2. Tom Lane 10.20
2022-01-31 Revert "plperl: Fix breakage of c89f409749c in back branches." Tom Lane 10.20
2022-01-31 plperl: update ppport.h to Perl 5.34.0. Tom Lane 10.20
2022-01-25 Revert "graceful shutdown" changes for Windows, in back branches only. Tom Lane 10.20
2022-01-24 Fix limitations on what SQL commands can be issued to a walsender. Tom Lane 10.20
2022-01-24 Remember to reset yy_start state when firing up repl_scanner.l. Tom Lane 10.20
2022-01-23 Suppress variable-set-but-not-used warning from clang 13. Tom Lane 10.20
2022-01-21 Fix race condition in gettext() initialization in libpq and ecpglib. Tom Lane 10.20
2022-01-20 Tighten TAP tests' tracking of postmaster state some more. Tom Lane 10.20