Commitfest 2022-07 (2022-07-01 – 2022-07-31)

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: Waiting on Author: 1. Committed: 77. Moved to next CF: 182. Withdrawn: 12. Returned with Feedback: 32. Rejected: 4. Total: 308.

Closed patches

Patch ID Status Tags Ver CI status Stats Author Reviewers Committer Num cfs Latest mail
standby recovery fails when re-replaying due to missing directory which was removed in previous replay. 2161 Committed Bugfix stable Not processed Kyotaro Horiguchi (horiguti), Paul Guo (paulguo) Michael Paquier (michael-kun) Álvaro Herrera (alvherre) 16 3 years ago
automatically generating node support functions 3182 Committed Refactoring Only Not processed Peter Eisentraut (petere) Tom Lane (tgl) Peter Eisentraut (petere) 6 3 years ago
Gather partial paths for subproblem's topmost scan/join rel 3274 Committed Not processed Richard Guo (richardguo) Antonin Houska (a.houska) Tom Lane (tgl) 5 3 years ago
psql: add xheader_width option to handle very long record lines 3295 Committed libpq Not processed Platon Pronko (rogach) Andrew Dunstan (adunstan) Andrew Dunstan (adunstan) 5 3 years ago
Use -fvisibility=hidden for shared libraries 3396 Committed Not processed Andres Freund (andresfreund) Tom Lane (tgl) Andres Freund (andresfreund) 4 3 years ago
Extensible RMgr 3469 Committed 15 Not processed Jeff Davis (jdavis) Julien Rouhaud (rjuju) Jeff Davis (jdavis) 3 3 years ago
Add checkpoint and redo LSN to LogCheckpointEnd log message 3474 Committed Not processed Bharath Rupireddy (bharathrupireddy) Nathan Bossart (bossartn) Fujii Masao (masaofujii) 3 3 years ago
Allow specifying STORAGE attribute for a new table 3479 Committed SQL Commands 15 Not processed Fedor Sigaev (sigaev), Aleksander Alekseev (aalekseev) Kyotaro Horiguchi (horiguti), Peter Eisentraut (petere), Wenjing Zeng (wenjing.zwj), Matthias van de Meent (mmeent) Peter Eisentraut (petere) 3 3 years ago
Extend compatibility of PostgreSQL::Test::Cluster 3480 Committed 15 Not processed Andrew Dunstan (adunstan) Michael Paquier (michael-kun) Andrew Dunstan (adunstan) 3 3 years ago
Possible fails in pg_stat_statements test 3518 Committed Bugfix Not processed Anton Melnikov (antonmel) Robert Haas (rhaas) Robert Haas (rhaas) 2 3 years ago
wal_sync_method=fdatasync for Windows 3530 Committed Not processed Thomas Munro (macdice) Thomas Munro (macdice) 2 3 years ago
reduce archiving overhead 3555 Committed Performance 16 Not processed Nathan Bossart (bossartn) Fujii Masao (masaofujii) 2 3 years ago
Panic due to incorrect missingContrecPtr after promotion 3585 Committed Bugfix stable Not processed Sami Imseih (simseih) Álvaro Herrera (alvherre) 1 3 years ago
Harmonize "Hot Standby"<->"hot standby" in the documentation 3588 Committed Docs Only Not processed Daniel Westermann (sukhadukkham) Robert Treat (xzilla) Michael Paquier (michael-kun) 1 3 years ago
Declare PG_HAVE_8BYTE_SINGLE_COPY_ATOMICITY for aarch64 3593 Committed Performance Not processed Yura Sokolov (funny_falcon) Thomas Munro (macdice) 1 3 years ago
avoid extra logging with 'postgres -C' for runtime-computed parameters 3596 Committed 15 Not processed Nathan Bossart (bossartn) Michael Paquier (michael-kun) 1 3 years ago
Specify that the shared locks in pg_dump are actually ACCESS SHARE 3597 Committed Docs Only Not processed Florin Irion (irionr) Nathan Bossart (bossartn), shuli yan (xmasteryanshuli) John Naylor (john.naylor) 1 3 years ago
Correct docs re: rewriting indexes when table rewrite is skipped 3603 Committed Docs Only Not processed James Coleman (jcole1989) Robert Haas (rhaas), Matthias van de Meent (mmeent) Robert Haas (rhaas) 1 3 years ago
PG DOCS - logical replication row filters 3605 Committed Docs Only Not processed Peter Smith (smithpb2250) Amit Kapila (amitkapila), Euler Taveira (eulerto) Amit Kapila (amitkapila) 1 3 years ago
remove reset_shared() 3606 Committed Refactoring Only 16 Not processed Nathan Bossart (bossartn) Maxim Orlov (m.orlov), Pavel Borisov (pborisov) Tom Lane (tgl) 1 3 years ago
avoid multiple hard links to same WAL file after a crash 3611 Committed Bugfix 16 Not processed Nathan Bossart (bossartn) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 3 years ago
Add --schema and --exclude-schema options to vacuumdb 3612 Committed libpq 16 Not processed Gilles Darold (darold), Justin Pryzby (justinpryzby) Nathan Bossart (bossartn), Justin Pryzby (justinpryzby) Andrew Dunstan (adunstan) 1 3 years ago
Make XLogRecGetBlockTag API more error-proof 3613 Committed Refactoring Only 15 Not processed Tom Lane (tgl) Tom Lane (tgl) 1 3 years ago
make MaxBackends available in _PG_init 3614 Committed 15 Not processed Nathan Bossart (bossartn) Anton Melnikov (antonmel), alex lan (alex-xxx) Robert Haas (rhaas) 1 3 years ago
remove unused CalculateMaxmumSafeLSN 3616 Committed Refactoring Only Not processed Sergei Kornilov (melkij) Tom Lane (tgl) 1 3 years ago
Add --{no-,}bypassrls flags to createuser 3618 Committed libpq 16 Not processed Shinya Kato (shinyakato) Nathan Bossart (bossartn) Michael Paquier (michael-kun) 1 3 years ago
Logical replication timeout problem 3622 Committed Bugfix Not processed wei wang (wangwei) Amit Kapila (amitkapila), Masahiko Sawada (masahikosawada), Euler Taveira (eulerto), Hayato Kuroda (ha-kun), Ajin Cherian (ajinc), Zhijie Hou (houzj), Yu Shi (shiy.fnst), Fabrice Chapuis (fabricec) Amit Kapila (amitkapila) 1 3 years ago
Fix mechanism for reserving OIDs for template0 and postgres DBs 3624 Committed Refactoring Only 15 Not processed Tom Lane (tgl) Tom Lane (tgl) 1 3 years ago
Fix file descriptor reuse bugs 3625 Committed Bugfix Not processed Andres Freund (andresfreund), Thomas Munro (macdice) Thomas Munro (macdice) 1 3 years ago
Use outerPlanState macro instead of referring to lefttree 3629 Committed Not processed Richard Guo (richardguo) Tom Lane (tgl) Tom Lane (tgl) 1 3 years ago
Fix controlfile inconsistency that can result in unrecoverable database 3630 Committed Bugfix Not processed Kyotaro Horiguchi (horiguti) Michael Paquier (michael-kun), Nathan Bossart (bossartn) Michael Paquier (michael-kun) 1 3 years ago
Log details for client certificate failures 3632 Committed Monitoring Not processed Jacob Champion (jchampion) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 3 years ago
Costing elided SubqueryScans more nearly correctly 3633 Committed Performance Not processed Tom Lane (tgl) Richard Guo (richardguo) Tom Lane (tgl) 1 3 years ago
Hash index sort performance 3635 Committed Performance Not processed Simon Riggs (simon) Amit Kapila (amitkapila) Tom Lane (tgl) 1 3 years ago
REINDEX syntax usability 3636 Committed Not processed Simon Riggs (simon) Michael Paquier (michael-kun) 1 3 years ago
Remove support for Visual Studio 2013 3637 Committed 16 Not processed Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 3 years ago
postgres_fdw versus regconfig and similar constants 3638 Committed Bugfix Not processed Tom Lane (tgl) Robert Haas (rhaas) Tom Lane (tgl) 1 3 years ago
Implicitly created operator family not listed by pg_event_trigger_ddl_commands 3642 Committed Bugfix Not processed Masahiko Sawada (masahikosawada) Álvaro Herrera (alvherre) 1 3 years ago
bogus: logical replication rows/cols combinations 3643 Committed Bugfix Not processed Zhijie Hou (houzj) Amit Kapila (amitkapila) 1 3 years ago
Add result_types column to pg_prepared_statements view 3644 Committed 16 Not processed Dagfinn Ilmari Mannsåker (ilmari) Peter Eisentraut (petere) Peter Eisentraut (petere) 1 3 years ago
ecpglib: call newlocale() once per process 3648 Committed Performance stable Not processed Noah Misch (nmisch) Tom Lane (tgl) Noah Misch (nmisch) 1 3 years ago
Bump MIN_WINNT to 0x0600 (Vista) as minimal runtime in 16~ 3652 Committed Not processed Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 3 years ago
Allow makeaclitem() to accept multiple privileges 3653 Committed SQL Commands 16 Not processed Robins Tharakan (robins) Tom Lane (tgl) Tom Lane (tgl) 1 3 years ago
introduce pg_attribute_nonnull() 3655 Committed 16 Not processed Nathan Bossart (bossartn) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 3 years ago
De-reserve "STRING" 3656 Committed Bugfix 15 Not processed Tom Lane (tgl) Tom Lane (tgl) 1 3 years ago
Fix ECPG's handling of typedef names that match SQL keywords 3658 Committed Bugfix Not processed Tom Lane (tgl) Noah Misch (nmisch) Tom Lane (tgl) 1 3 years ago
Log query parameters in auto_explain 3660 Committed Monitoring 16 Not processed Dagfinn Ilmari Mannsåker (ilmari) Michael Paquier (michael-kun) Michael Paquier (michael-kun) 1 3 years ago
ensure privilege checks in CREATE INDEX run as calling user 3661 Committed Bugfix stable Not processed Noah Misch (nmisch), Nathan Bossart (bossartn) Noah Misch (nmisch) 1 3 years ago
Fix unnecessary includes and comments in 019_replslot_limit.pl, 007_wal.pl and 004_timeline_switch.pl 3669 Committed Refactoring Only Not processed Bharath Rupireddy (bharathrupireddy) Maxim Orlov (m.orlov), Pavel Borisov (pborisov) Michael Paquier (michael-kun) 1 3 years ago
BuildRelationExtStatistics should CHECK_FOR_INTERRUPTS 3671 Committed Bugfix 14 Not processed Tom Lane (tgl), Justin Pryzby (justinpryzby) Tom Lane (tgl) Tom Lane (tgl) 1 3 years ago
pg_buffercache: add sql test 3674 Committed Not processed DongWook Lee (dongwooklee) Tom Lane (tgl) Tom Lane (tgl) 1 3 years ago
Replica Identity check of partition table on subscriber 3681 Committed 15 Not processed Zhijie Hou (houzj), Yu Shi (shiy.fnst) Amit Langote (amitlan) Amit Kapila (amitkapila) 1 3 years ago
Remove trailing newlines from pg_upgrade's messages 3685 Committed Refactoring Only Not processed Tom Lane (tgl) Peter Eisentraut (petere) Tom Lane (tgl) 1 3 years ago
Clarify Savepoint Behavior 3691 Committed Docs Only Not processed David Johnston (polobo) Bruce Momjian (bmomjian) 1 3 years ago
Clarify what "excluded" represents for INSERT ON CONFLICT 3692 Committed Docs Only Not processed David Johnston (polobo) Bruce Momjian (bmomjian) 1 3 years ago
Bring mention of unique index forced transaction wait behavior outside of the internal section 3697 Committed Docs Only Not processed David Johnston (polobo) Bruce Momjian (bmomjian) 1 3 years ago
array_length produces null instead of 0 3698 Committed Docs Only Not processed David Johnston (polobo) Daniel Shelepanov (dshelepanov) Bruce Momjian (bmomjian) 1 3 years ago
Custom tuplesorts for extensions 3706 Committed Refactoring Only 16 Not processed Alexander Korotkov (smagen) Maxim Orlov (m.orlov), Pavel Borisov (pborisov), Matthias van de Meent (mmeent) Alexander Korotkov (smagen) 1 3 years ago
Make name optional in CREATE STATISTICS 3708 Committed SQL Commands Not processed Simon Riggs (simon) Matthias van de Meent (mmeent) Dean Rasheed (deanr) 1 3 years ago
Optimize json_lex_string by batching character copying 3710 Committed Performance 16 Not processed Jelte Fennema-Nio (jeltef) John Naylor (john.naylor) John Naylor (john.naylor) 1 3 years ago
Make an unique type name generation routine more resistant to name collisions 3712 Committed 15 Not processed Andrei Lepikhov (lepikhov), Dmitry Koval (d.koval) Masahiko Sawada (masahikosawada) Tom Lane (tgl) 1 3 years ago
Make subquery alias optional in FROM clause 3714 Committed 16 Not processed Dean Rasheed (deanr) Tom Lane (tgl) Dean Rasheed (deanr) 1 3 years ago
refactor some protocol message sending in walsender and basebackup 3715 Committed Refactoring Only Not processed Peter Eisentraut (petere) Nathan Bossart (bossartn) Peter Eisentraut (petere) 1 3 years ago
pg_upgrade: check for old polymorphics from pre-14 3717 Committed System Administration 14 Not processed Justin Pryzby (justinpryzby) Andrey Borodin (x4m) Tom Lane (tgl) 1 3 years ago
Export log_line_prefix(); useful for emit_log_hook. 3719 Committed Refactoring Only 16 Not processed Jeff Davis (jdavis) Jeff Davis (jdavis) 1 3 years ago
Emit debug message when executing extension script. 3720 Committed 16 Not processed Jeff Davis (jdavis) Nathan Bossart (bossartn) Jeff Davis (jdavis) 1 3 years ago
BRIN indexes and autosummarize 3721 Committed Docs Only 15 Not processed Roberto Mello (rmello) Álvaro Herrera (alvherre) 1 3 years ago
Add test of pg_prewarm extension 3723 Committed Not processed DongWook Lee (dongwooklee) Tom Lane (tgl) Tom Lane (tgl) 1 3 years ago
Minor change for create_list_bounds() 3725 Committed Not processed Ted Yu (tedyu) Nathan Bossart (bossartn) David Rowley (davidrowley) 1 3 years ago
New argument variation f(filename, missing_ok) of pg_read_file/pg_read_binary_file 3730 Committed Not processed Kyotaro Horiguchi (horiguti) Tom Lane (tgl) Tom Lane (tgl) 1 3 years ago
pg_prewarm add configuration example 3732 Committed Docs Only Not processed DongWook Lee (dongwooklee) Bruce Momjian (bmomjian) 1 3 years ago
Remove useless param for create_groupingsets_path 3734 Committed Refactoring Only Not processed xuejing zhao (zxuejing) Richard Guo (richardguo) Tom Lane (tgl) 1 3 years ago
NLS: Put list of available languages into LINGUAS files 3737 Committed Refactoring Only Not processed Peter Eisentraut (petere) Peter Eisentraut (petere) 1 3 years ago
document use of Table Access Methods with pgbench 3741 Committed Docs Only 16 Not processed Alexander Korotkov (smagen), Michel Pelletier (michelp) Alexander Korotkov (smagen) 1 3 years ago
Add red-black tree missing comparison searches 3742 Committed Not processed Alexander Korotkov (smagen), Steve Chávez (steve-chavez) Alexander Korotkov (smagen) 1 3 years ago
doc phrase: "inheritance child" 3753 Committed Docs Only Not processed Justin Pryzby (justinpryzby) Álvaro Herrera (alvherre) 1 3 years ago
Improve test coverage of gistbuild.c 3754 Committed Not processed Matheus Alcantara (msalcantara) Aleksander Alekseev (a.alekseev) Tom Lane (tgl) 1 3 years ago