Re: Commit fest 2025-03 - Mailing list pgsql-hackers

From vignesh C
Subject Re: Commit fest 2025-03
Date
Msg-id CALDaNm1odKc_fFix_aKQ5knJLyVztzx0xk3SPFo5xZD6XPFZfA@mail.gmail.com
Whole thread Raw
In response to Re: Commit fest 2025-03  (Jim Jones <jim.jones@uni-muenster.de>)
List pgsql-hackers
On Wed, 5 Mar 2025 at 16:50, Jim Jones <jim.jones@uni-muenster.de> wrote:
>
> Hi Vignesh
>
> On 05.03.25 10:22, vignesh C wrote:
> > The following "Ready for committer" patches needs rebase
> > ---------------------------------------
> > Truncate logs by max_log_size - Kirill Gavrilov
> >
> > Patch owners, please provide a rebased version to prepare it for
> > reviewers and committers.
>
> Is there something wrong with the commitfest app? This patch applies
> cleanly and passes all tests

This issue has been addressed now, here are the updated patches that
needs to be rebased:
The walsender does not update its IO statistics until it exits -
Bertrand Drouvot
noreturn attribute for MSVC, C11 - Peter Eisentraut
Add pg_stat_session - Sergey Dudoladov
Logging plan of the currently running query - Atsushi Torikoshi
Index Prefetching -  Tomas Vondra
Allow partition-wise join when whole row var is needed - Alexander Pyhalov
Asynchronous MergeAppend Execution - Alexander Pyhalov
AIO - Andres Freund
Limiting overshoot in nbtree SAOP parallel index scans - Matthias van de Meent
Use read_stream in index vacuum -  Andrey Borodin
Adding compression of temporary files - Filip Janus
Allow to use an index for ILIKE in more cases - Yugo NAGATA
Use Bump allocator for HashAgg - Jeff Davis
Read stream scalability improvements and AIO-compatibility - Thomas Munro
Compress big WAL records  - Andrey Borodin
Reduce timing overhead of EXPLAIN ANALYZE using rdtsc  - Lukas Fittl
Use XLOG_CONTROL_FILE macro everywhere - Anton A. Melnikov
Don't dirty pages while they are getting flushed out - Andres Freund
Enable logical decoding when wal_level = 'replica' without a server
restart - Masahiko Sawada
VACUUM FULL / CLUSTER CONCURRENTLY - Antonin Houska
NOT ENFORCED constraint feature - Amul Sul
Changing shared_buffers without restart - Ashutosh Bapat
Extended Statistics set/restore/clear functions - Corey Huinker
general purpose array_sort - jian he
explain plans for foreign servers - Dinesh Salve
Enable fine-grained control over what gets logged on connection
attempt (reduces log size) - Sergey
Allow CI to only run the compiler warnings task - Bertrand Drouvot

Patch owners, please provide a rebased version to prepare it for
reviewers and committers.

Regards,
Vignesh



pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: Considering fractional paths in Append node
Next
From: Alexander Korotkov
Date:
Subject: Re: MergeJoin beats HashJoin in the case of multiple hash clauses