Commitfest 2021-11

Shortcuts
Text Status Target version Author (type to search) Reviewer (type to search)
Clear


Status summary: Committed: 58. Moved to next CF: 184. Withdrawn: 13. Rejected: 1. Returned with Feedback: 31. Total: 287.

Closed patches

Patch ID Status Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
Bug Fixes
Incorrect snapshots while promoting hot standby node when 2PC is used 3145 Committed stable Not processed Michael Paquier (michael-kun) Michael Paquier (michael-kun) 3 3 years ago
Fix numeric power for negative bases and other corner cases 3214 Committed Not processed Dean Rasheed (deanr) Yugo Nagata (yugo.nagata) Dean Rasheed (deanr) 3 3 years ago
Fix pgbench's exit status and log messages for connection failures 3219 Committed stable Not processed Fabien Coelho (calvin), Yugo Nagata (yugo.nagata) Fujii Masao (masaofujii) 3 3 years ago
corruption of WAL page header is never reported 3259 Committed stable Not processed Yugo Nagata (yugo.nagata) Fujii Masao (masaofujii) Fujii Masao (masaofujii) 2 3 years ago
Error out if SKIP LOCKED and WITH TIES are both specified 3286 Committed stable Not processed David Christensen (davidchristensen) Álvaro Herrera (alvherre) 2 3 years ago
pg_dump handling of ALTER DEFAULT PRIVILEGES IN SCHEMA 3288 Committed stable Not processed Masahiko Sawada (masahikosawada), Nathan Bossart (bossartn) Muhammad Usama (muhammad_usama) Tom Lane (tgl) 2 3 years ago
Fix ATTACH/DETACH PARTITION to invalidate partitions of table being attached/detached 3301 Committed stable Not processed Álvaro Herrera (alvherre), Amit Langote (amitlan) Maxim Orlov (m.orlov), Nitin Jadhav (nitinjadhav11), Pavel Borisov (pborisov) Álvaro Herrera (alvherre) 2 3 years ago
Unexpected action when publishing partition tables 3321 Committed Not processed Zhijie Hou (houzj) vigneshwaran C (vignesh.postgres) Amit Kapila (amitkapila) 1 3 years ago
reset mem context between analyzing extended stats objects 3322 Committed stable Not processed Justin Pryzby (justinpryzby) Tomas Vondra (fuzzycz) 1 3 years ago
Avoid eval R/O expression mutiple times (src/backend/executor/execExpr.c) 3327 Committed 15 Not processed Ranier Vilela (raniervilela) Artur Zakirov (a.zakirov) Tom Lane (tgl) 1 3 years ago
Empty string in lexeme for tsvector 3328 Committed 15 Not processed Jean-Christophe Arnu (jc.arnu) Tom Lane (tgl) Tom Lane (tgl) 1 3 years ago
pg_amcheck fails on checking temporary relations 3339 Committed Not processed Mark Dilger (mark.dilger) Greg Stark (stark), Maxim Orlov (m.orlov), Pavel Borisov (pborisov) Peter Geoghegan (pgeoghegan) 1 3 years ago
Fix pg_log_backend_memory_contexts() delay 3342 Committed 15 Not processed Koyu Tanigawa (tripkt) Fujii Masao (masaofujii) 1 3 years ago
Bugfix of tab completion for PostgreSQL parameters of enum 3343 Committed Not processed Fujii Masao (masaofujii) 1 3 years ago
Parallel vacuum workers prevent the oldest xmin from advancing 3349 Committed Not processed Masahiko Sawada (masahikosawada) Amit Kapila (amitkapila) 1 3 years ago
use correct lock level for rename statements 3350 Committed stable Not processed Nathan Bossart (bossartn) Álvaro Herrera (alvherre) 1 3 years ago
fix validation in ALTER INDEX ... ALTER COLUMN ... SET 3359 Committed stable Not processed Nathan Bossart (bossartn) Michael Paquier (michael-kun) 1 3 years ago
Clients
Improving psql's \password command 3387 Committed Not processed Tom Lane (tgl), Nathan Bossart (bossartn) Nathan Bossart (bossartn) Tom Lane (tgl) 1 3 years ago
Documentation
fix ICU explorer link in locale documentation 3059 Committed Not processed Anton Voloshin (a.voloshin) Laurenz Albe (laurenz) Bruce Momjian (bmomjian) 3 3 years ago
Document pg_encoding_to_char() and pg_char_to_encoding() 3251 Committed 15 Not processed Ian Barwick (barwick) Fujii Masao (masaofujii) Fujii Masao (masaofujii) 2 3 years ago
Miscellaneous
postgres_fdw: suppress explicit casts in text:text comparisons 3025 Committed Not processed Dian Fay (dmfay) Tom Lane (tgl), Georgios Kokolatos (gkokolatos) Tom Lane (tgl) 4 3 years ago
Add some tests for pg_stat_statements compatibility verification 3036 Committed Not processed Erica Zhang (zerica) Julien Rouhaud (rjuju) Michael Paquier (michael-kun) 3 3 years ago
Extending amcheck to check toast size and compression 3107 Committed Not processed Mark Dilger (mark.dilger) Greg Stark (stark), Aleksander Alekseev (aalekseev) Michael Paquier (michael-kun) 3 3 years ago
TAP test for contrib/sslinfo 3128 Committed Not processed Daniel Gustafsson (d_gustafsson) Tom Lane (tgl) Daniel Gustafsson (d_gustafsson) 3 3 years ago
Change internal PRNG (from rand48 to something better, with a cleaner interface) 3131 Committed 15 Not processed Fabien Coelho (calvin) Aleksander Alekseev (aalekseev) Tom Lane (tgl) 3 3 years ago
btree_gist: Support bool 3157 Committed Not processed Emre Hasegeli (hasegeli) Tomas Vondra (fuzzycz) 3 3 years ago
TAP test for recovery_end_command 3324 Committed 15 Not processed Amul Sul (sulamul) Michael Paquier (michael-kun), Euler Taveira (eulerto) Michael Paquier (michael-kun) 1 3 years ago
Support for Visual Studio 2022 when building PostgreSQL on Windows 3341 Committed Not processed Hans Buschmann (jonny_be_good) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 3 years ago
Reserve prefixes for loaded libraries 3344 Committed Not processed Florin Irion (irionr) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 3 years ago
More business with $Test::Builder::Level in the TAP tests 3346 Committed Not processed Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 3 years ago
dfmgr additional ABI version field 3360 Committed Not processed Peter Eisentraut (petere) Peter Eisentraut (petere) 1 3 years ago
Monitoring & Control
Log the activity of startup process 3261 Committed 15 Not processed Nitin Jadhav (nitinjadhav) Justin Pryzby (justinpryzby), Bharath Rupireddy (bharathrupireddy) Robert Haas (rhaas) 2 2 years ago
wait event and archive_command 3375 Committed Not processed Fujii Masao (masaofujii) Michael Paquier (michael-kun), Bharath Rupireddy (bharathrupireddy) Fujii Masao (masaofujii) 1 3 years ago
logical decoding/replication: new functions pg_ls_logicaldir and pg_ls_replslotdir 3390 Committed Not processed Bharath Rupireddy (bharathrupireddy) Nathan Bossart (bossartn) Michael Paquier (michael-kun) 1 3 years ago
Performance
Replace polyphase merge with a simple k-way balanced merge 2781 Committed Not processed Heikki Linnakangas (heikki) John Naylor (john.naylor) Heikki Linnakangas (heikki) 6 3 years ago
increase size of pg_commit_ts buffers 2942 Committed Not processed Álvaro Herrera (alvherre) Noah Misch (nmisch) Álvaro Herrera (alvherre) 4 3 years ago
Don't block HOT update by BRIN index 3218 Committed Not processed Josef Šimánek (retro) Tomas Vondra (fuzzycz) Tomas Vondra (fuzzycz) 3 3 years ago
mitigate O(n^2) behavior of WAL archiver process 3297 Committed 15 Not processed Nathan Bossart (bossartn), Dipesh Pandit (dpandit) Nathan Bossart (bossartn) Robert Haas (rhaas) 2 3 years ago
Optimize parallel tuple queue 3304 Committed Not processed Dilip Kumar (dilip.kumar) Robert Haas (rhaas) 2 3 years ago
Add planner support function for starts_with() 3353 Committed Not processed Tom Lane (tgl) Nathan Bossart (bossartn) Tom Lane (tgl) 1 3 years ago
inefficient loop in StandbyReleaseLockList() 3380 Committed 13 Not processed Nathan Bossart (bossartn) Tom Lane (tgl) Tom Lane (tgl) 1 3 years ago
Procedural Languages
Better localization of errors in plpgsql variable initialization 3386 Committed Not processed Tom Lane (tgl) Pavel Stehule (okbobcz) Tom Lane (tgl) 1 3 years ago
Refactoring
Rework the sslfiles Makefile target 3029 Committed Not processed Jacob Champion (jchampion) Michael Paquier (michael-kun), Daniel Gustafsson (d_gustafsson) Daniel Gustafsson (d_gustafsson) 3 3 years ago
improvements in Unicode tables generation code 3208 Committed Not processed Peter Eisentraut (petere) Peter Eisentraut (petere) 3 3 years ago
Remove duplicate static function check_permissions in slotfuncs.c and logicalfuncs.c 3319 Committed Not processed Bharath Rupireddy (bharathrupireddy) Nathan Bossart (bossartn) Michael Paquier (michael-kun) 1 3 years ago
Deduplicate code updating ControleFile 3323 Committed 15 Not processed Amul Sul (sulamul) Nathan Bossart (bossartn) Michael Paquier (michael-kun) 1 3 years ago
be clear about the error message "worker took too long to start; canceled" 3378 Committed Not processed Bharath Rupireddy (bharathrupireddy) Nathan Bossart (bossartn) Álvaro Herrera (alvherre) 1 3 years ago
remove internal support in pgcrypto 3391 Committed Not processed Peter Eisentraut (petere) Daniel Gustafsson (d_gustafsson) Peter Eisentraut (petere) 1 3 years ago
Replication & Recovery
Logical Replication - improve error message while adding tables to the publication in check_publication_add_relation 3040 Committed Not processed Bharath Rupireddy (bharathrupireddy) Daniel Gustafsson (d_gustafsson), vigneshwaran C (vignesh.postgres) Daniel Gustafsson (d_gustafsson) 3 3 years ago
Replicates changes for all tables in schema 3139 Committed 15 Not processed vigneshwaran C (vignesh.postgres) Greg Nancarrow (gregn1234), Haiying Tang (tanghy), Mark Dilger (mark.dilger), Zhijie Hou (houzj), Rahila Syed (rahila) Amit Kapila (amitkapila) 3 3 years ago
Teach pg_receivewal to use lz4 compression 3231 Committed 15 Not processed Georgios Kokolatos (gkokolatos) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 3 3 years ago
Logical Replication failing if the DateStyle is different in Publisher & Subscriber 3366 Committed Not processed Japin Li (japin) B Sadhu Prasad Patro (sadhuprasad) Tom Lane (tgl) 1 3 years ago
SQL Commands
(LOCK TABLE options) “ONLY” and “NOWAIT” are not yet implemented in tab-complete 3334 Committed 15 Not processed Koyu Tanigawa (tripkt) Shinya Kato (shinyakato) Fujii Masao (masaofujii) 1 3 years ago
Added TRANSFORM FOR for COMMENT tab completion 3336 Committed Not processed Ken Kato (kkato) Shinya Kato (shinyakato) Fujii Masao (masaofujii) 1 3 years ago
Improve the HINT message of the ALTER command for postgres_fdw 3351 Committed 15 Not processed Kosei masumura (k0se) Fujii Masao (masaofujii) 1 3 years ago
System Administration
allow users with a predefined role to access pg_backend_memory_contexts view, pg_shmem_allocations view and pg_log_backend_memory_contexts function 3352 Committed Not processed Bharath Rupireddy (bharathrupireddy) Nathan Bossart (bossartn) Jeff Davis (jdavis) 1 3 years ago
Allog pg_signal_backend role to execute pg_log_backend_memory_contexts(). 3372 Committed 15 Not processed Jeff Davis (jdavis) Nathan Bossart (bossartn) Jeff Davis (jdavis) 1 3 years ago
Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT. 3373 Committed 15 Not processed Jeff Davis (jdavis) Jeff Davis (jdavis) 1 3 years ago