Status summary: Needs review: 35. Waiting on Author: 8. Ready for Committer: 1. Committed: 2. Total: 46.
Patch |
Status | Ver | Author | Reviewers | Committer | Num cfs | Latest activity | Latest mail |
---|---|---|---|---|---|---|---|---|
Bug Fixes | ||||||||
Add some checks to avoid stack overflow | Needs review | stable | Egor Chindyaskin (egorchin21) | 1 | 2023-03-09 04:36 |
2023-01-20 05:50 |
||
Requiring recovery.signal or standby.signal when recovering with a backup_label | Needs review | 16 | Michael Paquier (michael-kun) | 1 | 2023-03-13 01:04 |
2023-03-13 01:06 |
||
Check group_clause_relids to see if a clause is computable | Needs review | Richard Guo (richardguo) | 1 | 2023-03-20 03:22 |
2023-03-17 03:05 |
|||
pg_dump: don't require SELECT permission for undumped extension table | Needs review | stable | Jacob Champion (jchampion) | 1 | 2023-03-27 16:11 |
2023-03-20 22:51 |
||
Documentation | ||||||||
PGDOCS - replica identity quotes | Needs review | Peter Smith (smithpb2250) | 1 | 2023-03-09 21:47 |
2023-03-16 23:46 |
|||
Miscellaneous | ||||||||
Check consistency of GUC defaults between .sample.conf and pg_settings.boot_val | Needs review | Kyotaro Horiguchi (horiguti), Justin Pryzby (justinpryzby) | Justin Pryzby (justinpryzby) | 6 | 2023-03-30 05:08 |
2023-03-30 04:03 |
||
Add CANONICAL option to xmlserialize | Needs review | 16 | Jim Jones (jimus) | 1 | 2023-03-05 18:45 |
2023-03-17 12:30 |
||
get_extension_version | Needs review | Pavel Stehule (okbobcz) | 1 | 2023-03-11 04:52 |
2023-03-11 04:14 |
|||
Add ReorderBufferTXN toptxn macros | Needs review | 16 | Peter Smith (smithpb2250) | vigneshwaran C (vignesh.postgres) | 1 | 2023-03-15 00:07 |
2023-03-20 06:26 |
|
Add XMLText function (SQL/XML X038) | Needs review | 17 | Jim Jones (jimus) | 1 | 2023-03-28 07:05 |
2023-03-25 12:25 |
||
Extend the length of BackgroundWorker.bgw_library_name | Needs review | Yurii Rashkovskii (yrashk) | 1 | 2023-03-29 05:24 |
2023-03-15 09:38 |
|||
Monitoring & Control | ||||||||
Periodic burst growth of the checkpoint_req counter on replica. | Needs review | Anton Melnikov (antonmel) | 4 | 2023-03-16 12:38 |
2023-03-16 12:39 |
|||
bug: ANALYZE progress report with inheritance tables | Needs review | stable | Justin Pryzby (justinpryzby) | 2 | 2023-02-02 15:19 |
2023-01-22 16:23 |
||
Add estimated hit ratio to Memoize in EXPLAIN to explain cost adjustment | Needs review | Lukas Fittl (lfittl) | 1 | 2023-03-05 00:23 |
2023-03-07 09:51 |
|||
Parallel Bitmap Heap Scan reports per-worker stats in EXPLAIN ANALYZE | Needs review | stable | David Geier (geidav) | 1 | 2023-03-16 20:20 |
2023-03-17 20:14 |
||
Performance | ||||||||
ALTER TABLE and CLUSTER fail to use a BulkInsertState for toast tables | Needs review | 17 | Justin Pryzby (justinpryzby) | 5 | 2023-03-17 14:41 |
2022-12-12 21:26 |
||
asynchronous execution support for Custom Scan | Needs review | KaiGai Kohei (kaigai), kazutaka onishi (onishi) | 5 | 2023-03-27 14:28 |
2022-12-01 23:35 |
|||
Cross-database SERIALIZABLE safe snapshots | Needs review | Thomas Munro (macdice) | 1 | 2023-03-09 05:35 |
2023-03-09 05:34 |
|||
Replace known_assigned_xids_lck by memory barrier | Needs review | Michail Nikolaev (nkey) | 1 | 2023-03-25 12:49 |
2023-03-19 09:43 |
|||
Improve the performance of nested loop join in the case of partitioned inner table | Needs review | Alexandr Nikulin (anikulin) | 1 | 2023-03-26 21:46 |
2023-03-23 10:05 |
|||
Procedural Languages | ||||||||
bytea PL/Perl transform | Needs review | 17 | Ivan Panchenko (wao) | 1 | 2023-03-22 16:05 |
2023-03-22 16:17 |
||
Refactoring | ||||||||
Move SLRU data into the regular buffer pool | Needs review | Thomas Munro (macdice) | 7 | 2023-03-02 00:22 |
2023-02-27 18:24 |
|||
Use AF_UNIX for tests on Windows (ie drop fallback TCP code) | Needs review | Thomas Munro (macdice) | 3 | 2023-03-22 04:28 |
2023-03-22 04:28 |
|||
Fix comments in gistxlogDelete, xl_heap_freeze_page and xl_btree_delete | Needs review | stable | Bertrand Drouvot (bertranddrouvot.pg) | 1 | 2023-03-02 13:01 |
2023-03-06 15:08 |
||
Microsecond-based timeouts | Needs review | Thomas Munro (macdice) | 1 | 2023-03-13 05:24 |
2023-03-13 21:59 |
|||
Autogenerate some wait events code and documentation | Needs review | 17 | Bertrand Drouvot (bertranddrouvot.pg) | 1 | 2023-03-29 09:49 |
2023-03-30 16:41 |
||
Use variadic macros for syscache lookup functions | Needs review | Thomas Munro (macdice) | 1 | 2023-03-31 02:36 |
2023-03-31 02:16 |
|||
Security | ||||||||
USAGE privilege on PUBLICATION | Needs review | Antonin Houska (a.houska) | Peter Eisentraut (petere) | 6 | 2023-03-20 18:58 |
2023-03-20 06:17 |
||
Server Features | ||||||||
Compression dictionaries | Needs review | Aleksander Alekseev (a.alekseev) | Matthias van de Meent (mmeent), Nikita Malakhov (nmalakh) | 6 | 2023-03-17 14:13 |
2023-02-10 20:01 |
||
Remove last traces of SCM credential auth from libpq? | Needs review | Michael Paquier (michael-kun) | 1 | 2023-03-16 07:45 |
2023-03-17 23:13 |
|||
Remove unnecessary unbind in LDAP search+bind mode | Needs review | Anatoly Zaretsky (anatolyz) | 1 | 2023-03-23 22:23 |
2023-03-23 01:45 |
|||
SQL Commands | ||||||||
Dynamic result sets from procedures | Needs review | 17 | Peter Eisentraut (petere) | 10 | 2023-03-29 09:32 |
2023-02-24 11:26 |
||
Add support for Distinct in Window aggregates | Needs review | 17 | Ankit Kumar Pandey (ankitkpandey) | 1 | 2023-03-12 07:27 |
2023-03-12 08:17 |
||
System Administration | ||||||||
warn if GUC set to an invalid shared library | Needs review | Justin Pryzby (justinpryzby) | cary huang (caryh), Maciek Sakrejda (msakrejda), Cary Huang (cary) | 7 | 2023-03-16 22:12 |
2022-11-01 22:26 |
||
Testing | ||||||||
CI and test improvements | Needs review | Justin Pryzby (justinpryzby) | Peter Eisentraut (petere) | 6 | 2023-03-15 14:56 |
2023-03-15 15:57 |