Status summary: Needs review: 279. Waiting on Author: 39. Ready for Committer: 47. Committed: 172. Moved to next CF: 27. Withdrawn: 42. Rejected: 3. Returned with Feedback: 5. Total: 614.
| Patch | ID | Status | Tags | Ver | CI status | Stats | Author | Reviewers | Committer | Num cfs | Latest mail |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Add XMLCanonicalize function | 4237 | Ready for Committer | SQL Commands | 20 |
|
+310−0 | Jim Jones (jimus) | Pavel Stehule (okbobcz), Oliver Ford (ojford), Yogesh Sharma (sharmay), newtglobal postgresql_contributors (newtpostgrescontributors) | 16 | 1 month ago | |
| Vacuum statistics | 5012 | Ready for Committer | Monitoring | 19 |
|
+3344−24 | Andrei Lepikhov (lepikhov), Andrei Zubkov (zubkov), Alena Rybakina (alenka) | Ilia Evdokimov (ilidock95), Khoa Nguyen (kdnguyen9) | 11 | 1 week 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) | Yogesh Sharma (sharmay), Akshat Jaimini (akshatj) | 11 | 6 months ago | |
| Refactor SLRU to always use long file names | 5250 | Ready for Committer | Refactoring Only |
|
+95−84 | Aleksander Alekseev (a.alekseev) | 9 | 5 days ago | |||
| System views for versions reporting | 5318 | Ready for Committer | Monitoring | stable | Needs rebase! | Dmitry Dolgov (erthalion) | Laurenz Albe (laurenz) | 9 | 7 months ago | ||
| Add XMLDocument (SQL/XML X030) | 5431 | Ready for Committer | SQL Commands | 20 |
|
+153−1 | Jim Jones (jimus) | Pavel Stehule (okbobcz), newtglobal postgresql_contributors (newtpostgrescontributors) | 8 | 1 month ago | |
| Add XMLNamespaces option to XMLElement | 5456 | Ready for Committer | SQL Commands | 20 |
|
+787−39 | Pavel Stehule (okbobcz), Jim Jones (jimus) | Pavel Stehule (okbobcz), Umar Hayat (pgwizard), newtglobal postgresql_contributors (newtpostgrescontributors) | 8 | 1 month ago | |
| Available disk space per tablespace | 5651 | Ready for Committer | Monitoring | 20 |
|
+197−7 | Christoph Berg (myon) | Zsolt Parragi (zsolt.parragi), solai v (solaiv) | 2 | 15 hours 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) | 6 | 2 weeks ago | |||
| amcheck: support for GiST | 5879 | Ready for Committer | Needs rebase! | Andrey Borodin (x4m) | Sergey Dudoladov (sdudoladov), Miłosz Bieniek (moozzi) | 5 | 5 months 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) | 4 | 7 months ago | |
| JIT works only partially with meson build | 5984 | Ready for Committer | Docs Only | Needs rebase! | Yugo Nagata (yugo.nagata) | Laurenz Albe (laurenz) | 5 | 9 months ago | |||
| Fix race condition in SSI when reading PredXact->SxactGlobalXmin | 6037 | Ready for Committer | Bugfix Backport My First Patch | stable |
|
+267−13 | Josh Curtis (joshcurtis) | Mihail Nikalayeu (mihailnikalayeu) | 4 | 1 month ago | |
| CREATE TABLE LIKE INCLUDING TRIGGERS | 6087 | Ready for Committer | SQL Commands | 19 |
|
+649−18 | Jian He (stayreal) | Andrey Borodin (x4m), Henson Choi (assam258.gmail.com), Zsolt Parragi (zsolt.parragi), lakshmi g (lakshmi) | 4 | 2 weeks ago | |
| Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement | 6131 | Ready for Committer | Good First Review My First Patch | 19 |
|
+371−4 | Phil Alger (paalger) | Josef Šimánek (retro), Jim Jones (jimus), Soumya S Murali (soumyamurali) | 4 | yesterday | |
| Add pg_get_policy_ddl() function to reconstruct CREATE POLICY statement | 6135 | Ready for Committer |
|
+766−0 | Akshay Joshi (akshay.joshi) | Ilmar Yunusov (tanswis42.gmail.com), solai v (solaiv), Rui Zhao (zhaorui) | 2 | 1 week ago | |||
| Add pg_get_subscription_ddl() function | 6208 | Ready for Committer | My First Patch | 19 |
|
+458−0 | Vaibhav Dalvi (vaibhavdalvi) | solai v (solaiv) | 3 | 2 months ago | |
| Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) | 6245 | Ready for Committer | Performance My First Patch Refactoring Only | 19 |
|
+978−150 | Boris Mironov (bmironov) | Egor Madyshev (emadyshev) | 3 | 4 months ago | |
| doc: Clarify ANALYZE VERBOSE output | 6259 | Ready for Committer | Docs Only | stable |
|
+4−3 | Shinya Kato (shinyakato) | Fujii Masao (masaofujii), Maciek Sakrejda (msakrejda), Surya Poondla (spoondla), solai v (solaiv) | Fujii Masao (masaofujii) | 3 | 6 days ago |
| refactor handling optional argument in system functions | 6303 | Ready for Committer | Refactoring Only | 19 |
|
+25−168 | Mark Wong (markwkm) | Andreas Karlsson (kandreas), Tristan Partin (tristan957) | 3 | 2 weeks ago | |
| Hash-based MCV matching for large IN-lists | 6356 | Ready for Committer | Performance | stable |
|
+543−5 | Ilia Evdokimov (ilidock95) | David Geier (geidav), Tatsuya Kawata (croissant) | 3 | 4 weeks 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) | 2 | 3 months ago | |
| Add ldapservice connection parameter | 6390 | Ready for Committer | libpq |
|
+340−7 | Andrew Jackson (andrewjackson) | 2 | 3 months ago | |||
| ALTER TABLE: notice when actions do not recurse to partitions | 6392 | Ready for Committer | DDL | 19 |
|
+339−65 | Chao Li (chaol) | Jim Jones (jimus) | 2 | 2 months ago | |
| Avoid recalculating pgprocno in ProcArrayAdd() | 6426 | Ready for Committer | Good First Review Refactoring Only | stable |
|
+1−1 | Shinya Kato (shinyakato) | Chao Li (chaol), solai v (solaiv) | 2 | 2 weeks ago | |
| BUG #19382: Server crash at __nss_database_lookup | 6449 | Ready for Committer | Bugfix Security | 20 |
|
+906−1 | Surya Poondla (spoondla) | 2 | 6 days ago | ||
| Fix the race condition for updating slot minimum LSN | 6451 | Ready for Committer | Bugfix |
|
+32−1 | Zhijie Hou (houzj) | Surya Poondla (spoondla), solai v (solaiv) | 2 | 2 months ago | ||
| Use correct collation in pg_trgm | 6454 | Ready for Committer | Bugfix | 19 | Needs rebase! | David Geier (geidav) | Zsolt Parragi (zsolt.parragi) | 2 | 3 months ago | ||
| Add +/- operators for xid8 type and replace deprecated txid_current() | 6478 | Ready for Committer | Deprecation | 20 |
|
+244−25 | Shinya Kato (shinyakato) | lin teletele (teletele.lin), solai v (solaiv) | 2 | 1 month ago | |
| Pgbench: remove synchronous prepare | 6558 | Ready for Committer |
|
+123−16 | Dmitrii Bondar (difesu) | lakshmi g (lakshmi) | 1 | 6 days ago | |||
| tupdesc: simplify assert in equalTupleDescs() | 6594 | Ready for Committer | Refactoring Only | 19 |
|
+1−2 | Chao Li (chaol) | Surya Poondla (spoondla) | 1 | 2 months ago | |
| Fix a file descriptor leak when using io_method=io_uring | 6617 | Ready for Committer | Bugfix AIO My First Patch | stable |
|
+42−0 | Lucas DRAESCHER (draescherl) | Lætitia AVROT (arkhena), Ilmar Yunusov (tanswis42.gmail.com) | 1 | 1 month ago | |
| Skip prefetch for block references that follow a FPW or WILL_INIT of the same block | 6634 | Ready for Committer | Performance Physical Replication | 19 |
|
+28−6 | SATYANARAYANA NARLAPURAM (satyanarayanan) | Ethan Mertz (ethanmertz) | 1 | 1 month ago | |
| change SOFT_ERROR_OCCURRED to a static inline function | 6666 | Ready for Committer | Refactoring Only | 20 |
|
+14−6 | Nathan Bossart (bossartn) | Nathan Bossart (bossartn) | 1 | 3 months ago | |
| More jsonpath methods: translate, split, join | 6673 | Ready for Committer | SQL Commands | 19 |
|
+751−8 | Florents Tselai (florentst) | Corey Huinker (coreyh), Zsolt Parragi (zsolt.parragi) | 1 | 2 weeks ago | |
| Take a long time to reach consistent after pg_rewind | 6679 | Ready for Committer | Bugfix |
|
+20−11 | ChangAo Chen (chenchangao) | Surya Poondla (spoondla), solai v (solaiv) | 1 | 6 days ago | ||
| Prevent repeated deadlock-check signals in standby buffer pin waits | 6690 | Ready for Committer | Performance | 19 | Needs rebase! | JoongHyuk Shin (shin) | Fujii Masao (masaofujii), Henson Choi (assam258.gmail.com), Ilmar Yunusov (tanswis42.gmail.com) | Fujii Masao (masaofujii) | 1 | 3 weeks ago | |
| Cleanup: Replace sscanf with strtol/strtoul in snapmgr | 6709 | Ready for Committer | Refactoring Only Performance |
|
+37−10 | Amul Sul (sulamul) | Andreas Karlsson (kandreas) | 1 | 2 months ago | ||
| Checkpoint replication slots later | 6767 | Ready for Committer | Logical Replication Physical Replication | stable | Needs rebase! | Ants Aasma (ants) | Fujii Masao (masaofujii), Hüseyin Demir (demir) | Fujii Masao (masaofujii) | 1 | 1 week ago | |
| REPLICA IDENTITY USING INDEX accepts column with invalid NOT NULL | 6801 | Ready for Committer | Bugfix |
|
+67−0 | Ante Krešić (antekresic) | Aleksander Alekseev (a.alekseev), solai v (solaiv) | 1 | 1 month ago | ||
| Use streaming read I/O when enabling data checksums online | 6841 | Ready for Committer | Good First Review |
|
+32−3 | ChangAo Chen (chenchangao) | Daniel Gustafsson (d_gustafsson), Enrique Sanchez (enriqueesanchz) | Daniel Gustafsson (d_gustafsson) | 1 | 1 week ago | |
| Show hashed SAOP decision in EXPLAIN | 6868 | Ready for Committer | Good First Review Missing Tests Devtools | 20 |
|
+188−1 | Andrei Lepikhov (lepikhov) | 1 | 5 days ago | ||
| postgres_fdw: Emit message when batch_size is reduced | 6873 | Ready for Committer | postgres_fdw |
|
+105−0 | Rafia Sabih (rafia.sabih) | Corey Huinker (coreyh), Nurlan Tulemisov (n.tulemisov) | 1 | 1 hour ago | ||
| Show estimated number of groups for IncrementalSort in EXPLAIN | 6882 | Ready for Committer | Good First Review Monitoring | stable |
|
+29−7 | Ilia Evdokimov (ilidock95) | solai v (solaiv), Enrique Sanchez (enriqueesanchz) | 1 | 4 weeks ago | |
| Handle concurrent drop when doing whole database vacuum | 6890 | Ready for Committer | Bugfix |
|
+21−7 | ChangAo Chen (chenchangao) | Nathan Bossart (bossartn), Surya Poondla (spoondla) | Nathan Bossart (bossartn) | 1 | 1 week ago | |
| pg_dump: skip pg_init_privs entries for non-existent roles | 6915 | Ready for Committer | Bugfix | 19 |
|
+174−3 | Hüseyin Demir (demir) | Laurenz Albe (laurenz), Rui Zhao (zhaorui) | 1 | 1 week ago | |
| Improve errmsg for publication membership | 6950 | Ready for Committer | Bugfix Good First Review | 20 |
|
+4−4 | Peter Smith (smithpb2250) | 1 | 1 month ago |