Commitfest 2024-11

Shortcuts
Text Status Target version Author Reviewer
Clear


Status summary: Needs review: 196. Waiting on Author: 45. Ready for Committer: 21. Committed: 62. Rejected: 1. Returned with Feedback: 1. Withdrawn: 10. Total: 336.

Active patches

Patch
Status Ver Author Reviewers Committer Num cfs Latest activity Latest mail
Bug Fixes
Network failure may prevent promotion Waiting on Author Kyotaro Horiguchi (horiguti) 5 2024-10-07
01:08
2024-05-14
14:16
apply_scanjoin_target_to_paths and partitionwise join Needs review stable Ashutosh Bapat (ashutoshbapat) 3 2024-10-04
17:51
2024-09-30
21:52
Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state Needs review ChangAo Chen (chenchangao) 3 2024-10-07
01:10
2024-08-13
10:07
Incorrect error message for cancellation triggered by statement_timeout & flaky test Needs review stable Jelte Fennema-Nio (jeltef) 3 2024-10-07
04:25
2024-11-21
01:30
inplace update: send nontransactional invalidations Needs review stable Noah Misch (nmisch) nmisch 3 2024-10-05
09:32
2024-11-09
01:02
Incremental Sort Cost Estimation Instability Needs review 18 Andrei Lepikhov (lepikhov) 3 2024-10-05
09:32
2024-11-11
14:10
Prevent incorrect entries in pg_stat_activity. Needs review Fujii Masao (masaofujii) 2 2024-10-17
04:20
2024-10-17
04:19
DirtyScanshot index scan skips concurrently updated tuples Needs review stable Michail Nikolaev (nkey) 2 2024-10-04
17:53
2024-10-21
17:06
Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Needs review stable Michail Nikolaev (nkey) 2 2024-10-05
09:27
2024-11-14
23:38
Fix standby may crash when switching-over in certain special cases Needs review pixian shi (pxshi) 2 2024-10-07
14:00
2024-10-10
07:01
Fix RelationTruncate() corruption Needs review Robert Haas (rhaas), Thomas Munro (macdice) 1 2024-09-05
23:02
2024-11-14
15:51
ensure we have a snapshot when dropping an index concurrently Ready for Committer 18 Nathan Bossart (bossartn) bossartn 1 2024-10-16
18:24
2024-10-30
23:45
Fix incorrect Assert in gistFindCorrectParent() Needs review 1 2024-09-23
04:49
2024-11-15
09:10
Fix for consume_xids advancing XIDs incorrectly Needs review 17 Yushi Ogiwara (yushi) 1 2024-10-15
01:53
2024-10-31
18:53
Inconsistent output handling in 002_pg_upgrade.pl test logs Needs review Joel Jacobson (joeljacobson) 1 2024-10-30
05:27
2024-10-28
15:44
Fix for Extra Parenthesis in pgbench progress message Needs review Yushi Ogiwara (yushi) 1 2024-10-31
05:39
2024-11-09
06:25
Clients
Adding comments to help understand psql hidden queries Needs review David Christensen (davidchristensen), Greg Sabino Mullane (greg) 4 2024-10-08
01:18
2024-06-11
22:54
Documentation
Document NULL Concepts and Behaviors Needs review David Johnston (polobo) 3 2024-10-07
06:53
2024-11-21
02:24
Doc: Improve hostssl related descriptions and option presentation Needs review David Johnston (polobo) 3 2024-10-07
09:57
2024-04-22
21:20
Clarify the behavior of AT TIME ZONE Needs review Aleksander Alekseev (a.alekseev) 2 2024-10-07
06:53
2024-08-02
05:45
doc: Meson is not experimental on Windows Needs review Aleksander Alekseev (a.alekseev) 2 2024-10-07
10:07
2024-08-05
13:48
Streaming Replication vs Logical Needs review Paul Jungwirth (pjungwir) 1 2024-10-11
22:55
2024-10-12
16:37
Set AUTOCOMMIT to on in script output by pg_dump Needs review stable Shinya Kato (shinyakato) 1 2024-10-17
00:25
2024-10-17
00:32
doc: virtual envs with Pl/Python Needs review Florents Tselai (florentst) 1 2024-11-01
15:21
2024-10-17
21:15
Clarify old WAL files cannot be removed until they are summarized Needs review Fujii Masao (masaofujii) 1 2024-10-19
16:24
2024-10-17
17:25
Document how to run only specific regress tests Needs review Paul Jungwirth (pjungwir) 1 2024-10-29
04:42
2024-11-11
01:51
Use "protocol options" name instead of "protocol extensions" everywhere Needs review Jelte Fennema-Nio (jeltef) 1 2024-10-30
15:07
2024-10-31
17:25
Miscellaneous
Unlinking Parallel Hash Join inner batch files sooner Ready for Committer Thomas Munro (macdice) 8 2024-10-07
07:05
2024-10-07
07:05
date_trunc function in interval version Needs review Przemysław Sztoch (psztoch) 4 2024-10-07
07:32
2024-05-20
16:08
Avoid orphaned objects dependencies, take 3 Needs review 18 Bertrand Drouvot (bertranddrouvot.pg) 3 2024-10-05
07:18
2024-10-28
09:30
gamma() and lgamma() functions Needs review 18 Dean Rasheed (deanr) 3 2024-10-08
01:20
2024-11-14
22:35
Casts from jsonb to other types should cope with json null Needs review Tom Lane (tgl) 2 2024-10-04
19:12
2024-08-03
20:10
Improvements for pg_wal_replay_wait() Needs review 18 Alexander Korotkov (smagen) smagen 2 2024-10-08
01:43
2024-09-17
09:00
[PROPOSAL] : Disallow use of empty column name in (column_name '') in ALTER or CREATE of foreign table. Needs review Nishant Sharma (nishant-at-edb) 2 2024-10-09
11:20
2024-10-09
11:11
Truncate logs by max_log_size Needs review Kirill Gavrilov (diphantxm) 1 2024-09-26
19:02
2024-10-01
23:08
Remove an unnecessary check on semijoin_target_ok() on postgres_fdw.c Needs review Tender Wang (tndrwang) 1 2024-10-18
09:08
2024-10-09
07:26
More CppAsString2() in psql's describe.c Needs review 18 Michael Paquier (michael-kun) 1 2024-10-22
00:50
2024-10-22
00:49
Use more CppAsString2() in pg_amcheck.c Needs review 18 Michael Paquier (michael-kun) 1 2024-10-22
00:51
2024-10-19
01:16
System views for versions reporting Needs review stable Dmitry Dolgov (erthalion) 1 2024-10-22
09:40
2024-10-19
17:31
Consider pipeline implicit transaction as a transaction block Waiting on Author Anthonin Bonnefoy (bonnefoa) 1 2024-11-06
07:37
2024-11-20
17:03
Remove useless casts to (void *) Needs review Peter Eisentraut (petere) 1 2024-10-31
06:46
2024-11-20
15:02
Monitoring & Control
relfilenode statistics Waiting on Author 18 Bertrand Drouvot (bertranddrouvot.pg) 3 2024-11-09
05:07
2024-11-05
14:44
Add pg_ownerships and pg_privileges system views Needs review Joel Jacobson (joeljacobson) 3 2024-10-20
06:20
2024-10-21
11:31
Improve EXPLAIN output for multicolumn B-Tree Index Needs review 18 Masahiro Ikeda (masahiro.ikeda) 3 2024-10-28
02:00
2024-10-11
05:44
add log_transaction GUC setting Waiting on Author 18 Sergey Solovev (ashblade) 2 2024-10-08
01:55
2024-10-08
01:55
per backend I/O statistics Waiting on Author 18 Bertrand Drouvot (bertranddrouvot.pg) 1 2024-11-14
06:34
2024-11-21
00:42
Trim the heap free memory Needs review stable Shawn Wang (shawnwang) 1 2024-09-15
18:00
2024-09-18
02:56
Enhance file_fdw to report processed and skipped tuples in COPY progress Needs review Fujii Masao (masaofujii) 1 2024-10-03
09:29
2024-10-11
06:36
Logging plan of the currently running query Needs review 18 Atsushi Torikoshi (atsushitorikoshi) 1 2024-10-28
13:21
2024-10-28
13:05
Count and log pages set all frozen by vacuum Needs review Melanie Plageman (melanieplageman) 1 2024-10-30
21:43
2024-11-02
11:04
Enhance memory context statistics reporting for all PostgreSQL processes. Needs review 18 Rahila Syed (rahila) 1 2024-11-21
06:45
2024-11-20
14:01
Performance
nbtree performance improvements through specialization on key shape Waiting on Author Matthias van de Meent (mmeent) 13 2024-11-19
12:47
2024-11-16
16:22
Index Prefetching Needs review Tomas Vondra (fuzzycz) 8 2024-10-05
09:44
2024-11-11
20:12
Reducing memory consumed by RestrictInfo list translations in partitionwise join planning Needs review Ashutosh Bapat (ashutoshbapat) 6 2024-10-08
01:57
2024-10-10
12:06
nbtree: implement dynamic prefix truncation Waiting on Author Matthias van de Meent (mmeent) 6 2024-11-13
20:30
2024-11-13
21:14
nbtree: downlink right separator/HIKEY optimization Needs review Matthias van de Meent (mmeent) 6 2024-10-07
14:06
2024-03-11
18:35
shared detoast datum Needs review Andy Fan (andy2) 5 2024-10-07
13:58
2024-06-22
03:10
Reordering DISTINCT keys to match input path's pathkeys Needs review Richard Guo (richardguo) 4 2024-10-08
01:57
2024-11-14
12:01
Add a attopt to disable MCV when estimating for Var = Const Needs review Andy Fan (andy2) 3 2024-10-08
02:09
2024-04-28
02:39
Sort functions with specialized comparators Waiting on Author Andrey Borodin (x4mmm), Stepan Neretin (fenixrnd.mail.ru) 3 2024-10-04
11:36
2024-09-09
04:42
Streaming Vacuum Needs review Thomas Munro (macdice), Melanie Plageman (melanieplageman) 3 2024-10-07
07:21
2024-07-24
05:40
Make tuple deformation faster Needs review David Rowley (davidrowley) 3 2024-10-30
21:52
2024-10-09
13:59
MergeJoin beats HashJoin in the case of multiple hash clauses Needs review Andrei Lepikhov (lepikhov) 2 2024-10-07
08:46
2024-10-08
05:00
Allow partition-wise join when whole row var is needed Waiting on Author 18 Ashutosh Bapat (ashutoshbapat), Alexander Pyhalov (a.pyhalov) 2 2024-10-08
02:01
2024-10-08
06:24
Asynchronous MergeAppend Execution Needs review Alexander Pyhalov (a.pyhalov) 2 2024-10-08
02:08
2024-08-20
09:14
Use read streams in autoprewarm Needs review Nazir Bilal Yavuz (nbyavuz) 2 2024-10-07
09:59
2024-11-06
14:56
prefetching for nestloop / indexscan Waiting on Author Tomas Vondra (fuzzycz) 2 2024-10-08
02:11
2024-08-27
23:17
Add ExprState hashing for GROUP BY and hashed SubPlans Needs review David Rowley (davidrowley) 2 2024-10-30
21:55
2024-11-05
20:38
Allow SQL functions use CachedPlan machinery Needs review 18 Alexander Pyhalov (a.pyhalov) 1 2024-09-09
12:17
2024-10-01
15:12
Improve statistics estimation considering GROUP-BY as a 'uniqueiser' Needs review 18 Andrei Lepikhov (lepikhov) 1 2024-09-24
05:10
2024-09-24
05:08
Replace IN VALUES with ANY in WHERE clauses during optimization Needs review 18 Andrei Lepikhov (lepikhov), Alena Rybakina (a.rybakina) 1 2024-10-07
19:09
2024-11-11
17:29
Limiting overshoot in nbtree SAOP parallel index scans Needs review Matthias van de Meent (mmeent) 1 2024-10-12
11:51
2024-10-16
23:32
type cache cleanup improvements Needs review 18 Fedor Sigaev (sigaev), Alexander Korotkov (smagen), Andrei Lepikhov (lepikhov) smagen 1 2024-10-22
07:35
2024-10-25
10:13
Trigger more frequent autovacuums for insert-heavy tables Needs review Melanie Plageman (melanieplageman) 1 2024-10-22
19:15
2024-10-25
15:14
use a non-locking initial test in TAS_SPIN on AArch64 Needs review 18 Nathan Bossart (bossartn) 1 2024-10-22
19:57
2024-10-23
15:18
Parallel heap vacuum Needs review Masahiko Sawada (masahikosawada) 1 2024-10-25
19:28
2024-11-19
00:17
Additional function inlining for slow_deform_heap_tuple Needs review David Rowley (davidrowley) 1 2024-10-30
21:53
2024-10-30
21:27
Showing applied extended statistics in explain Part2 Needs review 18 Tatsuro Yamada (tatsuro_yamada) 1 2024-11-01
15:22
2024-11-18
21:38
Procedural Languages
new plpgsql.extra_errors check - strict_expr_check Needs review Pavel Stehule (okbobcz) 3 2024-10-08
02:12
2024-10-26
07:20
Refactoring
SetLatches() Needs review Thomas Munro (macdice) 11 2024-10-08
02:14
2024-11-04
16:08
New [relation] options engine Needs review Nikolay Shaplov (nataraj) 5 2024-10-08
02:18
2024-06-22
18:21
SendProcSignal(), SetLatch() → SendInterrupt() Needs review Heikki Linnakangas (heikki), Thomas Munro (macdice) 2 2024-10-08
02:19
2024-11-19
21:02
Fix a few issues in collation cache Waiting on Author 18 Jeff Davis (jdavis) 2 2024-10-08
02:20
2024-09-21
00:28
Call rm_redo in a temporary memory context Waiting on Author Heikki Linnakangas (heikki) 2 2024-10-02
02:28
2024-10-02
02:28
Use function smgrclose() to replace the loop Waiting on Author 18 Steven Niu (niushiji) 2 2024-10-08
02:21
2024-10-24
09:09
Vectored IO in XLogWrite() Needs review Melih Mutlu (melihmutlu) 2 2024-10-07
10:00
2024-08-08
17:25
JIT: The nullness of casetest.value can be determined at the JIT compile time. Needs review 18 Xing Guo (higuoxing) 1 2024-09-03
02:23
2024-11-15
09:38
Refactor SLRU to always use long file names Needs review Aleksander Alekseev (a.alekseev) 1 2024-11-12
14:16
2024-11-14
11:04
Refactor bytea_sortsupport() Needs review Aleksander Alekseev (a.alekseev) 1 2024-10-09
14:40
2024-11-08
04:33
Move clause_sides_match_join() into pathnode.h Needs review James Hunter (hunjmes) 1 2024-10-09
19:39
2024-10-15
08:20
Collation and ctype method tables and extension hooks Needs review Jeff Davis (jdavis) 1 2024-10-14
15:12
2024-11-19
21:32
introduce INT64_HEX_FORMAT/UINT64_HEX_FORMAT Ready for Committer 18 Nathan Bossart (bossartn) bossartn 1 2024-11-19
22:59
2024-11-19
23:00
simplify regular expression locale global variables Needs review Peter Eisentraut (petere) 1 2024-10-21
05:51
2024-10-25
08:16
Making error message more user-friendly with spaces in a URI Needs review Yushi Ogiwara (yushi) 1 2024-10-31
05:38
2024-11-19
01:15
Replication & Recovery
CSN snapshots in hot standby Needs review 18 Heikki Linnakangas (heikki) 3 2024-10-30
13:19
2024-11-20
13:33
Return pg_control from pg_backup_stop(). Needs review 18 David Steele (dsteele) 3 2024-10-02
09:18
2024-11-20
22:44
Recovery of .partial WAL segments Needs review Stefan Fercot (stefan.fercot) 2 2024-10-08
03:22
2024-10-18
13:56
Skip logical decoding of already-aborted transactions. Needs review Masahiko Sawada (masahikosawada) 1 2024-10-29
20:31
2024-11-19
07:12
Security
add multiple client certificate selection feature Needs review Cary Huang (cary) 3 2024-10-08
03:25
2024-04-11
21:24
Extend ALTER DEFAULT PRIVILEGES for large objects Needs review Yugo Nagata (yugo.nagata) 3 2024-10-07
17:04
2024-09-13
07:18
Extension security improvement: Add support for extensions with an owned schema Needs review 18 Jelte Fennema-Nio (jeltef) 3 2024-10-07
09:22
2024-10-04
21:05
Provide means to disable legacy crypt() and gen_salt() functions in pgcrypto Needs review 18 Joe Conway (jconway) 1 2024-10-28
18:53
2024-11-20
17:14
Server Features
BCP 47 locale names for Windows Needs review Thomas Munro (macdice) 7 2024-10-08
03:29
2024-08-08
11:39
Post-special Page Storage TDE support (aka Reserved Page Size) Waiting on Author David Christensen (davidchristensen) 11 2024-10-08
03:30
2024-03-13
16:26
Sequence Access Methods, round two Needs review Michael Paquier (michael-kun) 5 2024-10-02
04:43
2024-10-02
05:28
KNN-btree Waiting on Author Nikita Glukhov (n.glukhov), Anton Melnikov (antonmel) 4 2024-10-08
03:31
2024-07-31
04:46
CREATE DATABASE ... STRICT_UNICODE Needs review Jeff Davis (jdavis) 4 2024-10-05
07:22
2024-03-14
18:07
Eager aggregation, take 3 Needs review Richard Guo (richardguo) 3 2024-10-08
03:32
2024-11-12
00:27
CREATE DATABASE ... STRATEGY=FILE_CLONE Needs review Thomas Munro (macdice), Nazir Bilal Yavuz (nbyavuz) 3 2024-10-07
09:59
2024-08-08
12:15
Use WALReadFromBuffers in more places Needs review Bharath Rupireddy (bharathrupireddy) 3 2024-10-05
07:24
2024-10-15
08:22
CREATE INDEX CONCURRENTLY for partitioned tables Needs review Ilya Gladyshev (qoops) 3 2024-10-07
14:03
2024-10-25
18:32
VACUUM FULL / CLUSTER CONCURRENTLY Needs review 18 Antonin Houska (a.houska) 2 2024-10-09
13:00
2024-10-09
12:56
REINDEX not updating partition progress Needs review stable Ilya Gladyshev (qoops) 2 2024-10-07
01:11
2024-07-25
21:21
removes attndims and typndims entirely Needs review 18 Jian He (stayreal) 1 2024-09-20
02:38
2024-09-23
19:30
Increase 2Gb limit of memory GUC variables in 64-bit Windows Needs review 18 Vladlen Popolitov (vladlenpopolitov) 1 2024-10-30
15:38
2024-10-30
19:24
SQL Commands
Incremental View Maintenance (IVM), take 2 Waiting on Author Yugo Nagata (yugo.nagata) 8 2024-10-07
17:06
2024-08-20
07:06
RETURNING OLD/NEW values Needs review Dean Rasheed (deanr) 5 2024-10-08
03:33
2024-10-29
13:05
Virtual generated columns Needs review Peter Eisentraut (petere) 3 2024-09-30
19:25
2024-11-14
09:46
CREATE OR REPLACE MATERIALIZED VIEW Needs review 18 Erik Wienhold (ewie) 2 2024-10-07
12:16
2024-10-31
03:48
Support POSITION with nondeterministic collations Needs review Peter Eisentraut (petere) 2 2024-09-30
19:22
2024-08-26
06:09
Add IGNORE NULLS to Window functions Needs review 18 Oliver Ford (ojford) 1 2024-09-09
12:02
2024-09-12
02:30
jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part Needs review Florents Tselai (florentst) 1 2024-09-25
18:26
2024-09-27
10:28
Introduce the ability to enable/disable indexes using ALTER INDEX Needs review Shayon Mukherjee (shayonj) 1 2024-10-16
16:21
2024-11-05
15:55
Add XMLSerialize: version (SQL/XML X076), explicit declaration (SQL/XML X078) Needs review 18 Jim Jones (jimus) 1 2024-09-30
09:06
2024-09-30
08:08
Support regular expressions with nondeterministic collations Waiting on Author Peter Eisentraut (petere) 1 2024-10-29
08:51
2024-10-29
14:12
System Administration
Reduce the log spam by excluding certain SQLSTATEs Needs review 18 Laurenz Albe (laurenz) 3 2024-10-07
16:04
2024-08-15
17:52
Track collation and ctype versions separately Needs review 18 Jeff Davis (jdavis) 2 2024-10-08
03:34
2024-07-27
15:34
database-specific role memberships Needs review Denis Laxalde (dlax), Kenaniah Cerny (kenaniah) 1 2024-10-08
06:21
2024-10-08
07:25
New predefined role pg_manage_extensions Waiting on Author Michael Banck (mbanck) 1 2024-11-18
06:28
2024-11-18
06:30
Testing
CI and test improvements Waiting on Author Justin Pryzby (justinpryzby) 13 2024-10-08
03:35
2024-11-16
20:44
Allow CI to only run the compiler warnings task Needs review 18 Bertrand Drouvot (bertranddrouvot.pg) 1 2024-09-11
12:38
2024-09-12
05:21
Add NetBSD and OpenBSD OSes to Postgres CI Needs review Nazir Bilal Yavuz (nbyavuz) 1 2024-11-01
09:18
2024-11-12
08:38

