CF 2022-11: entries "Ready for Committer" with recent activity - Mailing list pgsql-hackers

From Ian Lawrence Barwick
Subject CF 2022-11: entries "Ready for Committer" with recent activity
Date
Msg-id CAB8KJ=j-kXq2bMET_uPJvpTT=ZCwRAF-=YC2U-S7egmAYWRcDQ@mail.gmail.com
Whole thread Raw
Responses Re: CF 2022-11: entries "Ready for Committer" with recent activity
List pgsql-hackers
Hi

This is an overview of the current patches marked "Ready for Committer"
which have been actively worked on during the current CF.

They largely fall into two categories:
- active participation from likely committers
- have been reviewed and marked as "RfC", but need committer interest

Dates in parentheses represent the last mail on the relevant thread.

meson PGXS compatibility (2022-10-13)
-------------------------------------

- https://commitfest.postgresql.org/40/3932/
- https://www.postgresql.org/message-id/flat/20221005200710.luvw5evhwf6clig6@awork3.anarazel.de

Sounds like it is committable, presumably just needs one of the committers on
the thread to do it.


Let libpq reject unexpected authentication requests (2022-11-16)
----------------------------------------------------------------

- https://commitfest.postgresql.org/40/3716/
- https://www.postgresql.org/message-id/flat/9e5a8ccddb8355ea9fa4b75a1e3a9edc88a70cd3.camel@vmware.com
- Named commtter: Michael Paquier (michael-kun)

Patch refreshed per Michael's comments.


Add LSN to error messages reported for WAL file (2022-11-17)
------------------------------------------------------------

- https://commitfest.postgresql.org/40/3909/
- https://www.postgresql.org/message-id/flat/CALj2ACWV=FCddsxcGbVOA=cvPyMr75YCFbSQT6g4KDj=gcJK4g@mail.gmail.com

Thread consensus is that it is RfC, but needes interest from a committer.

Parallel Hash Full Join (2022-11-17)
------------------------------------

- https://commitfest.postgresql.org/40/2903/
- https://www.postgresql.org/message-id/flat/CA+hUKG+A6ftXPz4oe92+x8Er+xpGZqto70-Q_ERwRaSyA=afNg@mail.gmail.com
- Named commtter: Thomas Munro (macdice)

Thomas has indicated he will look at this


Fix assertion failure with barriers in parallel hash join (2022-11-18)
----------------------------------------------------------------------

- https://commitfest.postgresql.org/40/3662/
- https://www.postgresql.org/message-id/flat/20200929061142.GA29096@paquier.xyz

Thomas has indicated he will look at this


XID formatting and SLRU refactorings ... (2022-11-21)
-----------------------------------------------------

- https://commitfest.postgresql.org/40/3489/
- https://www.postgresql.org/message-id/flat/CAJ7c6TPDOYBYrnCAeyndkBktO0WG2xSdYduTF0nxq+vfkmTF5Q@mail.gmail.com

Patch has been updated several times very recently; needs interest
from a committer


Reducing power consumption when idle (2022-11-21)
-------------------------------------------------

- https://commitfest.postgresql.org/40/3566/
- https://www.postgresql.org/message-id/flat/CANbhV-HK8yvO_g4vwbmz__vZu_VZ4_jJWsTwmaNMXieTdzQCzQ@mail.gmail.com

This is mainly awaiting resolution of the decision whether to
deprecate or remove
"promote_trigger_file"; seems consensus is towards "remove".


pg_dump - read data for some options from external file (2022-11-22)
--------------------------------------------------------------------

- https://commitfest.postgresql.org/40/2573/
- https://www.postgresql.org/message-id/flat/CAFj8pRB10wvW0CC9Xq=1XDs=zCQxer3cbLcNZa+qiX4cUH-G_A@mail.gmail.com

Updated patch, needs interest from committer. This one has been
floating around for a couple of years...


Support % wildcard in extension upgrade scripts (2022-11-22)
------------------------------------------------------------

- https://commitfest.postgresql.org/40/3654/
- https://www.postgresql.org/message-id/flat/YgakFklJyM5pNdt+@c19

Patch has feedback, needs interest from committer; I haven't looked into it in
detail but maybe it needs a bit more discussion?

Compress KnownAssignedXids more frequently (2022-11-22)
-------------------------------------------------------

- https://commitfest.postgresql.org/40/3902/
- https://www.postgresql.org/message-id/flat/CALdSSPgahNUD_=pB_j=1zSnDBaiOtqVfzo8Ejt5J_k7qZiU1Tw@mail.gmail.com

Active, with feedback from committers.


Transaction Management docs (2022-11-23)
----------------------------------------

- https://commitfest.postgresql.org/40/3899/
- https://www.postgresql.org/message-id/flat/CANbhV-E_iy9fmrErxrCh8TZTyenpfo72Hf_XD2HLDppva4dUNA@mail.gmail.com

Seems committable.


Fix order of checking ICU options in initdb and create database (2022-11-24)
----------------------------------------------------------------------------

- https://commitfest.postgresql.org/40/3976/
- https://www.postgresql.org/message-id/flat/534fed4a262fee534662bd07a691c5ef@postgrespro.ru
- Named commtter: Peter Eistentraut (petere)

Concerns expressed by Peter, will change to WoA.


Use fadvise in wal replay (2022-11-25)
--------------------------------------

- https://commitfest.postgresql.org/40/3707/
- https://www.postgresql.org/message-id/flat/CADVKa1WsQMBYK_02_Ji=pbOFnms+CT7TV6qJxDdHsFCiC9V_hw@mail.gmail.com

Seems to be consensus that this patch is small and will bring a small benefit
with minimal code. Needs interest from a committer.


PGDOCS - Stats views and functions not in order? (2022-11-26)
-------------------------------------------------------------

- https://commitfest.postgresql.org/40/3904/
- https://www.postgresql.org/message-id/flat/CAHut+Pv8Oa7v06hJb3+HzCtM2u-3oHWMdvXVHhvi7ofB83pNbg@mail.gmail.com
- Named commtter: Peter Eistentraut (petere)

Partially committed, still WIP.


Regards

Ian Barwick



pgsql-hackers by date:

Previous
From: "houzj.fnst@fujitsu.com"
Date:
Subject: RE: Perform streaming logical transactions by background workers and parallel apply
Next
From: Michael Paquier
Date:
Subject: Re: Small miscellaneous fixes