Commitfest 2021-09 (2021-09-01 – 2021-09-30)

No reviewers My patches My reviews
Text Status Target version Tag (type to search) Author (type to search) Reviewer (type to search)
Clear


Status summary: Committed: 54. Moved to next CF: 209. Withdrawn: 2. Rejected: 3. Returned with Feedback: 49. Total: 317.

Closed patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
FETCH FIRST clause PERCENT option 2176 Returned with feedback SQL Commands Not processed Surafel Temesgen (surafel) 12 4 years ago
A hook for path-removal decision on add_path 2234 Returned with feedback Not processed KaiGai Kohei (kaigai) 11 3 years ago
Split StdRdOptions into HeapOptions and ToastOptions 2370 Moved to different CF Refactoring Only Not processed Nikolay Shaplov (nataraj) 10 4 years ago
jsonpath syntax extensions 2482 Moved to different CF 15 Not processed Nikita Glukhov (n.glukhov) 12 3 years ago
INSERT SELECT: BulkInsertState and table_multi_insert 2553 Moved to different CF Performance 15 Not processed Justin Pryzby (justinpryzby) 8 4 years ago
ALTER SYSTEM READ { ONLY | WRITE } 2602 Moved to different CF Not processed Amul Sul (sulamul) 9 4 years ago
More scalable multixacts buffers and locking 2627 Moved to different CF Performance Not processed Kyotaro Horiguchi (horiguti), Andrey Borodin (x4m), Ivan Lazarev (avaness) Álvaro Herrera (alvherre) 20 1 year ago
fix spinlock contention in LogwrtResult 2716 Moved to different CF Performance Not processed Álvaro Herrera (alvherre) 11 1 year ago
parallel distinct union and aggregate support patch 2769 Moved to different CF Performance Not processed bucoo hsiao (bucoo) 6 4 years ago
Further note require activity aspect of automatic checkpoint and archiving 2774 Moved to different CF Docs Only Not processed David Johnston (polobo) 6 4 years ago
Reduce the number of special cases to build contrib modules on windows 2817 Committed Not processed David Rowley (davidrowley) David Rowley (davidrowley) 5 4 years ago
Make Append Cost aware of some run time partition prune case 2829 Moved to different CF Performance Not processed Andy Fan (andyf) 5 4 years ago
New Table Access Methods for Multi and Single Inserts 2871 Moved to different CF Not processed Bharath Rupireddy (bharathrupireddy) 9 1 year ago
SQL/JSON: functions 2901 Moved to different CF 15 Not processed Nikita Glukhov (n.glukhov) Andrew Dunstan (adunstan) 7 3 years ago
SQL/JSON: JSON_TABLE 2902 Moved to different CF 15 Not processed Nikita Glukhov (n.glukhov) Andrew Dunstan (adunstan) 7 3 years ago
Dynamic result sets from procedures 2911 Moved to different CF SQL Commands Not processed Peter Eisentraut (petere) 12 2 years ago
MERGE SQL command 2920 Returned with feedback SQL Commands 15 Not processed Álvaro Herrera (alvherre), Simon Riggs (simon), Pavan Deolasee (pavan) 4 3 years ago
WIP: Track relation size in shared memory 2933 Returned with feedback Performance Not processed Thomas Munro (macdice) 3 4 years ago
Reduce the time required for a database recovery from archive. 2935 Returned with feedback Not processed Anna Akenteva (a.akenteva), Dmitry Shulga (d.shulga), Ivan Taranov (i.taranov) 3 4 years ago
NOT VALID for Unique Indexes 2937 Returned with feedback SQL Commands Not processed Simon Riggs (simon) 3 4 years ago
Introduce ProcessInterrupts_hook for C extensions 2952 Returned with feedback Not processed Craig Ringer (ringerc) 3 4 years ago
Adaptive query optimization: create extented statistics using auto_explain extension 2958 Moved to different CF Performance Not processed Konstantin Knizhnik (knizhnik) 4 4 years ago
Improve join selectivity estimation using extended statistics 2959 Returned with feedback Performance Not processed Konstantin Knizhnik (knizhnik) 3 4 years ago
Infrastructure changes to make the code less sensitive to transaction id bit width 2960 Returned with feedback Refactoring Only Not processed James Finnerty (jimfinnerty) 3 4 years ago
partial heap only tuples 2981 Moved to different CF Performance 15 Not processed Nathan Bossart (bossartn) 4 4 years ago
Track wal_level drop for backup management 2994 Returned with feedback Monitoring Not processed Takamichi Osumi (tatatappp) 3 4 years ago
Refactor ECPGconnect() and allow IPv6 connection 3005 Returned with feedback libpq Not processed Hayato Kuroda (ha-kun) 3 4 years ago
Hooks and API to allow loadable wire protocol extensions 3018 Returned with feedback Not processed Jan Wieck (wieck) 3 4 years ago
Make relfile tombstone files conditional on WAL level 3030 Moved to different CF Performance Not processed Thomas Munro (macdice) 3 3 years ago
Add system views pg_permissions and pg_ownerships 3033 Moved to different CF Monitoring Not processed Joel Jacobson (joeljacobson) 5 1 year ago
Removing unused trailing linepointers from heap pages 3035 Moved to different CF Bugfix Not processed Matthias van de Meent (mmeent) 3 3 years ago
Release SPI plans for referential integrity with DISCARD 3037 Returned with feedback SQL Commands Not processed Yuzuko Hosoya (yuzu) 2 4 years ago
Merging statistics from children instead of re-sampling everything 3052 Moved to different CF Not processed Tomas Vondra (fuzzycz) 5 4 years ago
Eliminating "Permission denied" errors on stat() (on Windows) 3058 Moved to different CF Bugfix Not processed Alexander Lakhin (law) 4 4 years ago
tablesync early exit 3062 Moved to different CF 15 Not processed Peter Smith (smithpb2250) 6 3 years ago
Convert contrib SQL functions to new style 3074 Returned with feedback Security Not processed Tom Lane (tgl) 2 1 year ago
Iterating on IndexTuple attributes and nbtree page-level dynamic prefix truncation 3078 Moved to different CF Performance 15 Not processed Matthias van de Meent (mmeent) 4 4 years ago
Extensible parsing 3100 Moved to different CF 15 Not processed Julien Rouhaud (rjuju) 4 4 years ago
Toast compression method options 3102 Moved to different CF Performance Not processed Dilip Kumar (dilip.kumar) 3 4 years ago
pg_upgrade: copy the source oldestXid 3105 Committed Bugfix stable Not processed Bertrand Drouvot (bdrouvot) Bruce Momjian (bmomjian) 2 4 years ago
Rewriting the test of pg_upgrade as a TAP test - take three 3120 Moved to different CF Not processed Michael Paquier (michael-kun) 3 3 years ago
Parallel INSERT SELECT take 2 3143 Moved to different CF Performance Not processed Greg Nancarrow (gregn1234), Zhijie Hou (houzj) 6 3 years ago
Incorrect snapshots while promoting hot standby node when 2PC is used 3145 Moved to different CF Bugfix stable Not processed Michael Paquier (michael-kun) Michael Paquier (michael-kun) 3 4 years ago
Allow queries in WHEN expression of FOR EACH STATEMENT triggers 3148 Withdrawn SQL Commands Not processed Joe Wildish (joewildish) 2 4 years ago
btree_gist: Support bool 3157 Moved to different CF Not processed Emre Hasegeli (hasegeli) Tomas Vondra (fuzzycz) 3 4 years ago
Range Merge Join 3160 Moved to different CF 15 Not processed Thomas Mannhart (thomasmannhart97) 4 4 years ago
Use tuple-level SIREAD locks for index-only scans 3163 Moved to different CF Not processed Thomas Munro (macdice) 3 4 years ago
Split xlog.c 3173 Moved to different CF Refactoring Only Not processed Heikki Linnakangas (heikki) 3 4 years ago
Fix documentation for COPY protocol flow 3175 Moved to different CF Docs Only Not processed Jeff Davis (jdavis) 3 4 years ago
Extended protocol COPY FROM STDIN fix 3180 Moved to different CF Bugfix Not processed Jeff Davis (jdavis) 3 4 years ago
Map WAL segment files on PMEM as WAL buffers 3181 Moved to different CF Performance Not processed Takashi Menjo (tmenjo) 6 3 years ago
Detectable crashes and unlogged table resets 3183 Moved to different CF Not processed Jeff Davis (jdavis) 5 3 years ago
Autovacuum (analyze) on partitioned tables for ATTACH/DETACH/DROP commands 3188 Returned with feedback Not processed Yuzuko Hosoya (yuzu) 2 4 years ago
Using indexUnchanged with nbtree 3191 Returned with feedback Performance 15 Not processed Simon Riggs (simon) 2 4 years ago
DELETE CASCADE 3195 Moved to different CF SQL Commands 15 Not processed David Christensen (davidchristensen) 4 4 years ago
improvements in Unicode tables generation code 3208 Moved to different CF Refactoring Only Not processed Peter Eisentraut (petere) Peter Eisentraut (petere) 3 4 years ago
PoC: improving join estimates using sampling 3211 Moved to different CF Not processed Tomas Vondra (fuzzycz) 5 3 years ago
Extensible storage manager API - smgr hooks 3216 Moved to different CF Refactoring Only Not processed Anastasia Lubennikova (lubennikovaav) 5 3 years ago
Fix pgbench's exit status and log messages for connection failures 3219 Moved to different CF Bugfix stable Not processed Fabien Coelho (calvin), Yugo Nagata (yugo.nagata) Fujii Masao (masaofujii) 3 4 years ago
Speed up LockReleaseAll 3220 Moved to different CF Performance Not processed David Rowley (davidrowley) 3 2 years ago
PITR enhance getRecordTimestamp() 3222 Moved to different CF Not processed Simon Riggs (simon) 8 4 years ago
ECPG bug fix: allow using connection-associated prepared_name 3233 Committed Bugfix Not processed Hayato Kuroda (ha-kun) Michael Meskes (meskes) 2 4 years ago
Window function run conditions 3234 Moved to different CF Performance Not processed David Rowley (davidrowley) David Rowley (davidrowley) 5 3 years ago
when the blocksize is 32k, the function page_header of pageinspect returns negative numbers. 3240 Committed Bugfix Not processed Zongliang Quan (quanzl) Michael Paquier (michael-kun) 1 4 years ago
test pgbench time-related features 3242 Moved to different CF libpq 15 Not processed Fabien Coelho (calvin) 2 4 years ago
Postgres picks suboptimal index after building extended statistics 3245 Moved to different CF Performance 14 Not processed Andrei Lepikhov (lepikhov) 7 3 years ago
Use lfoo_node(...) instead of castNode(..., lfoo(...)) 3253 Committed Refactoring Only Not processed Dagfinn Ilmari Mannsåker (ilmari) Peter Eisentraut (petere) 1 4 years ago
Dissallow sending SI messages when excuting ROLLBACK PREPARED command 3257 Committed Not processed huailing liu (haylee) Michael Paquier (michael-kun) 1 4 years ago
Added documentation for cascade and restrict option of drop statistics 3263 Committed Docs Only Not processed vigneshwaran C (vignesh.postgres) Michael Paquier (michael-kun) 1 4 years ago
Kerberos delegation support in libpq and postgres_fdw 3265 Moved to different CF Security Not processed Peifeng Qiu (pqiu) 2 2 years ago
improve tab-completion behavior when parse text in single quote 3267 Moved to different CF libpq Not processed Haiying Tang (tanghy) 2 4 years ago
wrong refresh when ALTER SUBSCRIPTION ADD/DROP PUBLICATION 3273 Committed Bugfix Not processed Zhijie Hou (houzj) Amit Kapila (amitkapila) 1 4 years ago
Tab completion for EXECUTE after EXPLAIN 3279 Committed libpq Not processed Dagfinn Ilmari Mannsåker (ilmari) Michael Paquier (michael-kun) 1 4 years ago
Tab completion for ALTER TABLE … ADD … 3280 Committed libpq Not processed Dagfinn Ilmari Mannsåker (ilmari) Michael Paquier (michael-kun) 1 4 years ago
Failed Assertion in ReorderBufferChangeMemoryUpdate() 3283 Committed Bugfix stable Not processed Bertrand Drouvot (bdrouvot) Amit Kapila (amitkapila) 1 4 years ago
Native spinlock support on RISC-V 3284 Committed Performance Not processed Marek Szuba (mkszuba) Tom Lane (tgl) 1 4 years ago
glossary definitions for auxiliary processes 3285 Committed Docs Only 15 Not processed Álvaro Herrera (alvherre), Justin Pryzby (justinpryzby) Álvaro Herrera (alvherre) 1 4 years ago
Error out if SKIP LOCKED and WITH TIES are both specified 3286 Moved to different CF Bugfix stable Not processed David Christensen (davidchristensen) Álvaro Herrera (alvherre) 2 4 years ago
Remove obsolete macro CHECKFLOATVAL in contrib/btree_gist 3287 Committed Refactoring Only Not processed Haiying Tang (tanghy) Michael Paquier (michael-kun) 1 4 years ago
Push down time-related SQLValue functions to foreign server 3289 Moved to different CF Performance 15 Not processed Alexander Pyhalov (a.pyhalov) 5 4 years ago
Add PGDLLIMPORT to all direct or indirect GUC variables 3291 Moved to different CF 15 Not processed Robert Haas (rhaas), Julien Rouhaud (rjuju) Robert Haas (rhaas) 4 3 years ago
\dP and \dX use ::regclass without "pg_catalog." 3303 Committed Bugfix 12 Not processed Justin Pryzby (justinpryzby) Álvaro Herrera (alvherre) 1 4 years ago
Optimize parallel tuple queue 3304 Moved to different CF Performance Not processed Dilip Kumar (dilip.kumar) Robert Haas (rhaas) 2 4 years ago
Remove Value node struct 3306 Committed Refactoring Only Not processed Peter Eisentraut (petere) Peter Eisentraut (petere) 1 4 years ago
Invalidations were missing in case of for all tables publication 3311 Committed Not processed Amit Kapila (amitkapila) 1 4 years ago
Add JSON logging via jsonlog log_destination 3312 Moved to different CF System Administration 15 Not processed Michael Paquier (michael-kun), Sehrope Sarkuni (sehrope) Michael Paquier (michael-kun) 3 4 years ago
Asynchronous and "direct" IO support for PostgreSQL 3316 Moved to different CF Performance Not processed Andres Freund (andresfreund), David Rowley (davidrowley), Thomas Munro (macdice) 6 3 years ago
Check for STATUS_DELETE_PENDING on Windows 3326 Moved to different CF Bugfix Not processed Thomas Munro (macdice) Thomas Munro (macdice) 3 4 years ago