Closed patches

Status Ver Author Reviewers Committer Num cfs Latest activity Latest mail
Bug Fixes
Fix race conditions with concurrent drops of shared pgstats entries Committed stable Michael Paquier (michael-kun) michael-kun 3 2024-11-15
04:45
2024-11-15
04:45
Issue with set_indexsafe_procflags in ReindexRelationConcurrently Committed Michail Nikolaev (nkey) michael-kun 1 2024-09-09
04:51
2024-09-09
00:02
fix use after free inside json_unique_check_key Committed 17 Zhao Junwang (zhjwpku) fuzzycz 1 2024-09-21
00:57
2024-09-11
14:56
Fix small overread during SASLprep Committed stable Jacob Champion (jchampion) d_gustafsson 1 2024-09-18
14:53
2024-09-10
15:16
remove pg_authid's TOAST table Committed 18 Nathan Bossart (bossartn) bossartn 1 2024-10-07
16:01
2024-10-07
15:58
pg_ctl/miscinit: print "MyStartTime" as a long long instead of long to avoid 2038 problem Committed 18 Nathan Bossart (bossartn) bossartn 1 2024-10-07
18:55
2024-11-19
23:00
Fix inconsistent RestrictInfo serial numbers Committed Richard Guo (richardguo) richardguo 1 2024-11-08
02:51
2024-11-08
02:45
Remove the RTE_GROUP RTE if we drop the groupClause Committed 18 Richard Guo (richardguo) richardguo 1 2024-10-25
01:05
2024-10-25
01:09
Fix validation of COPY options FORCE_NOT_NULL/FORCE_NULL Committed Joel Jacobson (joeljacobson) michael-kun 1 2024-10-24
06:37
2024-10-24
06:43
Avoid possible overflow (src/port/bsearch_arg.c) Committed 18 Ranier Vilela (raniervilela) heikki 1 2024-10-28
12:14
2024-10-28
16:52
Wrong result when enable_partitionwise_join is on if collation of PartitionKey and Column is different. Committed Tender Wang (tndrwang) amitlan 1 2024-11-08
08:47
2024-11-08
09:27
fix autovacuum assertion failure when dropping indexes Committed 18 Nathan Bossart (bossartn) bossartn 1 2024-10-28
21:47
2024-10-28
21:47
small pg_combinebackup improvements Committed 18 Robert Haas (rhaas) rhaas 1 2024-11-04
17:44
2024-11-04
15:26
Documentation
Extending with C: doc on how to call internal functions Withdrawn 1 2024-09-18
05:40
2024-10-19
05:05
event trigger matrix cleanup Committed Peter Eisentraut (petere) petere 1 2024-11-06
12:50
2024-11-06
12:50
Miscellaneous
GUC names in messages Committed 18 Peter Smith (smithpb2250) michael-kun 3 2024-10-09
09:54
2024-10-11
02:25
remove adaptive spins_per_delay code Withdrawn 18 Nathan Bossart (bossartn) 2 2024-11-03
15:15
2024-08-27
18:55
add TOAST table to pg_index Committed 18 Nathan Bossart (bossartn) bossartn 1 2024-09-18
19:53
2024-10-30
23:45
Cleaning up ERRCODE usage in our XML code Committed Tom Lane (tgl) tgl 1 2024-09-24
17:01
2024-09-24
17:01
miscellaneous pg_upgrade cleanup Committed 18 Nathan Bossart (bossartn) bossartn 1 2024-09-26
18:57
2024-09-26
18:58
make all ereport in gram.y print out relative location Committed 18 Jian He (stayreal) tgl 1 2024-11-01
08:26
2024-10-31
20:11
Performance
Avoiding superfluous buffer locking during nbtree backwards scans Committed Matthias van de Meent (mmeent) pgeoghegan 2 2024-10-18
20:13
2024-11-13
14:51
Allow pushdown of HAVING clauses with grouping sets Committed 18 Richard Guo (richardguo) richardguo 1 2024-10-10
02:11
2024-10-10
02:23
Consider explicit incremental sort for mergejoins Committed 18 Richard Guo (richardguo) richardguo 1 2024-10-10
02:12
2024-10-29
04:43
micro-optimize nbtcompare.c routines Withdrawn 18 Nathan Bossart (bossartn) 1 2024-09-27
15:43
2024-09-27
15:44
Refactoring
AIX support, revert the changes from 0b16bb8776bb8 Returned with feedback Sriram RK (sriramrk) 3 2024-10-28
13:44
2024-10-04
15:04
Relcache refactoring Committed Heikki Linnakangas (heikki) heikki 3 2024-10-31
08:19
2024-11-01
04:19
Converting tab-complete.c's else-if chain to a switch Committed Tom Lane (tgl) tgl 2 2024-10-07
16:39
2024-10-10
21:04
Refactor postmaster child handling Committed Heikki Linnakangas (heikki) heikki 2 2024-11-14
14:13
2024-11-14
14:13
JIT: Remove some unnecessary instructions. Committed 18 Xing Guo (higuoxing) heikki 1 2024-11-15
08:10
2024-11-15
08:09
Missing deconstruct_array_builtin usage Committed 18 Bertrand Drouvot (bertranddrouvot.pg) alvherre 1 2024-10-11
08:29
2024-10-14
16:55
use __attribute__((target(...))) for AVX-512 stuff Committed 18 Nathan Bossart (bossartn) bossartn 1 2024-11-07
20:02
2024-11-07
20:40
Refactor GetLockStatusData() by skipping unused backends and groups Committed Fujii Masao (masaofujii) masaofujii 1 2024-10-24
15:23
2024-10-24
15:23
Rename trim_array() for consistency with the rest of array_* functions Withdrawn 18 Aleksander Alekseev (a.alekseev) 1 2024-11-04
10:35
2024-11-04
10:36
Reorganize CacheMemoryContext Withdrawn 18 Jeff Davis (jdavis) 1 2024-10-29
21:45
2024-10-29
21:44
Proper object locking for GRANT/REVOKE Committed Peter Eisentraut (petere) petere 1 2024-11-15
10:24
2024-11-15
10:19
Server Features
not-null constraints Committed Álvaro Herrera (alvherre) alvherre 2 2024-11-08
14:38
2024-11-12
10:43
Add callback in pgstats for backend initialization Committed 18 Michael Paquier (michael-kun) michael-kun 1 2024-09-05
07:08
2024-09-05
07:08
Add callbacks for fixed-numbered stats flush in pgstats Committed 18 Michael Paquier (michael-kun) michael-kun 1 2024-09-09
02:16
2024-09-09
02:20
SQL Commands
Add jsonpath string method $.replace(from, to) Withdrawn Florents Tselai (florentst) 1 2024-09-25
18:20
2024-09-19
12:57
Introduce the ability to enable/disable indexes Withdrawn 18 Shayon Mukherjee (shayonj) 1 2024-09-26
16:13
2024-11-05
15:55