Status summary: Needs review: 307. Waiting on Author: 35. Ready for Committer: 59. Committed: 35. Moved to next CF: 13. Withdrawn: 16. Rejected: 1. Returned with Feedback: 2. Total: 468.
| Patch | ID | Status | Tags | Ver | CI status | Stats | Author | Reviewers | Committer | Num cfs | Latest mail |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Add XMLCanonicalize function | 4237 | Ready for Committer | SQL Commands | 19 |
|
+436−0 | Jim Jones (jimus) | Pavel Stehule (okbobcz), Oliver Ford (ojford), newtglobal postgresql_contributors (newtpostgrescontributors) | 15 | 6 months ago | |
| Logging parallel worker draught | 4291 | Ready for Committer | Monitoring | 19 |
|
+95−0 | Benoit Lobréau (benoitl) | Sami Imseih (simseih) | 13 | 1 month ago | |
| Unlinking Parallel Hash Join inner batch files sooner | 4314 | Ready for Committer | Needs rebase! | Thomas Munro (macdice) | Ben Mejia (benmejia) | 11 | 1 month ago | ||||
| COPY ON_ERROR 'NULL' | 4810 | Ready for Committer |
|
+251−43 | jian he (universality) | Fujii Masao (masaofujii), vigneshwaran C (vignesh.postgres), Kirill Reshke (reshke), Atsushi Torikoshi (atsushitorikoshi), Jim Jones (jimus) | Peter Eisentraut (petere) | 9 | 6 hours ago | ||
| Incorrect error message for cancellation triggered by statement_timeout & flaky test | 5070 | Ready for Committer | Bugfix Flakyfix | stable |
|
+33−15 | Jelte Fennema-Nio (jeltef) | Akshat Jaimini (akshatj) | 10 | 1 month ago | |
| Document NULL Concepts and Behaviors | 5086 | Ready for Committer | Docs Only | 18 |
|
+1360−161 | David Johnston (polobo) | 9 | 3 weeks ago | ||
| SQL:2023 JSON simplified accessor support | 5214 | Ready for Committer | SQL Commands | 19 |
|
+1967−193 | Alexandra Wang (alexandrawang) | Peter Eisentraut (petere), Vik Fearing (xocolatl), Jelte Fennema-Nio (jeltef), Chao Li (chaol) | 9 | 1 month ago | |
| Refactor SLRU to always use long file names | 5250 | Ready for Committer | Refactoring Only |
|
+105−88 | Aleksander Alekseev (a.alekseev) | Rustam ALLAKOV (rustam.allakov) | 8 | 1 month ago | ||
| jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part | 5270 | Ready for Committer | SQL Commands |
|
+1218−27 | Florents Tselai (florentst) | David Wheeler (theory) | 5 | 3 weeks ago | ||
| System views for versions reporting | 5318 | Ready for Committer | Monitoring | stable |
|
+426−1 | Dmitry Dolgov (erthalion) | Laurenz Albe (laurenz) | 8 | 3 months ago | |
| Add XMLDocument (SQL/XML X030) | 5431 | Ready for Committer | SQL Commands | 19 |
|
+258−1 | Jim Jones (jimus) | Pavel Stehule (okbobcz), newtglobal postgresql_contributors (newtpostgrescontributors) | 7 | 6 months ago | |
| Add XMLNamespaces option to XMLElement | 5456 | Ready for Committer | SQL Commands | 19 |
|
+1206−39 | Pavel Stehule (okbobcz), Jim Jones (jimus) | Pavel Stehule (okbobcz), Umar Hayat (pgwizard), newtglobal postgresql_contributors (newtpostgrescontributors) | 7 | 6 months ago | |
| Document how commit handles aborted transactions | 5546 | Ready for Committer | Backport Docs Only |
|
+55−5 | David Johnston (polobo) | Kirill Reshke (reshke), Ahmed Ashour (ahmedashour) | 6 | 1 week ago | ||
| Doc: Create table improvements | 5547 | Ready for Committer | Docs Only |
|
+21−5 | David Johnston (polobo) | Laurenz Albe (laurenz) | 5 | 2 months ago | ||
| psql \dN[ti]: Describe tables and indexes that are NO partitions of others | 5594 | Ready for Committer | libpq | stable |
|
+170−7 | Sadeq Dousti (msdousti) | Greg Sabino Mullane (greg), Sergey Dudoladov (sdudoladov), Matt Dailis (mattdailis) | 5 | 7 months ago | |
| Make numeric type accessible to third-party code. | 5623 | Ready for Committer | Refactoring Only | stable |
|
+290−285 | Ed Behn (edbehn) | Jelte Fennema-Nio (jeltef) | 5 | 2 weeks ago | |
| pg_restore documentation and --create/--single-transaction limitation | 5676 | Ready for Committer | Docs Only | 18 |
|
+6−1 | Ashutosh Bapat (ashutoshbapat) | Laurenz Albe (laurenz) | 5 | 4 months ago | |
| Enable auto-vectorization for page checksum calculations | 5726 | Ready for Committer | Performance | 19 |
|
+384−34 | Matthew Sterrett (matthew.sterrett.intel.com), Andrew Kim (andrewk1) | John Naylor (john.naylor) | John Naylor (john.naylor) | 3 | 2 weeks ago |
| alter check constraint enforceability | 5796 | Ready for Committer | 19 |
|
+479−66 | Jian He (stayreal) | Amul Sul (sulamul), Robert Treat (xzilla), Kirill Reshke (reshke), Zsolt Parragi (zsolt.parragi) | Peter Eisentraut (petere) | 4 | 6 days ago | |
| Improve the performance of Unicode Normalization Forms. | 5802 | Ready for Committer | Performance |
|
+7702−12682 | Alexander Borisov (lexborisov) | Victor Yegorov (vyegorov) | 5 | 2 days ago | ||
| docs: Include protocol version changes made without a version bump or extension | 5863 | Ready for Committer | Docs Only |
|
+22−104 | Jelte Fennema-Nio (jeltef) | 5 | 2 weeks ago | |||
| amcheck: support for GiST | 5879 | Ready for Committer |
|
+1034−110 | Andrey Borodin (x4m) | Sergey Dudoladov (sdudoladov), Miłosz Bieniek (moozzi) | 4 | 3 weeks ago | |||
| Unnecessary delay in streaming replication due to replay lag | 5908 | Ready for Committer | Good First Review Logical Replication Physical Replication Backport GUC | stable |
|
+406−9 | Sunil Seetharama (sunils26) | Fujii Masao (masaofujii), Josef Šimánek (retro), Huansong Fu (huansong) | 3 | 3 months ago | |
| JIT works only partially with meson build | 5984 | Ready for Committer | Docs Only |
|
+12−2 | Yugo Nagata (yugo.nagata) | Laurenz Albe (laurenz) | 4 | 4 months ago | ||
| Fix ALTER TABLE DROP EXPRESSION with ONLY option | 5992 | Ready for Committer | Bugfix | stable |
|
+6−6 | Jian He (stayreal) | Peter Eisentraut (petere), Kirill Reshke (reshke), lakshmi g (lakshmi) | Peter Eisentraut (petere) | 4 | 1 month ago |
| Fix race condition in SSI when reading PredXact->SxactGlobalXmin | 6037 | Ready for Committer | Bugfix Backport My First Patch | stable |
|
+189−0 | Josh Curtis (joshcurtis) | Mihail Nikalayeu (mihailnikalayeu) | 3 | 6 days ago | |
| CREATE TABLE LIKE INCLUDING TRIGGERS | 6087 | Ready for Committer | SQL Commands | 19 | Needs rebase! | Jian He (stayreal) | Andrey Borodin (x4m), Zsolt Parragi (zsolt.parragi) | 3 | 2 weeks ago | ||
| Migrate pg_commit_ts directory to the new node during an upgrade | 6119 | Ready for Committer | 19 | Needs rebase! | Sergey Levin (lsv) | Hayato Kuroda (ha-kun), Maxim Orlov (m.orlov) | 3 | 4 days ago | |||
| pgstattuple: Use streaming read API in pgstatindex functions | 6125 | Ready for Committer | Extensions AIO Performance | 19 |
|
+48−9 | Xuneng Zhou (dylanzhou) | Shinya Kato (shinyakato) | 3 | 3 months ago | |
| GIN pageinspect support for entry tree and non-leaf posting tree | 6128 | Ready for Committer | Extensions | stable |
|
+794−43 | Kirill Reshke (reshke) | Andrey Borodin (x4m), Japin Li (japin), Chao Li (chaol) | 3 | 1 month ago | |
| Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement | 6131 | Ready for Committer | Good First Review My First Patch | 19 |
|
+312−0 | Phil Alger (paalger) | Josef Šimánek (retro), Jim Jones (jimus) | 3 | 3 months ago | |
| Add pg_get_tablespace_ddl() function to reconstruct CREATE TABLESPACE statement | 6175 | Ready for Committer | My First Patch DDL |
|
+308−2 | Nishant Sharma (nishant-at-edb), Manni Wood (manniwoodedb) | Jim Jones (jimus) | 2 | 3 months ago | ||
| Add pg_get_subscription_ddl() function | 6208 | Ready for Committer | My First Patch | 19 |
|
+458−0 | Vaibhav Dalvi (vaibhavdalvi) | 2 | 3 months ago | ||
| psql: tab completion for ALTER ROLE ... IN DATABASE ... | 6244 | Ready for Committer | psql libpq | 19 |
|
+68−2 | Ian Barwick (barwick), Vasu M (vasu01) | Surya Poondla (spoondla), Dharin Shah (dharins0) | 2 | 1 month ago | |
| Make copyObject work in C++ | 6291 | Ready for Committer | Extensions Modernization |
|
+182−13 | Jelte Fennema-Nio (jeltef) | Akshat Jaimini (akshatj) | Peter Eisentraut (petere) | 2 | 15 hours ago | |
| Propagate XLogFindNextRecord error to callers | 6320 | Ready for Committer | 19 |
|
+79−16 | Anthonin Bonnefoy (bonnefoa) | Mircea Cadariu (mcadariu) | 2 | yesterday | ||
| DOC: fixes an error in alter table doc | 6328 | Ready for Committer | Docs Only | 19 |
|
+2−2 | Chao Li (chaol) | Robert Treat (xzilla) | 2 | 1 month ago | |
| [Patch]Add tab completion for DELETE ... USING | 6347 | Ready for Committer | psql libpq | 19 |
|
+11−1 | Tatsuya Kawata (croissant) | Fujii Masao (masaofujii), Kirill Reshke (reshke), Soumya S Murali (soumyamurali) | 2 | 3 hours ago | |
| tests: verify renamed index functionality in alter_table | 6373 | Ready for Committer | Good First Review Testing | stable |
|
+32−2 | Dharin Shah (dharins0) | Surya Poondla (spoondla), Vasu M (vasu01) | 1 | 1 month ago | |
| Precompute string lengths in PerformRadiusTransaction | 6377 | Ready for Committer | Refactoring Only |
|
+11−9 | Man Zeng (zengman) | Vasu M (vasu01) | 1 | 1 month ago | ||
| docs: clarify ALTER TABLE behavior on partitioned tables | 6379 | Ready for Committer | Docs Only DDL | 19 |
|
+227−90 | Chao Li (chaol) | David Johnston (polobo), Zsolt Parragi (zsolt.parragi) | 1 | 4 weeks ago | |
| Flush some statistics within running transactions | 6389 | Ready for Committer | Monitoring | 19 | Needs rebase! | Bertrand Drouvot (bertranddrouvot.pg) | Sami Imseih (simseih) | 1 | 2 days ago | ||
| Fix gistkillitems & add regression test to microvacuum | 6399 | Ready for Committer | Bugfix |
|
+5−5 | Kirill Reshke (reshke) | Soumya S Murali (soumyamurali) | 1 | 2 weeks ago | ||
| Fix how some lists are displayed by psql \d+ | 6413 | Ready for Committer | Good First Review psql libpq | 19 |
|
+378−235 | Peter Smith (smithpb2250) | Fujii Masao (masaofujii), Soumya S Murali (soumyamurali) | 1 | 3 weeks ago | |
| tablecmds: reject CLUSTER ON/INHERIT for partitioned tables earlier | 6415 | Ready for Committer | Refactoring Only DDL | 19 |
|
+41−33 | Chao Li (chaol) | Zsolt Parragi (zsolt.parragi) | 1 | 1 month ago | |
| brin: Remove duplicate initialization in initialize_brin_buildstate() | 6416 | Ready for Committer | Bugfix | 19 |
|
+0−3 | Chao Li (chaol) | Shinya Kato (shinyakato) | 1 | 2 weeks ago | |
| Avoid recalculating pgprocno in ProcArrayAdd() | 6426 | Ready for Committer | Good First Review Refactoring Only | stable |
|
+1−1 | Shinya Kato (shinyakato) | Chao Li (chaol) | 1 | 1 week ago | |
| meson: Make test output much more useful on failure (both in CI and locally) | 6435 | Ready for Committer | CI Devtools |
|
+206−87 | Jelte Fennema-Nio (jeltef) | 1 | 3 weeks ago | |||
| Use correct collation in pg_trgm | 6454 | Ready for Committer | Bugfix | 19 | Needs rebase! | David Geier (geidav) | Zsolt Parragi (zsolt.parragi) | 1 | 3 weeks ago | ||
| Change default of jit to off | 6465 | Ready for Committer | Performance GUC |
|
+5−4 | Jelte Fennema-Nio (jeltef) | 1 | 2 weeks ago | |||
| basic_archive: allow archive directory to be missing at startup | 6473 | Ready for Committer | Bugfix | stable |
|
+1−14 | Nathan Bossart (bossartn) | Nathan Bossart (bossartn) | 1 | yesterday | |
| Use allocation macros in the logical replication code | 6484 | Ready for Committer | Good First Review |
|
+18−17 | Peter Smith (smithpb2250) | 1 | 3 weeks ago | |||
| DOCS - pg_walsummary typo? | 6499 | Ready for Committer | Docs Only Good First Review |
|
+1−1 | Peter Smith (smithpb2250) | 1 | 4 days ago | |||
| DOCS - pg_waldump synopsis sgml markup | 6500 | Ready for Committer | Docs Only Good First Review |
|
+0−0 | Peter Smith (smithpb2250) | 1 | 4 days ago | |||
| DOCS - Server Applications [option] should be [option...] | 6501 | Ready for Committer | Docs Only Good First Review |
|
+3−3 | Peter Smith (smithpb2250) | 1 | 4 days ago | |||
| DOCS - Add an "Options" section for pg_controldata | 6502 | Ready for Committer | Docs Only Good First Review |
|
+0−0 | Peter Smith (smithpb2250) | 1 | 6 days ago | |||
| DOCS - System Applications 'datadir' parameter | 6504 | Ready for Committer | Docs Only Good First Review |
|
+12−12 | Peter Smith (smithpb2250) | 1 | 1 week ago | |||
| Improve OAuth discovery logging | 6529 | Ready for Committer | [oauth] | 19 |
|
+47−27 | Zsolt Parragi (zsolt.parragi) | Andrey Borodin (x4m) | Jacob Champion (jchampion) | 1 | 12 hours ago |
| amcheck: fix bug of missing corruption in allequalimage validation | 6534 | Ready for Committer | Bugfix | 19 |
|
+9−7 | Chao Li (chaol) | 1 | 2 days ago |