pgsql: First-draft release notes for 15.3.

2023-05-05 Thread Tom Lane
First-draft release notes for 15.3. As usual, the release notes for other branches will be made by cutting these down, but put them up for community review first. Branch -- REL_15_STABLE Details --- https://git.postgresql.org/pg/commitdiff/56e869a0987c93f594e73c1c3e49274de5c502d3 Modifi

pgsql: Fix typo with wait event for SLRU buffer of commit timestamps

2023-05-05 Thread Michael Paquier
Fix typo with wait event for SLRU buffer of commit timestamps This wait event was documented as "CommitTsBuffer" since its introduction, but the code named it "CommitTSBuffer". This commit fixes the code to follow the term documented, which is also more consistent with the naming of the other wai

pgsql: Fix typo with wait event for SLRU buffer of commit timestamps

2023-05-05 Thread Michael Paquier
Fix typo with wait event for SLRU buffer of commit timestamps This wait event was documented as "CommitTsBuffer" since its introduction, but the code named it "CommitTSBuffer". This commit fixes the code to follow the term documented, which is also more consistent with the naming of the other wai

pgsql: Fix typo with wait event for SLRU buffer of commit timestamps

2023-05-05 Thread Michael Paquier
Fix typo with wait event for SLRU buffer of commit timestamps This wait event was documented as "CommitTsBuffer" since its introduction, but the code named it "CommitTSBuffer". This commit fixes the code to follow the term documented, which is also more consistent with the naming of the other wai

pgsql: Fix typo with wait event for SLRU buffer of commit timestamps

2023-05-05 Thread Michael Paquier
Fix typo with wait event for SLRU buffer of commit timestamps This wait event was documented as "CommitTsBuffer" since its introduction, but the code named it "CommitTSBuffer". This commit fixes the code to follow the term documented, which is also more consistent with the naming of the other wai

pgsql: Fix sepgsql expected test output

2023-05-05 Thread Alvaro Herrera
Fix sepgsql expected test output Commit f75cec4fff87 changed the order in which the relations are permission-checked in RI_Initial_Check, which the sepgsql test is sensitive to. Adapt. Discussion: https://postgr.es/m/3468125.1683238...@sss.pgh.pa.us Branch -- master Details --- https:/