CF 2022-11: entries "Ready for Committer" with recent activity

From: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: CF 2022-11: entries "Ready for Committer" with recent activity
Date: 2022-11-27 04:29:18
Message-ID: CAB8KJ=j-kXq2bMET_uPJvpTT=ZCwRAF-=YC2U-S7egmAYWRcDQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)luvw5evhwf6clig6(at)awork3(dot)anarazel(dot)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(dot)camel(at)vmware(dot)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(at)mail(dot)gmail(dot)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(at)mail(dot)gmail(dot)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(dot)GA29096(at)paquier(dot)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(at)mail(dot)gmail(dot)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(at)mail(dot)gmail(dot)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(at)mail(dot)gmail(dot)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+(at)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(at)mail(dot)gmail(dot)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(at)mail(dot)gmail(dot)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(at)postgrespro(dot)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(at)mail(dot)gmail(dot)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(at)mail(dot)gmail(dot)com
- Named commtter: Peter Eistentraut (petere)

Partially committed, still WIP.

Regards

Ian Barwick

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2022-11-27 05:13:47 Re: Small miscellaneous fixes
Previous Message houzj.fnst@fujitsu.com 2022-11-27 04:16:15 RE: Perform streaming logical transactions by background workers and parallel apply