| Age | Commit message (Expand) | Author |
| 44 hours | Fix typo in tablecmds.c | David Rowley |
| 2 days | Fix usage of palloc() in MERGE/SPLIT PARTITION(s) code | Alexander Korotkov |
| 3 days | Implement ALTER TABLE ... SPLIT PARTITION ... command | Alexander Korotkov |
| 3 days | Implement ALTER TABLE ... MERGE PARTITIONS ... command | Alexander Korotkov |
| 3 days | Fix out-of-date comment on makeRangeConstructors | Peter Eisentraut |
| 7 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 7 days | Add started_by column to pg_stat_progress_analyze view. | Masahiko Sawada |
| 8 days | Widen MultiXactOffset to 64 bits | Heikki Linnakangas |
| 8 days | Remove useless casts in format arguments | Peter Eisentraut |
| 8 days | Unify some more messages | Álvaro Herrera |
| 8 days | Unify error messages | Álvaro Herrera |
| 14 days | Fix shadow variable warning in subscriptioncmds.c. | Amit Kapila |
| 2025-12-02 | Remove useless casting to same type | Peter Eisentraut |
| 2025-12-01 | Move WAL sequence code into its own file | Michael Paquier |
| 2025-11-24 | Improve detection of implicitly-temporary views. | Tom Lane |
| 2025-11-24 | Fix infer_arbiter_index during concurrent index operations | Álvaro Herrera |
| 2025-11-23 | Issue a NOTICE if a created function depends on any temp objects. | Tom Lane |
| 2025-11-21 | Remove useless casts to (void *) | Peter Eisentraut |
| 2025-11-21 | C11 alignas instead of unions | Peter Eisentraut |
| 2025-11-17 | Fix typos in logical replication code comments | Daniel Gustafsson |
| 2025-11-15 | Fix incorrect function name in comments | Alexander Korotkov |
| 2025-11-14 | Add note about CreateStatistics()'s selective use of check_rights. | Nathan Bossart |
| 2025-11-12 | Clear 'xid' in dummy async notify entries written to fill up pages | Heikki Linnakangas |
| 2025-11-12 | Fix remaining race condition with CLOG truncation and LISTEN/NOTIFY | Heikki Linnakangas |
| 2025-11-12 | Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFY | Heikki Linnakangas |
| 2025-11-12 | Escalate ERRORs during async notify processing to FATAL | Heikki Linnakangas |
| 2025-11-10 | Check for CREATE privilege on the schema in CREATE STATISTICS. | Nathan Bossart |
| 2025-11-08 | Fix comment in copyto.c | Michael Paquier |
| 2025-11-06 | Tidyup WARNING ereports in subscriptioncmds.c | David Rowley |
| 2025-11-06 | Use XLogRecPtrIsValid() in various places | Álvaro Herrera |
| 2025-11-06 | Disallow generated columns in COPY WHERE clause | Peter Eisentraut |
| 2025-11-06 | Use stack allocated StringInfoDatas, where possible | David Rowley |
| 2025-11-05 | Implement WAIT FOR command | Alexander Korotkov |
| 2025-11-05 | Add sequence synchronization for logical replication. | Amit Kapila |
| 2025-11-04 | Tighten check for generated column in partition key expression | Peter Eisentraut |
| 2025-11-03 | Prevent setting a column as identity if its not-null constraint is invalid | Álvaro Herrera |
| 2025-11-03 | Add wal_fpi_bytes to VACUUM and ANALYZE logs | Michael Paquier |
| 2025-10-30 | Expose wal_fpi_bytes in EXPLAIN (WAL) | Michael Paquier |
| 2025-10-28 | Add worker type argument to logical replication worker functions. | Amit Kapila |
| 2025-10-27 | Remove Item type | Peter Eisentraut |
| 2025-10-23 | Introduce "REFRESH SEQUENCES" for subscriptions. | Amit Kapila |
| 2025-10-22 | Remove make_temptable_name_n(). | Nathan Bossart |
| 2025-10-21 | Use CompactAttribute more often, when possible | David Rowley |
| 2025-10-20 | Support COPY TO for partitioned tables. | Masahiko Sawada |
| 2025-10-15 | Fix lookup code for REINDEX INDEX. | Nathan Bossart |
| 2025-10-15 | Add log_autoanalyze_min_duration | Peter Eisentraut |
| 2025-10-15 | Standardize use of REFRESH PUBLICATION in code and messages. | Amit Kapila |
| 2025-10-11 | Stop creating constraints during DETACH CONCURRENTLY | Álvaro Herrera |
| 2025-10-11 | dbase_redo: Fix Valgrind-reported memory leak | Álvaro Herrera |
| 2025-10-09 | Cleanup VACUUM option processing error messages | David Rowley |