Bug Fixes |
pg_ctl start may return 0 even if the postmaster has been already started on Windows |
4573 |
Waiting on Author |
|
|
Needs rebase!
|
|
Kyotaro Horiguchi (horiguti) |
Hayato Kuroda (ha-kun), Yasir Shah (yasir.hussain.shah.gmail.com) |
|
9 |
5 months ago |
Fix rare recovery shutdown hang |
4884 |
Waiting on Author |
|
|
Needs rebase!
|
|
Thomas Munro (macdice) |
Noah Misch (nmisch), Martijn Wallet (mwallet) |
|
6 |
9 months ago |
WAL_LOG CREATE DATABASE strategy broken for non-standard page layouts |
4986 |
Waiting on Author |
|
|
10/10
|
+6β2
|
Matthias van de Meent (mmeent) |
Akshat Jaimini (akshatj) |
|
6 |
9 months ago |
Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state |
5029 |
Needs review |
|
|
Needs rebase!
|
|
ChangAo Chen (chenchangao) |
Lilian Ontowhee (ontowhee) |
|
6 |
2 months ago |
Incorrect error message for cancellation triggered by statement_timeout & flaky test |
5070 |
Needs review |
Bugfix
Flakyfix
|
stable |
10/10
|
+16β5
|
Jelte Fennema-Nio (jeltef) |
|
|
7 |
6 months ago |
Incremental Sort Cost Estimation Instability |
5093 |
Needs review |
|
18 |
Needs rebase!
|
|
Andrei Lepikhov (lepikhov) |
|
|
6 |
3 months ago |
Prevent incorrect entries in pg_stat_activity. |
5105 |
Waiting on Author |
|
|
10/10
|
+19β2
|
Fujii Masao (masaofujii) |
|
|
5 |
9 months ago |
Fix rare checksum failure in EXEC_BACKEND LocalProcessControlFile() |
5124 |
Waiting on Author |
|
|
Needs rebase!
|
|
Thomas Munro (macdice) |
Noah Misch (nmisch) |
|
5 |
5 months ago |
psql client does not handle WSAEWOULDBLOCK on Windows |
5154 |
Waiting on Author |
|
|
6/10
|
+1β1
|
|
Tom Lane (tgl), Umar Hayat (pgwizard) |
|
5 |
1 week ago |
Fix standby may crash when switching-over in certain special cases |
5199 |
Needs review |
|
|
10/10
|
+2β2
|
pixian shi (pxshi) |
|
|
5 |
8 months ago |
Fix race between WAL flush and InstallXLogFileSegment() |
5276 |
Waiting on Author |
|
|
10/10
|
+45β0
|
Thomas Munro (macdice) |
Soumyadeep Chakraborty (soumyadeepc) |
|
4 |
10 months ago |
Fix for consume_xids advancing XIDs incorrectly |
5303 |
Waiting on Author |
|
stable |
Needs rebase!
|
|
Yushi Ogiwara (yushi) |
|
|
4 |
9 months ago |
Fix creation of empty .log files during log rotation |
5365 |
Waiting on Author |
|
|
10/10
|
+15β12
|
Arseny Kositsin (arseny114) |
|
|
3 |
5 months ago |
Fix bug with accessing to temporary tables of other sessions |
5379 |
Needs review |
|
18 |
10/10
|
+55β23
|
Daniil Davydov (dddaniil) |
Rafia Sabih (rafia.sabih) |
|
4 |
1 month ago |
bt_index_parent_check false alarm for indexes created concurrently |
5438 |
Ready for Committer |
Bugfix
Backport
|
|
10/10
|
+70β40
|
Michail Nikolaev (nkey), Mihail Nikalayeu (mihailnikalayeu) |
Andrey Borodin (x4m) |
|
4 |
2 months ago |
Improve ACL checks in pg_prewarm for indexes |
5583 |
Waiting on Author |
|
|
10/10
|
+39β3
|
Ayush Vatsa (developerayuva) |
Nathan Bossart (bossartn) |
|
3 |
5 months ago |
Corrupted FSM page is not saved after zeroing. |
5615 |
Waiting on Author |
|
|
10/10
|
+3β0
|
Anton Melnikov (antonmel) |
|
|
3 |
5 months ago |
Accessing an invalid pointer in BufferManagerRelation structure |
5646 |
Ready for Committer |
|
18 |
Needs rebase!
|
|
Daniil Davydov (dddaniil) |
Stepan Neretin (snpgg), Dmitrii Bondar (difesu) |
|
2 |
4 months ago |
Random pg_upgrade 004_subscription test failure on drongo |
5673 |
Needs review |
|
|
9/10
|
+16β0
|
vigneshwaran C (vignesh.postgres) |
|
|
2 |
5 months ago |
Prevent internal error at concurrent CREATE OR REPLACE / ALTER FUNCTION |
5681 |
Needs review |
|
|
10/10
|
+132β19
|
Yugo Nagata (yugo.nagata) |
Jim Jones (jimus), Daniil Davydov (dddaniil) |
|
2 |
3 weeks ago |
temporary file usage report with extended protocol and unnamed portals |
5724 |
Waiting on Author |
|
|
10/10
|
+151β0
|
Sami Imseih (simseih), FrΓ©dΓ©ric Yhuel (yhuelf) |
Mircea Cadariu (mcadariu) |
|
2 |
yesterday |
Add guard to prevent recursive memory context logging. |
5766 |
Needs review |
|
|
10/10
|
+40β18
|
Fujii Masao (masaofujii) |
|
Fujii Masao (masaofujii) |
2 |
1 month ago |
Decouple C++ support in Meson's PGXS from LLVM enablement |
5885 |
Needs review |
Good First Review
|
stable |
Needs rebase!
|
|
Tristan Partin (tristan957) |
Jelte Fennema-Nio (jeltef) |
Peter Eisentraut (petere) |
1 |
4 months ago |
GIN tries to form a tuple with a partial compressedList during insertion |
5890 |
Needs review |
|
|
10/10
|
+12β8
|
Arseniy Mukhin (amukhin) |
|
|
1 |
2 months ago |
pg_restore --no-policies should not restore policies' comment |
5891 |
Needs review |
Bugfix
Backport
|
18 |
10/10
|
+137β6
|
Jian He (stayreal) |
Fujii Masao (masaofujii) |
Fujii Masao (masaofujii) |
1 |
4 days ago |
Correction of RowMark Removal During Sel-Join Elimination |
5943 |
Needs review |
Refactoring Only
Bugfix
|
19 |
Needs rebase!
|
|
Andrei Lepikhov (lepikhov) |
|
|
1 |
1 week ago |
Fixing the btree_gist inet mess |
5944 |
Needs review |
|
19 |
10/10
|
+117β7
|
Tom Lane (tgl) |
Peter Eisentraut (petere) |
|
1 |
1 month ago |
Panic during xlog building with big values |
5970 |
Needs review |
Bugfix
|
19 |
10/10
|
+51β0
|
Maksim Melnikov (manaldush) |
|
|
1 |
4 weeks ago |
Non-blocking archiver process |
5971 |
Needs review |
Bugfix
|
19 |
10/10
|
+94β2
|
Patrick StΓ€hlin (packi) |
|
|
1 |
1 month ago |
disallow alter individual column if partition key contains wholerow reference |
5988 |
Needs review |
Bugfix
Backport
|
18 |
10/10
|
+36β0
|
Jian He (stayreal) |
|
|
1 |
2 weeks ago |
bug: virtual generated column can be partition key |
5989 |
Needs review |
Bugfix
Backport
|
18 |
10/10
|
+86β40
|
Ashutosh Bapat (ashutoshbapat) |
Peter Eisentraut (petere) |
Peter Eisentraut (petere) |
1 |
2 weeks ago |
Fix ALTER TABLE DROP EXPRESSION with ONLY option |
5992 |
Ready for Committer |
|
stable |
10/10
|
+36β5
|
Jian He (stayreal) |
Peter Eisentraut (petere) |
Peter Eisentraut (petere) |
1 |
2 weeks ago |
Reset recovery target parameters in pg_createsubscriber |
6004 |
Needs review |
Bugfix
My First Patch
|
18 |
10/10
|
+193β31
|
Alyona Vinter (dlaaren) |
Ian Ilyasov (ianilyasov), mutaamba maasha (mutaambam) |
|
1 |
5 days ago |
Clients |
libpq: Fix processing of SSL records >8kB on async API |
5251 |
Needs review |
Bugfix
Backport
|
stable |
10/10
|
+318β8
|
Jacob Champion (jchampion), Lars Kanis (larsk) |
Jacob Champion (jchampion) |
|
5 |
1 month ago |
Add Option to Check All Addresses For Matching target_session_attr |
5396 |
Needs review |
|
18 |
10/10
|
+306β10
|
Andrew Jackson (andrewjackson) |
|
|
4 |
4 weeks ago |
psql \dh: List High-Level (Root) Tables and Indexes |
5594 |
Needs review |
|
stable |
10/10
|
+170β7
|
Sadeq Dousti (msdousti) |
Greg Sabino Mullane (greg), Sergey Dudoladov (sdudoladov) |
|
2 |
1 month ago |
psql: tab-completion support for COPY ... TO/FROM STDIN, STDOUT, and PROGRAM |
5800 |
Needs review |
|
19 |
10/10
|
+119β43
|
Yugo Nagata (yugo.nagata) |
|
|
2 |
2 weeks ago |
display current search_path in psql prompt |
5808 |
Ready for Committer |
|
|
10/10
|
+30β0
|
Florents Tselai (florentst) |
Jim Jones (jimus) |
|
2 |
3 months ago |
Add \pset options for boolean value display |
5828 |
Needs review |
psql
|
19 |
10/10
|
+124β1
|
David Johnston (polobo) |
|
|
2 |
2 months ago |
Add prompt option to display read-only and read/write states in psql |
5872 |
Ready for Committer |
psql
|
19 |
10/10
|
+30β0
|
Jim Jones (jimus) |
Srinath Reddy (srinath-reddy-sadipiralla) |
|
2 |
1 month ago |
Making pg_rewind faster |
5902 |
Needs review |
Performance
|
19 |
10/10
|
+137β5
|
Justin Kwan (justinpkwan.outlook.com), John Hsu (johnhsu) |
|
|
2 |
2 months ago |
psql: Count all table footer lines in pager setup |
5949 |
Waiting on Author |
psql
|
stable |
10/10
|
+7β5
|
Erik Wienhold (ewie) |
Tom Lane (tgl) |
|
1 |
3 weeks ago |
Tab completion for large objects |
5963 |
Needs review |
|
|
10/10
|
+12β5
|
Dagfinn Ilmari MannsΓ₯ker (ilmari) |
Fujii Masao (masaofujii) |
Fujii Masao (masaofujii) |
1 |
1 month ago |
TAB completion for ALTER TABLE ... ALTER CONSTRAINT ... ENFORCED |
5968 |
Needs review |
psql
|
stable |
10/10
|
+10β0
|
Kirill Reshke (reshke) |
|
|
1 |
1 month ago |
pgbench: extend variable usage in scripts |
6012 |
Needs review |
|
19 |
9/10
|
+130β15
|
Yugo Nagata (yugo.nagata) |
|
|
1 |
2 weeks ago |
Code Comments |
Add comments about fire_triggers argument in ri_triggers.c |
5679 |
Needs review |
|
|
9/10
|
+7β1
|
Yugo Nagata (yugo.nagata) |
|
|
2 |
5 months ago |
Improve coments on structures in trigger.c |
5680 |
Needs review |
|
|
10/10
|
+47β40
|
Yugo Nagata (yugo.nagata) |
|
|
2 |
5 months ago |
Fix incorrect comment in pg_get_shmem_allocations_numa() |
5927 |
Needs review |
|
19 |
10/10
|
+6β9
|
Bertrand Drouvot (bertranddrouvot.pg) |
|
|
1 |
1 month ago |
Clarify comment in _bt_set_startikey |
5973 |
Needs review |
Comments Only
|
|
10/10
|
+6β3
|
Chao Li (chaol) |
|
|
1 |
4 weeks ago |
Documentation |
Document NULL Concepts and Behaviors |
5086 |
Ready for Committer |
Docs Only
|
18 |
Needs rebase!
|
|
David Johnston (polobo) |
Robert Treat (xzilla) |
|
7 |
2 months ago |
Windows meson build |
5522 |
Ready for Committer |
|
|
10/10
|
+45β12
|
Kohei Harikae (koheiharikae) |
Vladlen Popolitov (vladlenpopolitov) |
Peter Eisentraut (petere) |
2 |
7 months ago |
Document how commit handles aborted transactions |
5546 |
Ready for Committer |
Backport
Docs Only
|
|
9/10
|
+55β5
|
David Johnston (polobo) |
Ahmed Ashour (ahmedashour) |
|
3 |
3 weeks ago |
pg_restore documentation and --create/--single-transaction limitation |
5676 |
Needs review |
|
18 |
10/10
|
+6β1
|
Ashutosh Bapat (ashutoshbapat) |
|
|
2 |
5 months ago |
pg_restore add note about -n |
5818 |
Needs review |
|
|
10/10
|
+22β40
|
Florents Tselai (florentst) |
|
|
2 |
11 months ago |
Docs and tests for RLS policies applied by command type |
5851 |
Needs review |
Testing
|
19 |
10/10
|
+394β13
|
Dean Rasheed (deanr) |
|
|
2 |
5 months ago |
docs: Update protocol changes checklist with 3.2 changes |
5863 |
Needs review |
Docs Only
|
18 |
9/10
|
+138β84
|
Dave Cramer (dcramer), Jelte Fennema-Nio (jeltef) |
|
|
2 |
1 month ago |
Documenting inlining SQL functions |
5898 |
Needs review |
Docs Only
|
19 |
10/10
|
+158β92
|
Paul Jungwirth (pjungwir) |
Pavel Stehule (okbobcz) |
|
1 |
1 month ago |
Document DSM Registry |
5914 |
Needs review |
Docs Only
|
19 |
10/10
|
+46β17
|
Florents Tselai (florentst) |
Nathan Bossart (bossartn) |
Nathan Bossart (bossartn) |
1 |
2 months ago |
ALTER TABLE ... OWNER TO affects permissions too |
5915 |
Needs review |
Good First Review
Docs Only
|
19 |
10/10
|
+2β0
|
Laurenz Albe (laurenz) |
Shuntian Jiao (jiaoshuntian) |
|
1 |
1 year ago |
Document AccessExclusive lock behaviour on standbys |
5920 |
Needs review |
|
|
10/10
|
+8β0
|
Anthonin Bonnefoy (bonnefoa) |
|
|
1 |
1 month ago |
Documentation fix on pgbench \aset command |
5983 |
Needs review |
|
stable |
Not processed
|
|
Yugo Nagata (yugo.nagata) |
|
|
1 |
2 months ago |
JIT works only partially with meson build |
5984 |
Needs review |
|
|
10/10
|
+11β1
|
Yugo Nagata (yugo.nagata) |
|
|
1 |
2 months ago |
Doc: Fix definition of asynchronous replication |
6005 |
Needs review |
Docs Only
Good First Review
|
|
5/10
|
+2β3
|
Laurenz Albe (laurenz) |
Shuntian Jiao (jiaoshuntian) |
|
1 |
1 week ago |
Miscellaneous |
pgbench - adding pl/pgsql versions of tests |
4105 |
Needs review |
|
|
9/10
|
+247β14
|
Hannu Krosing (hannukrosing) |
Fabien Coelho (calvin), Yugo Nagata (yugo.nagata), Robert Treat (xzilla) |
|
7 |
1 week ago |
Support a wildcard in backtrace_functions |
4735 |
Needs review |
GUC
Help - Bikeshedding
|
|
Needs rebase!
|
|
Jelte Fennema-Nio (jeltef) |
Daniel Gustafsson (d_gustafsson), Bharath Rupireddy (bharathrupireddy) |
Daniel Gustafsson (d_gustafsson) |
9 |
5 months ago |
Avoid orphaned objects dependencies, take 3 |
4942 |
Needs review |
|
18 |
Needs rebase!
|
|
Bertrand Drouvot (bertranddrouvot.pg) |
|
|
7 |
3 months ago |
System views for versions reporting |
5318 |
Needs review |
|
stable |
Needs rebase!
|
|
Dmitry Dolgov (erthalion) |
|
|
5 |
5 months ago |
Coccinelle for PostgreSQL development |
5509 |
Needs review |
|
18 |
Needs rebase!
|
|
Mats Kindahl (matski) |
|
|
2 |
6 months ago |
Waiting for LSN replay with WAIT FOR command |
5550 |
Needs review |
|
|
8/10
|
+1474β12
|
Alexander Korotkov (smagen) |
Yura Sokolov (funny_falcon) |
|
2 |
9 hours ago |
Bump soft open file limit (RLIMIT_NOFILE) to hard limit on startup |
5570 |
Needs review |
|
|
9/10
|
+243β45
|
Jelte Fennema-Nio (jeltef) |
|
|
3 |
5 months ago |
contrib/xml2: xslt_process() should report XSLT-related error details and accept xmltype |
5718 |
Needs review |
|
19 |
10/10
|
+247β52
|
Robin Haberkorn (rhaberkorn) |
|
|
2 |
2 months ago |
Add --continue-on-abort option to pgbench |
5790 |
Ready for Committer |
|
19 |
10/10
|
+134β38
|
Yugo Nagata (yugo.nagata), Rintaro Ikeda (rintaro) |
Yugo Nagata (yugo.nagata), Hayato Kuroda (ha-kun) |
|
2 |
1 month ago |
pgindent: improve formatting of multiline comments |
5831 |
Needs review |
|
19 |
10/10
|
+29β0
|
Aleksander Alekseev (a.alekseev) |
|
|
2 |
2 months ago |
Change the names generated for index partitions |
5832 |
Needs review |
|
19 |
10/10
|
+551β506
|
Tom Lane (tgl) |
|
|
2 |
2 weeks ago |
update-po for PGXS does not work |
5922 |
Needs review |
Bugfix
Good First Review
|
|
10/10
|
+5β0
|
Γlvaro Herrera (alvherre), Ryo Matsumura (ryo) |
|
|
1 |
1 year ago |
Let plan_cache_mode to be a little less strict |
5923 |
Needs review |
GUC
|
19 |
2/10
|
+245β0
|
Andrei Lepikhov (lepikhov) |
|
|
1 |
3 weeks ago |
Enhance Makefiles to rebuild objects on map file changes |
5953 |
Needs review |
|
19 |
10/10
|
+97β0
|
Chao Li (chaol) |
|
|
1 |
3 weeks ago |
Enhance statistics reset functions to return reset timestamp |
5956 |
Needs review |
|
19 |
10/10
|
+302β234
|
Shinya Kato (shinyakato) |
|
|
1 |
yesterday |
Prevent vacuumdb --analyze-only from issuing VACUUM (ONLY_DATABASE_STATS) |
5962 |
Needs review |
|
|
10/10
|
+2β1
|
Fujii Masao (masaofujii) |
|
|
1 |
1 month ago |
Expose custom planning data in EXPLAIN |
5965 |
Needs review |
|
19 |
Needs rebase!
|
|
Andrei Lepikhov (lepikhov) |
|
|
1 |
2 days ago |
Identifying function-lookup failures due to argument name mismatches |
5967 |
Needs review |
|
|
10/10
|
+537β151
|
Tom Lane (tgl) |
|
|
1 |
2 weeks ago |
Problem in 'ORDER BY' of a column using a created collation? |
5990 |
Needs review |
|
|
Not processed
|
|
Nishant Sharma (nishant-at-edb) |
|
|
1 |
4 days ago |
Avoid overwiriting cache entry (src/backend/utils/cache/relcache.c) |
6008 |
Needs review |
|
19 |
10/10
|
+5β6
|
Ranier Vilela (raniervilela) |
|
|
1 |
2 weeks ago |
Add process updating for GNU/Hurd |
6013 |
Needs review |
|
|
10/10
|
+2β2
|
Michael Banck (mbanck) |
|
|
1 |
2 weeks ago |
Add error_on_null() to produce an error if the input is null |
6017 |
Ready for Committer |
|
|
10/10
|
+74β0
|
Joel Jacobson (joeljacobson) |
Vik Fearing (xocolatl) |
|
1 |
1 week ago |
Update meson build files to enable building postgres as a subproject |
6018 |
Needs review |
My First Patch
|
19 |
10/10
|
+7β7
|
Elliot Haisley (elliothb) |
|
|
1 |
2 weeks ago |
Use streaming read I/O in BRIN vacuuming |
6022 |
Needs review |
|
|
10/10
|
+24β9
|
Arseniy Mukhin (amukhin) |
|
|
1 |
1 week ago |
Monitoring & Control |
Add pg_stat_session |
3405 |
Waiting on Author |
|
|
Needs rebase!
|
|
Rafia Sabih (rafia.sabih), Sergey Dudoladov (sdudoladov) |
Bertrand Drouvot (bdrouvot), Atsushi Torikoshi (atsushitorikoshi), Andrei Zubkov (zubkov), Sadeq Dousti (msdousti) |
|
18 |
5 months ago |
Logging parallel worker draught |
4291 |
Ready for Committer |
|
19 |
Needs rebase!
|
|
Benoit LobrΓ©au (benoitl) |
Sami Imseih (simseih) |
|
11 |
4 months ago |
relfilenode statistics |
5007 |
Waiting on Author |
|
18 |
Needs rebase!
|
|
Bertrand Drouvot (bertranddrouvot.pg) |
|
|
7 |
6 months ago |
Vacuum statistics |
5012 |
Needs review |
|
18 |
Needs rebase!
|
|
Andrei Lepikhov (lepikhov), Andrei Zubkov (zubkov), Alena Rybakina (alenka) |
Ilia Evdokimov (ilidock95) |
|
7 |
1 week ago |
Logging plan of the currently running query |
5330 |
Waiting on Author |
Monitoring
|
18 |
8/10
|
+540β54
|
Atsushi Torikoshi (atsushitorikoshi) |
Hironobu Suzuki (suzuki_hironobu), Akshat Jaimini (akshatj), Sadeq Dousti (msdousti) |
|
5 |
4 days ago |
Add storage I/O tracking to EXPLAIN BUFFERS |
5526 |
Needs review |
Monitoring
|
18 |
9/10
|
+1148β34
|
Atsushi Torikoshi (atsushitorikoshi) |
Jelte Fennema-Nio (jeltef) |
|
3 |
4 months ago |
Track and display estimated "work_mem" as well as limit, via EXPLAIN (work_mem on); add hook to override work_mem limits; add extension to override using "workmem.query_work_mem" GUC |
5595 |
Needs review |
|
18 |
Needs rebase!
|
|
James Hunter (hunjmes) |
|
|
2 |
1 month ago |
Metadata and record block access stats for indexes |
5614 |
Needs review |
Monitoring
My First Patch
|
19 |
Needs rebase!
|
|
Mircea Cadariu (mcadariu) |
FrΓ©dΓ©ric Yhuel (yhuelf) |
|
3 |
1 month ago |
Add os_page_num to pg_buffercache |
5690 |
Ready for Committer |
|
19 |
10/10
|
+383β16
|
Bertrand Drouvot (bertranddrouvot.pg) |
Mircea Cadariu (mcadariu) |
|
2 |
3 weeks ago |
amcheck support for BRIN indexes |
5715 |
Needs review |
|
|
9/10
|
+2156β30
|
Arseniy Mukhin (amukhin) |
Tomas Vondra (fuzzycz) |
|
2 |
1 month ago |
Expose internal MultiXact member count function for efficient monitoring |
5811 |
Needs review |
|
19 |
10/10
|
+356β6
|
Naga Appani (naga.appani) |
Atsushi Torikoshi (atsushitorikoshi) |
|
2 |
yesterday |
Report bytes and transactions actually sent downtream |
5877 |
Needs review |
|
|
10/10
|
+275β65
|
Ashutosh Bapat (ashutoshbapat) |
|
|
2 |
2 weeks ago |
Report replica identity in pg_publication_tables |
5878 |
Needs review |
|
|
10/10
|
+109β23
|
Ashutosh Bapat (ashutoshbapat) |
|
|
2 |
2 months ago |
Enhancing Memory Context Statistics Reporting |
5938 |
Needs review |
|
19 |
10/10
|
+1279β41
|
Rahila Syed (rahila) |
Atsushi Torikoshi (atsushitorikoshi) |
|
1 |
3 weeks ago |
Adding locks statistics |
5942 |
Needs review |
|
19 |
10/10
|
+553β4
|
Bertrand Drouvot (bertranddrouvot.pg) |
|
|
1 |
1 month ago |
Adding per backend commit and rollback counters |
5947 |
Needs review |
|
19 |
10/10
|
+296β2
|
Bertrand Drouvot (bertranddrouvot.pg) |
|
|
1 |
2 weeks ago |
Per backend relation statistics tracking |
5958 |
Needs review |
|
19 |
9/10
|
+261β2
|
Bertrand Drouvot (bertranddrouvot.pg) |
|
|
1 |
1 week ago |
Add mode column to pg_stat_progress_vacuum |
5969 |
Needs review |
Monitoring
|
19 |
10/10
|
+59β6
|
Shinya Kato (shinyakato) |
|
|
1 |
4 weeks ago |
Performance |
Inline non-SQL SRFs |
5083 |
Needs review |
|
19 |
10/10
|
+755β115
|
Paul Jungwirth (pjungwir) |
Tom Lane (tgl) |
|
4 |
1 month ago |
Asynchronous MergeAppend Execution |
5129 |
Waiting on Author |
|
|
Needs rebase!
|
|
Alexander Pyhalov (a.pyhalov) |
|
|
5 |
1 month ago |
Parallel heap vacuum |
5326 |
Needs review |
|
|
Needs rebase!
|
|
Masahiko Sawada (masahikosawada) |
Hayato Kuroda (ha-kun) |
|
5 |
5 days ago |
Showing applied extended statistics in explain Part2 |
5359 |
Needs review |
|
18 |
10/10
|
+365β2
|
Tatsuro Yamada (tatsuro_yamada) |
Tomas Vondra (fuzzycz), Andrei Lepikhov (lepikhov), Masahiro Ikeda (masahiro.ikeda), Ilia Evdokimov (ilidock95) |
Tomas Vondra (fuzzycz) |
4 |
1 month ago |
Adding compression of temporary files |
5382 |
Needs review |
|
|
Needs rebase!
|
|
Filip JanuΕ‘ (fjanus) |
|
|
4 |
3 weeks ago |
Exists pull-up application with JoinExpr |
5487 |
Waiting on Author |
|
|
Needs rebase!
|
|
Alena Rybakina (alenka) |
Ilia Evdokimov (ilidock95) |
|
3 |
1 week ago |
SVE enablement for hex-encode and hex-decode |
5538 |
Needs review |
|
19 |
10/10
|
+339β4
|
Chiranmoy Bhattacharya (chiranmoy), Susmitha Devanga (susmithad) |
Nathan Bossart (bossartn) |
|
3 |
yesterday |
starjoin join order planning |
5553 |
Needs review |
|
|
Needs rebase!
|
|
Tomas Vondra (fuzzycz) |
Tom Lane (tgl) |
|
2 |
1 month ago |
Improvement of var_eq_non_const() |
5588 |
Needs review |
|
18 |
5/10
|
+29β14
|
Fedor Sigaev (sigaev) |
|
|
2 |
5 months ago |
Reduce timing overhead of EXPLAIN ANALYZE using rdtsc |
5622 |
Needs review |
|
|
Needs rebase!
|
|
Andres Freund (andresfreund), Lukas Fittl (lfittl), David Geier (geidav) |
|
|
2 |
1 week ago |
Create DATA dump objects for partitioned tables too |
5692 |
Needs review |
|
|
10/10
|
+223β41
|
Tom Lane (tgl) |
|
|
2 |
4 months ago |
Accounting for metapages in genericcostestimate() |
5727 |
Needs review |
|
|
10/10
|
+55β13
|
Tom Lane (tgl) |
|
|
2 |
4 months ago |
Improve hash join's handling of tuples with null join keys |
5738 |
Waiting on Author |
|
|
10/10
|
+381β71
|
Tom Lane (tgl) |
Chao Li (chaol) |
|
2 |
2 weeks ago |
Parallel processing of indexes in autovacuum |
5755 |
Needs review |
|
18 |
Needs rebase!
|
|
Maxim Orlov (m.orlov), Daniil Davydov (dddaniil) |
Masahiko Sawada (masahikosawada), Sami Imseih (simseih) |
|
2 |
3 weeks ago |
Improve the performance of Unicode Normalization Forms. |
5802 |
Ready for Committer |
|
|
0/10
|
+55754β12827
|
Alexander Borisov (lexborisov) |
Victor Yegorov (vyegorov) |
|
2 |
2 days ago |
Improve array-element-test estimation when no array elements qualify as common |
5805 |
Needs review |
|
|
6/10
|
+67β30
|
Tom Lane (tgl) |
|
|
2 |
4 days ago |
Optimize-transaction-waiting-during-logical-decoding |
5806 |
Needs review |
|
19 |
9/10
|
+213β9
|
Xuneng Zhou (dylanzhou) |
Fujii Masao (masaofujii) |
Fujii Masao (masaofujii) |
2 |
1 week ago |
Eliminate xl_heap_visible to reduce vacuum and COPY FREEZE WAL volume |
5841 |
Needs review |
|
19 |
10/10
|
+1573β990
|
Melanie Plageman (melanieplageman) |
|
|
2 |
3 days ago |
parallel safety of correlated subquery (was: parallel_safe) |
5892 |
Needs review |
Performance
|
19 |
9/10
|
+73β42
|
Andy Fan (andy2) |
|
|
1 |
2 months ago |
Don't keep closed WAL segment in page cache after replay |
5894 |
Needs review |
Performance
|
19 |
10/10
|
+51β4
|
Anthonin Bonnefoy (bonnefoa) |
|
|
1 |
2 months ago |
Adding support for Row Compares to nbtree startikey optimization |
5896 |
Waiting on Author |
|
19 |
10/10
|
+134β32
|
Peter Geoghegan (pgeoghegan) |
Chao Li (chaol) |
|
1 |
4 weeks ago |
Automatically sizing the IO worker pool |
5913 |
Needs review |
|
19 |
Needs rebase!
|
|
Thomas Munro (macdice) |
|
|
1 |
1 month ago |
Eagerly evict bulkwrite strategy ring |
5919 |
Needs review |
|
19 |
10/10
|
+444β149
|
Melanie Plageman (melanieplageman) |
|
|
2 |
yesterday |
Use merge-based matching for MCVs in eqjoinsel |
5929 |
Needs review |
Performance
|
19 |
10/10
|
+190β40
|
Ilia Evdokimov (ilidock95) |
David Geier (geidav) |
|
1 |
3 days ago |
Making jsonb_agg() faster |
5930 |
Needs review |
|
|
10/10
|
+629β702
|
Tom Lane (tgl) |
|
|
1 |
2 weeks ago |
Optimize ProcSignal to avoid redundant SIGUSR1 signals |
5931 |
Needs review |
|
19 |
8/10
|
+57β49
|
Joel Jacobson (joeljacobson) |
|
|
1 |
1 month ago |
Speed up COPY FROM text/CSV parsing using SIMD |
5952 |
Waiting on Author |
|
19 |
9/10
|
+71β0
|
Shinya Kato (shinyakato) |
|
|
1 |
3 weeks ago |
Optimize JsonbContainerTypeName by reordering type checks |
6000 |
Needs review |
Refactoring Only
|
19 |
10/10
|
+5β5
|
Chao Li (chaol) |
|
|
1 |
5 days ago |
Stack-based tracking of per-node WAL/buffer usage |
6023 |
Needs review |
|
19 |
10/10
|
+572β320
|
Lukas Fittl (lfittl) |
|
|
1 |
4 days ago |
Procedural Languages |
declarative session variables, LET command |
1608 |
Needs review |
|
|
10/10
|
+7864β63
|
Pavel Stehule (okbobcz) |
Fabien Coelho (calvin), Julien Rouhaud (rjuju), Gilles Darold (darold), Laurenz Albe (laurenz), Dmitry Dolgov (erthalion), Justin Pryzby (justinpryzby), Brian Faherty (scrummyin), Philippe BEAUDOIN (beaud76), Asif Rehman (asifrana), remi duval (remduv), Jim Jones (jimus), newtglobal postgresql_contributors (newtpostgrescontributors) |
|
37 |
19 hours ago |
new plpgsql.extra_errors check - strict_expr_check |
5044 |
Ready for Committer |
|
|
9/10
|
+172β18
|
Pavel Stehule (okbobcz) |
Gilles Darold (darold), Kirk Wolak (kirkw), newtglobal postgresql_contributors (newtpostgrescontributors) |
|
7 |
1 month ago |
plpython: Remove support for major version conflict detection |
5972 |
Needs review |
PL/Python
|
|
Needs rebase!
|
|
Peter Eisentraut (petere) |
Euler Taveira (eulerto) |
|
1 |
1 month ago |
When deleting the plpgsql function, release the CachedPlan of the function |
5975 |
Needs review |
PL/pgSQL
|
16 |
10/10
|
+118β2
|
Man Zeng (zengman) |
|
|
1 |
1 week ago |
Refactoring |
Refactor SLRU to always use long file names |
5250 |
Ready for Committer |
|
|
9/10
|
+103β85
|
Aleksander Alekseev (a.alekseev) |
Rustam ALLAKOV (rustam.allakov) |
|
5 |
1 month ago |
Collation and ctype method tables and extension hooks |
5301 |
Ready for Committer |
|
|
Needs rebase!
|
|
Jeff Davis (jdavis) |
Peter Eisentraut (petere) |
|
5 |
2 months ago |
Make numeric type accessible to third-party code. |
5623 |
Needs review |
|
stable |
Needs rebase!
|
|
Ed Behn (edbehn) |
|
|
2 |
6 months ago |
Selectively invalidate caches in pgoutput when pg_namespace is modified |
5663 |
Needs review |
Logical Replication
|
|
10/10
|
+19β17
|
Hayato Kuroda (ha-kun) |
|
|
2 |
5 months ago |
Improve logicalrep_worker_launch() logic |
5734 |
Needs review |
|
|
10/10
|
+42β36
|
Fujii Masao (masaofujii) |
|
Fujii Masao (masaofujii) |
2 |
4 months ago |
Thread-safe getopt() |
5760 |
Needs review |
|
19 |
10/10
|
+268β163
|
Heikki Linnakangas (heikki) |
Peter Eisentraut (petere) |
|
2 |
3 months ago |
Making libpq OpenSSL support threadsafe |
5868 |
Waiting on Author |
|
|
10/10
|
+104β44
|
Daniel Gustafsson (d_gustafsson) |
Peter Eisentraut (petere) |
|
2 |
1 week ago |
Replace magic numbers with strategy numbers for B-tree indexes |
5875 |
Needs review |
|
19 |
10/10
|
+50β7
|
Daniil Davydov (dddaniil) |
|
|
2 |
1 week ago |
Refactor bytea_sortsupport(), take two |
5889 |
Needs review |
|
19 |
10/10
|
+213β22
|
Aleksander Alekseev (a.alekseev) |
|
|
1 |
1 month ago |
refactor backend type lists |
5921 |
Needs review |
Refactoring Only
Good First Review
|
19 |
9/10
|
+121β145
|
Γlvaro Herrera (alvherre) |
Peter Eisentraut (petere) |
|
2 |
1 month ago |
extensible planner state |
5994 |
Needs review |
Extensions
|
19 |
9/10
|
+456β22
|
Robert Haas (rhaas) |
|
|
1 |
yesterday |
Treat semaphores similar to other shared memory structures |
5997 |
Needs review |
Refactoring Only
|
|
9/10
|
+11β31
|
Ashutosh Bapat (ashutoshbapat) |
|
|
1 |
2 weeks ago |
plan shape work |
5998 |
Needs review |
Extensions
|
19 |
9/10
|
+828β261
|
Robert Haas (rhaas) |
|
|
1 |
19 hours ago |
minor refactor on src/test/modules/test_ddl_deparse/sql/alter_table.sql |
6001 |
Needs review |
|
19 |
10/10
|
+36β32
|
Jian He (stayreal) |
|
|
1 |
2 weeks ago |
List TAP test files in makefiles |
6011 |
Needs review |
|
|
10/10
|
+405β8
|
Peter Eisentraut (petere) |
|
|
1 |
1 week ago |
allow benign typedef redefinitions (C11) |
6015 |
Needs review |
Refactoring Only
|
|
Needs rebase!
|
|
Peter Eisentraut (petere) |
|
|
1 |
3 days ago |
trenary reloption type |
6021 |
Needs review |
|
19 |
10/10
|
+314β130
|
Nikolay Shaplov (nataraj) |
|
|
1 |
yesterday |
Replication & Recovery |
Return pg_control from pg_backup_stop(). |
4997 |
Needs review |
|
18 |
10/10
|
+178β28
|
David Steele (dsteele) |
|
|
7 |
1 month ago |
Synchronization of sequences to subscriber |
5111 |
Needs review |
Logical Replication
|
|
Needs rebase!
|
|
vigneshwaran C (vignesh.postgres) |
Dilip Kumar (dilip.kumar), Masahiko Sawada (masahikosawada), Hayato Kuroda (ha-kun), Peter Smith (smithpb2250) |
|
6 |
4 days ago |
Expose the acquired_by parameter to the pg_replication_origin_session_setup function |
5189 |
Ready for Committer |
|
18 |
6/10
|
+33β5
|
Doruk YΔ±lmaz (dorukyilmaz) |
Euler Taveira (eulerto) |
|
5 |
5 days ago |
Conflict detection for update_deleted in logical replication |
5378 |
Needs review |
Logical Replication
|
|
10/10
|
+213β50
|
Zhijie Hou (houzj) |
Dilip Kumar (dilip.kumar), Hayato Kuroda (ha-kun), vigneshwaran C (vignesh.postgres) |
Amit Kapila (amitkapila) |
4 |
yesterday |
Enable logical decoding when wal_level = 'replica' without a server restart |
5479 |
Needs review |
|
|
10/10
|
+1373β130
|
Masahiko Sawada (masahikosawada) |
Dilip Kumar (dilip.kumar), Hayato Kuroda (ha-kun) |
|
4 |
yesterday |
Fix slot synchronization with two_phase decoding enabled |
5664 |
Needs review |
|
17 |
Needs rebase!
|
|
Zhijie Hou (houzj) |
|
|
2 |
2 months ago |
Make wal_receiver_timeout configurable per subscription |
5781 |
Needs review |
|
|
Needs rebase!
|
|
Fujii Masao (masaofujii) |
|
|
2 |
1 month ago |
Invalid pointer access in logical decoding after error |
5903 |
Needs review |
Logical Replication
|
|
9/10
|
+18β0
|
vigneshwaran C (vignesh.postgres) |
|
|
1 |
2 months ago |
Unnecessary delay in streaming replication due to replay lag |
5908 |
Ready for Committer |
Good First Review
Logical Replication
Physical Replication
|
stable |
9/10
|
+400β9
|
Sunil S (sunils26) |
Huansong Fu (huansong) |
|
1 |
2 days ago |
Proposal: GUC to control starting/stopping logical subscription workers |
5961 |
Needs review |
GUC
Logical Replication
|
19 |
Needs rebase!
|
|
SATYANARAYANA NARLAPURAM (satyanarayanan) |
|
|
1 |
3 days ago |
Add memory_limit_hits to pg_stat_replication_slots |
6002 |
Needs review |
Logical Replication
|
19 |
10/10
|
+79β50
|
Bertrand Drouvot (bertranddrouvot.pg) |
|
|
1 |
2 days ago |
Implement batching for walsender notifications during logical cascade replication |
6019 |
Needs review |
Performance
Logical Replication
|
19 |
Needs rebase!
|
|
Alexey Makhmutov (lerm) |
|
|
1 |
19 hours ago |
Security |
Extension security improvement: Add support for extensions with an owned schema |
5018 |
Needs review |
Security
Extensions
|
|
9/10
|
+517β130
|
Jelte Fennema-Nio (jeltef) |
Sadeq Dousti (msdousti), Artem Gavrilov (artem.gavrilov) |
|
7 |
2 days ago |
Server Features |
Sequence Access Methods, round two |
4677 |
Needs review |
|
|
10/10
|
+2704β771
|
Michael Paquier (michael-kun) |
|
|
9 |
1 week ago |
Eager aggregation, take 3 |
4881 |
Needs review |
|
19 |
9/10
|
+3963β85
|
Richard Guo (richardguo) |
|
|
7 |
20 hours ago |
VACUUM FULL / CLUSTER CONCURRENTLY |
5117 |
Needs review |
|
18 |
10/10
|
+6378β1698
|
Antonin Houska (a.houska) |
Γlvaro Herrera (alvherre), Mihail Nikalayeu (mihailnikalayeu) |
|
6 |
1 week ago |
Changing shared_buffers without restart |
5319 |
Needs review |
|
|
Needs rebase!
|
|
Dmitry Dolgov (erthalion) |
Vladlen Popolitov (vladlenpopolitov) |
|
5 |
1 month ago |
Support enabling checksums online |
5323 |
Needs review |
|
|
Needs rebase!
|
|
Magnus Hagander (mha), Daniel Gustafsson (d_gustafsson) |
Tomas Vondra (fuzzycz) |
|
5 |
1 week ago |
speedup COPY TO for partitioned table |
5467 |
Needs review |
|
19 |
10/10
|
+171β34
|
Jian He (stayreal) |
vigneshwaran C (vignesh.postgres), Kirill Reshke (reshke), Atsushi Torikoshi (atsushitorikoshi), newtglobal postgresql_contributors (newtpostgrescontributors) |
Peter Eisentraut (petere) |
4 |
1 month ago |
SQL/JSON json_table PLAN clause |
5478 |
Needs review |
|
18 |
10/10
|
+2308β168
|
Fedor Sigaev (sigaev), Alexander Korotkov (smagen), Andrew Dunstan (adunstan), Amit Langote (amitlan), Nikita Glukhov (n.glukhov), Oleg Bartunov (oleg), Anton Melnikov (antonmel), Nikita Malakhov (nmalakh) |
Amit Langote (amitlan), Vladlen Popolitov (vladlenpopolitov) |
|
4 |
5 months ago |
Extended Statistics set/restore/clear functions |
5517 |
Needs review |
|
|
10/10
|
+3829β79
|
Corey Huinker (coreyh) |
|
|
3 |
2 days ago |
support fast default for domain with constraints |
5641 |
Needs review |
|
|
10/10
|
+301β18
|
Jian He (stayreal) |
|
|
2 |
1 week ago |
support ALTER COLUMN SET EXPRESSION over virtual generated column with check constraint |
5645 |
Needs review |
|
|
10/10
|
+48β27
|
Jian He (stayreal) |
|
|
2 |
2 months ago |
support create index on virtual generated column. |
5667 |
Needs review |
|
|
5/10
|
+916β73
|
Jian He (stayreal) |
|
|
2 |
1 month ago |
Allow to collect statistics on virtual generated columns |
5714 |
Needs review |
|
19 |
10/10
|
+168β28
|
Yugo Nagata (yugo.nagata) |
|
|
2 |
1 week ago |
virtual generated column as partition key |
5720 |
Needs review |
|
19 |
10/10
|
+467β139
|
Jian He (stayreal) |
|
|
2 |
4 months ago |
domain over virtual generated column |
5725 |
Needs review |
|
19 |
Needs rebase!
|
|
Jian He (stayreal) |
|
|
2 |
3 months ago |
SQL function to access to `creating_extension` |
5735 |
Needs review |
|
19 |
10/10
|
+15β0
|
Yurii Rashkovskii (yrashk) |
warda bibi (warda) |
|
2 |
1 month ago |
finish TODOs in to_json_is_immutable, to_jsonb_is_immutable also add tests on it |
5759 |
Needs review |
|
19 |
10/10
|
+281β31
|
Jian He (stayreal) |
|
|
2 |
3 months ago |
ALTER DOMAIN ADD NOT NULL NOT VALID |
5768 |
Needs review |
|
19 |
Needs rebase!
|
|
Jian He (stayreal) |
|
|
2 |
3 weeks ago |
Disallow concurrent ALTER DOMAIN and DROP DOMAIN |
5773 |
Needs review |
|
19 |
7/10
|
+126β0
|
Jian He (stayreal) |
|
|
2 |
3 months ago |
foreign key on virtual generated column |
5782 |
Needs review |
|
19 |
10/10
|
+315β93
|
Jian He (stayreal) |
|
|
2 |
3 months ago |
Support for 8-byte TOAST values (aka the TOAST infinite loop problem) |
5830 |
Needs review |
|
19 |
10/10
|
+2205β376
|
Michael Paquier (michael-kun) |
Tom Lane (tgl), Nikhil Kumar Veldanda (nikhilkumarv) |
|
2 |
4 weeks ago |
Proposal to allow DELETE/UPDATE on partitioned tables with unsupported foreign partitions |
5901 |
Needs review |
|
18 |
Needs rebase!
|
|
Shirisha V (shirishav) |
|
|
1 |
2 months ago |
no table rewrite when set column type to constrained domain |
5907 |
Needs review |
|
19 |
10/10
|
+133β10
|
Jian He (stayreal) |
|
|
1 |
2 weeks ago |
Upgrade GB18030 encoding support from 2000 to 2022 standard |
5954 |
Needs review |
|
19 |
10/10
|
+1691β1586
|
Chao Li (chaol) |
John Naylor (john.naylor) |
John Naylor (john.naylor) |
1 |
2 days ago |
pg_waldump: support decoding of WAL inside tarfile |
5955 |
Needs review |
|
19 |
9/10
|
+1228β228
|
Amul Sul (sulamul) |
|
|
1 |
yesterday |
implement CAST(expr AS type FORMAT 'template') |
5957 |
Needs review |
|
19 |
10/10
|
+881β10
|
Jian He (stayreal) |
|
|
1 |
1 month ago |
Import Statistics in postgres_fdw before resorting to sampling. |
5959 |
Needs review |
|
19 |
10/10
|
+746β4
|
Corey Huinker (coreyh) |
|
|
1 |
yesterday |
Improve initial slot synchronization in pg_sync_replication_slots() |
5976 |
Needs review |
Logical Replication
|
19 |
10/10
|
+286β72
|
Ajin Cherian (ajinc) |
|
|
1 |
4 days ago |
ALTER COLUMN SET EXPRESSION [GENERATED|STORED] |
6010 |
Needs review |
|
19 |
10/10
|
+541β10
|
Jian He (stayreal) |
|
|
1 |
2 weeks ago |
SQL Commands |
Add SPLIT PARTITION/MERGE PARTITIONS commands |
3659 |
Needs review |
|
|
10/10
|
+8073β37
|
Dmitry Koval (d.koval) |
stephane tachoires (sttachoires) |
Alexander Korotkov (smagen) |
15 |
1 week ago |
Incremental View Maintenance (IVM), take 2 |
4337 |
Waiting on Author |
|
|
Needs rebase!
|
|
Yugo Nagata (yugo.nagata) |
|
|
12 |
yesterday |
Implement row pattern recognition feature |
4460 |
Needs review |
|
19 |
10/10
|
+4207β35
|
Tatsuo Ishii (ishii) |
Vik Fearing (xocolatl), Jacob Champion (jchampion), Ningwei Chen (chen-5033) |
|
11 |
4 weeks ago |
SQL Property Graph Queries (SQL/PGQ) |
4904 |
Waiting on Author |
|
|
Needs rebase!
|
|
Peter Eisentraut (petere), Ashutosh Bapat (ashutoshbapat) |
Vik Fearing (xocolatl), Zhao Junwang (zhjwpku) |
|
7 |
1 week ago |
Add OR REPLACE option to CREATE MATERIALIZED VIEW |
5099 |
Needs review |
|
19 |
10/10
|
+694β98
|
Erik Wienhold (ewie) |
newtglobal postgresql_contributors (newtpostgrescontributors) |
|
5 |
1 month ago |
Add XMLCast (SQL/XML X025) |
5110 |
Needs review |
|
19 |
10/10
|
+2276β10
|
Jim Jones (jimus) |
Vik Fearing (xocolatl), newtglobal postgresql_contributors (newtpostgrescontributors) |
|
7 |
3 months ago |
SQL:2023 JSON simplified accessor support |
5214 |
Needs review |
|
19 |
10/10
|
+2380β280
|
Alexandra Wang (alexandrawang) |
Peter Eisentraut (petere), Vik Fearing (xocolatl), Jelte Fennema-Nio (jeltef) |
|
6 |
3 days ago |
Add IGNORE NULLS to Window functions |
5230 |
Ready for Committer |
|
19 |
10/10
|
+966β56
|
Oliver Ford (ojford) |
Tatsuo Ishii (ishii), Krasiyan Andreev (krasiyan) |
|
5 |
yesterday |
jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part |
5270 |
Needs review |
|
|
Needs rebase!
|
|
Florents Tselai (florentst) |
David Wheeler (theory) |
|
3 |
2 months ago |
Add XMLSerialize: version (SQL/XML X076), explicit declaration (SQL/XML X078) |
5279 |
Needs review |
|
19 |
10/10
|
+1490β59
|
Jim Jones (jimus) |
newtglobal postgresql_contributors (newtpostgrescontributors) |
|
5 |
1 month ago |
Add XMLDocument (SQL/XML X030) |
5431 |
Ready for Committer |
|
19 |
10/10
|
+258β1
|
Jim Jones (jimus) |
Pavel Stehule (okbobcz), newtglobal postgresql_contributors (newtpostgrescontributors) |
|
4 |
1 month ago |
Add XMLNamespaces option to XMLElement |
5456 |
Ready for Committer |
|
19 |
10/10
|
+1205β39
|
Pavel Stehule (okbobcz), Jim Jones (jimus) |
Pavel Stehule (okbobcz), Umar Hayat (pgwizard), newtglobal postgresql_contributors (newtpostgrescontributors) |
|
4 |
1 month ago |
encode/decode support for base64url |
5643 |
Ready for Committer |
|
|
10/10
|
+336β18
|
Florents Tselai (florentst) |
Daniel Gustafsson (d_gustafsson), Aleksander Alekseev (a.alekseev), David Wheeler (theory) |
|
2 |
1 month ago |
SQL:2011 Application Time Update & Delete |
5836 |
Needs review |
|
19 |
Needs rebase!
|
|
Paul Jungwirth (pjungwir) |
Peter Eisentraut (petere) |
|
2 |
2 weeks ago |
Allow ON CONFLICT DO UPDATE to return EXCLUDED values |
5854 |
Needs review |
|
19 |
10/10
|
+741β269
|
Dean Rasheed (deanr) |
|
|
2 |
1 month ago |
CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions |
5941 |
Needs review |
|
19 |
Needs rebase!
|
|
Jian He (stayreal) |
|
|
1 |
1 month ago |
CREATE SCHEMA ... CREATE DOMAIN support |
5985 |
Needs review |
|
19 |
10/10
|
+619β129
|
Jian He (stayreal) |
|
|
1 |
1 week ago |
Add xicorr(X, Y): support for the xi (ΞΎ) correlation coefficient by Chatterjee |
6020 |
Needs review |
|
19 |
10/10
|
+210β0
|
Florents Tselai (florentst) |
|
|
1 |
5 days ago |
System Administration |
New predefined role pg_manage_extensions |
5357 |
Ready for Committer |
|
|
5/10
|
+22β5
|
Michael Banck (mbanck) |
Laurenz Albe (laurenz) |
|
4 |
4 months ago |
log_min_messages per backend type |
5447 |
Needs review |
|
18 |
Needs rebase!
|
|
Euler Taveira (eulerto) |
|
|
4 |
1 month ago |
Add arbitrary xid and mxid to pg_resetwal |
5644 |
Needs review |
|
18 |
5/10
|
+476β3
|
Daniil Davydov (dddaniil) |
|
|
2 |
6 months ago |
Add log_autoanalyze_min_duration |
5797 |
Ready for Committer |
GUC
|
19 |
10/10
|
+120β31
|
Shinya Kato (shinyakato) |
Tatsuhito Kasahara (tatsuhito.kasahara) |
Peter Eisentraut (petere) |
2 |
1 week ago |
Adding pg_dump flag for parallel export to pipes |
5893 |
Needs review |
|
19 |
Needs rebase!
|
|
Hannu Krosing (hannukrosing), Nitin Motiani (nitinmotiani) |
Dilip Kumar (dilip.kumar) |
|
1 |
4 days ago |
Testing |
Add tests for Bitmapset |
5978 |
Needs review |
|
19 |
10/10
|
+519β0
|
Greg Burd (gregburd) |
Nathan Bossart (bossartn) |
Nathan Bossart (bossartn) |
1 |
14 hours ago |
Align tests for stored and virtual generated columns |
5981 |
Needs review |
|
|
10/10
|
+128β15
|
Yugo Nagata (yugo.nagata) |
mutaamba maasha (mutaambam) |
|
1 |
1 month ago |