| Age | Commit message (Expand) | Author |
| 2 days | Implement ALTER TABLE ... SPLIT PARTITION ... command | Alexander Korotkov |
| 2 days | Implement ALTER TABLE ... MERGE PARTITIONS ... command | Alexander Korotkov |
| 4 days | Reject opclass options in ON CONFLICT clause | Álvaro Herrera |
| 7 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 8 days | Remove useless casts in format arguments | Peter Eisentraut |
| 2025-12-02 | Remove useless casting to same type | Peter Eisentraut |
| 2025-11-27 | Fix error reporting for SQL/JSON path type mismatches | Amit Langote |
| 2025-11-24 | Improve detection of implicitly-temporary views. | Tom Lane |
| 2025-11-18 | Don't allow CTEs to determine semantic levels of aggregates. | Tom Lane |
| 2025-11-12 | Remove unused assignment in CREATE PUBLICATION grammar. | Amit Kapila |
| 2025-11-05 | Implement WAIT FOR command | Alexander Korotkov |
| 2025-11-04 | Allow "SET list_guc TO NULL" to specify setting the GUC to empty. | Tom Lane |
| 2025-11-04 | Error message stylistic correction | Peter Eisentraut |
| 2025-11-03 | Fix outdated comment of COPY in gram.y. | Masahiko Sawada |
| 2025-10-29 | Use C11 char16_t and char32_t for Unicode code points. | Jeff Davis |
| 2025-10-23 | Introduce "REFRESH SEQUENCES" for subscriptions. | Amit Kapila |
| 2025-10-21 | Use CompactAttribute more often, when possible | David Rowley |
| 2025-10-15 | Standardize use of REFRESH PUBLICATION in code and messages. | Amit Kapila |
| 2025-10-09 | Add "ALL SEQUENCES" support to publications. | Amit Kapila |
| 2025-10-09 | Fix internal error from CollateExpr in SQL/JSON DEFAULT expressions | Amit Langote |
| 2025-10-05 | Don't include access/htup_details.h in executor/tuptable.h | Álvaro Herrera |
| 2025-10-03 | Add IGNORE NULLS/RESPECT NULLS option to Window functions. | Tatsuo Ishii |
| 2025-09-29 | Add GROUP BY ALL. | Tom Lane |
| 2025-09-27 | Refactor to avoid code duplication in transformPLAssignStmt. | Tom Lane |
| 2025-09-27 | Fix missed copying of groupDistinct in transformPLAssignStmt. | Tom Lane |
| 2025-09-17 | Calculate agglevelsup correctly when Aggref contains a CTE. | Tom Lane |
| 2025-09-16 | Provide more-specific error details/hints for function lookup failures. | Tom Lane |
| 2025-09-10 | Fix CREATE TABLE LIKE with not-valid check constraint | Peter Eisentraut |
| 2025-09-08 | Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases. | Robert Haas |
| 2025-09-08 | Update parser README to include parse_jsontable.c | Michael Paquier |
| 2025-09-02 | Add HINT for COPY TO when WHERE clause is used. | Fujii Masao |
| 2025-08-28 | Avoid including commands/dbcommands.h in so many places | Álvaro Herrera |
| 2025-08-13 | Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. | Tom Lane |
| 2025-07-25 | Refactor grammar to create opt_utility_option_list | Álvaro Herrera |
| 2025-07-11 | Add option list to CHECKPOINT command. | Nathan Bossart |
| 2025-07-03 | Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error | Álvaro Herrera |
| 2025-07-03 | Refactor subtype field of AlterDomainStmt | Michael Paquier |
| 2025-07-02 | Fix error message for ALTER CONSTRAINT ... NOT VALID | Álvaro Herrera |
| 2025-07-01 | Show sizes of FETCH queries as constants in pg_stat_statements | Michael Paquier |
| 2025-06-26 | Make CREATE TABLE LIKE copy comments on NOT NULL constraints when requested. | Fujii Masao |
| 2025-06-12 | Fix squashing algorithm for query texts | Álvaro Herrera |
| 2025-06-12 | Revert support for improved tracking of nested queries | Michael Paquier |
| 2025-05-21 | Fix regression with location calculation of nested statements | Michael Paquier |
| 2025-05-15 | Fix Assert failure in XMLTABLE parser | Richard Guo |
| 2025-04-07 | Allow NOT NULL constraints to be added as NOT VALID | Álvaro Herrera |
| 2025-04-06 | Relax ordering-related hardcoded btree requirements in planning | Peter Eisentraut |
| 2025-04-05 | Fix parse_cte.c's failure to examine sub-WITHs in DML statements. | Tom Lane |
| 2025-04-05 | Avoid double transformation of json_array()'s subquery. | Tom Lane |
| 2025-04-04 | Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects. | Fujii Masao |
| 2025-04-02 | Change SQL-language functions to use the plan cache. | Tom Lane |