Status summary: Needs review: 39. Waiting on Author: 2. Committed: 6. Withdrawn: 1. Total: 48.
Patch |
Status | Ver | Author | Reviewers | Committer | Num cfs | Latest activity | Latest mail |
---|---|---|---|---|---|---|---|---|
Bug Fixes | ||||||||
Fix misidentification of expression volatility in two places | Needs review | stable | Tom Lane (tgl) | 1 | 2023-09-09 19:20 |
2023-09-09 22:56 |
||
Fixing PSQL error: total cell count of XXX exceeded | Needs review | hongxu ma (interma) | Julien Rouhaud (rjuju) | 1 | 2023-09-11 07:55 |
2023-09-13 07:31 |
||
pg_ctl start may return 0 even if the postmaster has been already started on Windows | Needs review | Kyotaro Horiguchi (horiguti) | Hayato Kuroda (ha-kun) | 1 | 2023-09-19 02:31 |
2023-09-22 12:20 |
||
Fix incorrect memory access in ExecBRUpdateTriggers() | Needs review | 1 | 2023-09-20 18:06 |
2023-09-20 14:25 |
||||
Bug fix in vacuumdb --buffer-usage-limit xxx -Z | Needs review | Ryoga Yoshida (bt23yoshidar) | 1 | 2023-09-21 01:46 |
2023-09-22 05:21 |
|||
Doesn't pgstat_report_wal() handle the argument "force" incorrectly | Needs review | Ryoga Yoshida (bt23yoshidar) | 1 | 2023-09-25 04:34 |
2023-09-26 00:33 |
|||
Mark expressions nullable by grouping sets | Needs review | Richard Guo (richardguo) | 1 | 2023-09-25 07:48 |
2023-09-25 07:11 |
|||
BUG #18129: GiST index produces incorrect query results | Needs review | stable | Heikki Linnakangas (heikki) | 1 | 2023-09-25 09:52 |
2023-09-26 08:08 |
||
Fix pgBufferUsage.blk_{read|write}_time are zero although there are pgBufferUsage.local_blks_{read|written} | Needs review | Nazir Bilal Yavuz (nbyavuz) | 1 | 2023-09-25 12:00 |
2023-09-15 13:30 |
|||
Incorrect handling of OOM in WAL replay leading to data loss | Needs review | 17 | Michael Paquier (michael-kun) | 1 | 2023-09-26 06:50 |
2023-09-26 06:48 |
||
Fail hard if xlogreader.c fails on out-of-memory | Needs review | stable | Michael Paquier (michael-kun) | 1 | 2023-09-26 07:40 |
2023-09-27 01:28 |
||
Clients | ||||||||
Tab completion for ATTACH PARTITION | Needs review | Tung Nguyen (tngngn) | 1 | 2023-09-13 01:55 |
2023-09-13 07:19 |
|||
Improve tab completion for ALTER DEFAULT PRIVILEGE and ALTER TABLE | Needs review | 17 | vigneshwaran C (vignesh.postgres) | Suraj Khamkar (suraj.khamkar) | 1 | 2023-09-25 17:07 |
2023-09-25 17:07 |
|
Code Comments | ||||||||
Fix a wrong comment in setrefs.c | Needs review | Richard Guo (richardguo) | 1 | 2023-09-25 10:18 |
2023-09-26 01:51 |
|||
Documentation | ||||||||
document the need to analyze partitioned tables | Needs review | 17 | Laurenz Albe (laurenz) | David Rowley (davidrowley), Nathan Bossart (bossartn) | 1 | 2023-09-06 04:01 |
2023-09-06 03:53 |
|
ALTER ROLE documentation improvement | Needs review | 17 | Yurii Rashkovskii (yrashk) | Nathan Bossart (bossartn) | 1 | 2023-09-19 02:12 |
2023-09-25 21:59 |
|
SET ROLE documentation improvement | Needs review | 17 | Yurii Rashkovskii (yrashk) | Nathan Bossart (bossartn) | 1 | 2023-09-19 02:12 |
2023-09-26 15:33 |
|
Various small unrelated doc patches: plpgsql, schemas, permissions, oidvector | Needs review | 17 | Karl Pinc (kop) | 1 | 2023-09-24 23:18 |
2023-09-26 04:37 |
||
Clarify where the severity level is defined | Needs review | Masaki Kuwamura (mackyson) | 1 | 2023-09-25 07:01 |
2023-09-25 06:37 |
|||
Miscellaneous | ||||||||
GenBKI emits useless open;close for catalogs without rows | Needs review | Matthias van de Meent (mmeent) | 1 | 2023-09-01 17:27 |
2023-09-22 15:50 |
|||
Improve the log message output of basic_archive when basic_archive.archive_directory parameter is not set | Needs review | Tung Nguyen (tngngn) | Nathan Bossart (bossartn) | 1 | 2023-09-22 02:21 |
2023-09-26 06:13 |
||
Add pg_basetype() function to obtain a DOMAIN base type | Needs review | Steve Chávez (steve-chavez) | 1 | 2023-09-17 21:19 |
2023-09-19 14:20 |
|||
Make the am_xxx function Asserts consistent | Needs review | 17 | Peter Smith (smithpb2250) | 1 | 2023-09-18 22:59 |
2023-08-29 12:35 |
||
Remove MSVC scripts from the tree | Needs review | 17 | Michael Paquier (michael-kun) | 1 | 2023-09-22 01:22 |
2023-09-26 16:17 |
||
Change logtape/tuplestore code to use int64 for block numbers | Needs review | 17 | Michael Paquier (michael-kun) | 1 | 2023-09-26 04:09 |
2023-09-26 04:15 |
||
Monitoring & Control | ||||||||
Separate memory contexts for relcache and catcache | Needs review | Melih Mutlu (melihmutlu) | 1 | 2023-09-08 13:25 |
2023-08-09 14:14 |
|||
Jumble the CALL command in pg_stat_statements | Needs review | 17 | Sami Imseih (simseih) | 1 | 2023-09-13 01:01 |
2023-09-13 23:09 |
||
Performance | ||||||||
Should consider materializing the cheapest inner path in consider_parallel_nestloop() | Needs review | 17 | tender wang (tndrwang) | Tom Lane (tgl), Richard Guo (richardguo) | 1 | 2023-09-07 09:58 |
2023-09-08 06:06 |
|
Reuse child_relids in try_partitionwise_join | Needs review | Ashutosh Bapat (ashutoshbapat) | 1 | 2023-09-20 11:00 |
2023-09-08 09:52 |
|||
GROUP BY optimization | Waiting on Author | Fedor Sigaev (sigaev), Tomas Vondra (fuzzycz), Andrei Lepikhov (lepikhov) | 1 | 2023-09-13 05:27 |
2023-09-26 05:51 |
|||
Reducing memory consumed by RestrictInfo list translations in partitionwise join planning | Needs review | Ashutosh Bapat (ashutoshbapat) | 1 | 2023-09-20 11:00 |
2023-09-14 11:09 |
|||
Refactoring | ||||||||
Remove unnecessary 'always:' from CompilerWarnings task | Needs review | Nazir Bilal Yavuz (nbyavuz) | 1 | 2023-09-06 12:37 |
2023-09-05 10:25 |
|||
do not refill the hashkey after hash_search with HASH_ENTER action | Needs review | 17 | John Naylor (john.naylor) | 1 | 2023-09-14 08:32 |
2023-09-14 08:28 |
||
Relation bulk write facility | Needs review | Heikki Linnakangas (heikki) | 1 | 2023-09-19 15:14 |
2023-09-19 15:13 |
|||
Replication & Recovery | ||||||||
Preserve subscription relation state during pg_upgrade | Waiting on Author | Julien Rouhaud (rjuju) | Michael Paquier (michael-kun) | 4 | 2023-09-21 06:21 |
2023-09-26 05:46 |
||
pg_rewind with cascade standby doesn't work well | Needs review | Masaki Kuwamura (mackyson) | Aleksander Alekseev (a.alekseev) | 1 | 2023-09-20 08:49 |
2023-09-26 23:33 |
||
Server Features | ||||||||
Add inline comments to the pg_hba_file_rules view | Needs review | 17 | Jim Jones (jimus) | 1 | 2023-09-04 11:09 |
2023-09-26 18:40 |
||
SQL Commands | ||||||||
Output affected rows in EXPLAIN | Needs review | 17 | Damir Belyalov (xhevx) | 1 | 2023-09-06 12:55 |
2023-09-07 14:57 |
||
Testing | ||||||||
Create shorthand for including all extra tests | Needs review | Nazir Bilal Yavuz (nbyavuz) | 1 | 2023-09-04 14:46 |
2023-09-12 08:00 |
|||
Build the docs if there are changes in docs and don't run other tasks if the changes are only in docs | Needs review | Nazir Bilal Yavuz (nbyavuz) | 1 | 2023-09-08 14:10 |
2023-09-26 14:51 |
|||
Add test module for Table Access Method | Needs review | Fabrízio Mello (fabriziomello) | 1 | 2023-09-25 21:36 |
2023-09-26 13:00 |
Status | Ver | Author | Reviewers | Committer | Num cfs | Latest activity | Latest mail | |
---|---|---|---|---|---|---|---|---|
Bug Fixes | ||||||||
Bug fix for psql's meta-command \ev | Committed | Ryoga Yoshida (bt23yoshidar) | Kyotaro Horiguchi (horiguti), Aleksander Alekseev (a.alekseev) | michael-kun | 1 | 2023-09-20 00:33 |
2023-09-20 05:08 |
|
bug fix and documentation improvement about vacuumdb | Committed | stable | Nathan Bossart (bossartn), Masaki Kuwamura (mackyson) | Kyotaro Horiguchi (horiguti), Daniel Gustafsson (d_gustafsson), Nathan Bossart (bossartn) | d_gustafsson | 1 | 2023-09-25 14:19 |
2023-09-26 01:22 |
Clients | ||||||||
Simplify sql query cancellation test using IPC::Run signal() | Committed | Yugo Nagata (yugo.nagata) | michael-kun | 1 | 2023-09-13 01:28 |
2023-09-13 03:58 |
||
Code Comments | ||||||||
Fix GIST readme on LSN vs NSN | Committed | Heikki Linnakangas (heikki) | heikki | 1 | 2023-09-19 13:57 |
2023-09-19 08:57 |
||
Documentation | ||||||||
Fix bug in VACUUM and ANALYZE docs | Committed | Ryoga Yoshida (bt23yoshidar) | Karl Pinc (kop) | michael-kun | 1 | 2023-09-24 23:31 |
2023-09-25 00:00 |
|
Miscellaneous | ||||||||
Switch logtape and tuplesort to use int64 instead of long | Withdrawn | 17 | Michael Paquier (michael-kun) | 1 | 2023-09-26 06:49 |
2023-09-26 04:15 |
||
Refactoring | ||||||||
Add const qualifiers | Committed | 17 | David Steele (dsteele) | Peter Eisentraut (petere) | petere | 1 | 2023-09-26 10:35 |
2023-09-26 20:19 |