[Commitfest 2023-01] has started

From: vignesh C <vignesh21(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [Commitfest 2023-01] has started
Date: 2023-01-03 07:43:49
Message-ID: CALDaNm3kRBGPhndujr9JcjjbDCG3anhj0vW8b9YtbXrBDMSvvw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,

Just a reminder that Commitfest 2023-01 has started.
There are many patches based on the latest run from [1] which require
a) Rebased on top of head b) Fix compilation failures c) Fix test
failure, please have a look and rebase it so that it is easy for the
reviewers and committers:
1. TAP output format for pg_regress
2. Add BufFileRead variants with short read and EOF detection
3. Add SHELL_EXIT_CODE variable to psql
4. Add foreign-server health checks infrastructure
5. Add last_vacuum_index_scans in pg_stat_all_tables
6. Add index scan progress to pg_stat_progress_vacuum
7. Add the ability to limit the amount of memory that can be allocated
to backends.
8. Add tracking of backend memory allocated to pg_stat_activity
9. CAST( ... ON DEFAULT)
10. CF App: add "Returned: Needs more interest" close status
11. CI and test improvements
12. Cygwin cleanup
13. Expand character set for ltree labels
14. Fix tab completion MERGE
15. Force streaming every change in logical decoding
16. More scalable multixacts buffers and locking
17. Move SLRU data into the regular buffer pool
18. Move extraUpdatedCols out of RangeTblEntry
19.New [relation] options engine
20. Optimizing Node Files Support
21. PGDOCS - Stats views and functions not in order?
22. POC: Lock updated tuples in tuple_update() and tuple_delete()
23. Parallelize correlated subqueries that execute within each worker
24. Pluggable toaster
25. Prefetch the next tuple's memory during seqscans
26. Pulling up direct-correlated ANY_SUBLINK
27. Push aggregation down to base relations and joins
28. Reduce timing overhead of EXPLAIN ANALYZE using rdtsc
29. Refactor relation extension, faster COPY
30. Remove NEW placeholder entry from stored view query range table
31. TDE key management patches
32. Use AF_UNIX for tests on Windows (ie drop fallback TCP code)
33. Windows filesystem support improvements
34. making relfilenodes 56 bit
35. postgres_fdw: commit remote (sub)transactions in parallel during pre-commit
36.recovery modules

Commitfest status as of now:
Needs review: 177
Waiting on Author: 47
Ready for Committer: 20
Committed: 31
Withdrawn: 4
Rejected: 0
Returned with Feedback: 0
Total: 279

We will be needing more members to actively review the patches to get
more patches to the committed state. I would like to remind you that
each patch submitter is expected to review at least one patch from
another submitter during the CommitFest, those members who have not
picked up patch for review please pick someone else's patch to review
as soon as you can.
I'll send out reminders this week to get your patches rebased and
update the status of the patch accordingly.

[1] - http://cfbot.cputube.org/

Regards,
Vignesh

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Geier 2023-01-03 08:38:20 Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?
Previous Message Drouvot, Bertrand 2023-01-03 07:41:22 Re: Minimal logical decoding on standbys