| Age | Commit message (Expand) | Author |
| 2024-05-20 | Translation updates | Peter Eisentraut |
| 2024-05-16 | Revert temporal primary keys and foreign keys | Peter Eisentraut |
| 2024-05-14 | Pre-beta mechanical code beautification. | Tom Lane |
| 2024-05-13 | Revert structural changes to not-null constraints | Alvaro Herrera |
| 2024-05-09 | psql: Add missing punctuation in help output | Peter Eisentraut |
| 2024-05-06 | Translation updates | Peter Eisentraut |
| 2024-05-01 | Add tab completion for EXPLAIN (MEMORY|SERIALIZE) | Michael Paquier |
| 2024-04-30 | Add tab completion for partition MERGE/SPLIT operations | Alexander Korotkov |
| 2024-04-29 | libpq: If ALPN is not used, make PQsslAttribute(conn, "alpn") == "" | Heikki Linnakangas |
| 2024-04-15 | psql: Make output of \dD more stable | Peter Eisentraut |
| 2024-04-15 | Fix ALTER DOMAIN NOT NULL syntax | Peter Eisentraut |
| 2024-04-08 | In psql, avoid leaking a PGresult after a query is cancelled. | Tom Lane |
| 2024-04-08 | Further review for re-implementation of psql's FETCH_COUNT feature. | Tom Lane |
| 2024-04-08 | Add more tab completion support for ALTER DEFAULT PRIVILEGES in psql. | Masahiko Sawada |
| 2024-04-08 | Send ALPN in TLS handshake, require it in direct SSL connections | Heikki Linnakangas |
| 2024-04-07 | Re-implement psql's FETCH_COUNT feature atop libpq's chunked mode. | Tom Lane |
| 2024-04-04 | Remove reachable call to pg_unreachable(). | Robert Haas |
| 2024-04-03 | Fix indentation from cafe1056558f | Daniel Gustafsson |
| 2024-04-02 | Allow SIGINT to cancel psql database reconnections. | Robert Haas |
| 2024-04-01 | Add new COPY option LOG_VERBOSITY. | Masahiko Sawada |
| 2024-03-30 | Add support for MERGE ... WHEN NOT MATCHED BY SOURCE. | Dean Rasheed |
| 2024-03-28 | Improve tab completion for ALTER TABLE ALTER COLUMN SET in psql. | Masahiko Sawada |
| 2024-03-17 | Add RETURNING support to MERGE. | Dean Rasheed |
| 2024-03-17 | Make stxstattarget nullable | Peter Eisentraut |
| 2024-03-16 | psql: fix variable existence tab completion | Alexander Korotkov |
| 2024-03-14 | Introduce "builtin" collation provider. | Jeff Davis |
| 2024-03-13 | Reintroduce MAINTAIN privilege and pg_maintain predefined role. | Nathan Bossart |
| 2024-03-09 | Catalog changes preparing for builtin collation provider. | Jeff Davis |
| 2024-03-08 | Improve WIN32 waiting logic in psql's \watch command. | Tom Lane |
| 2024-03-08 | Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHOD | Michael Paquier |
| 2024-03-05 | Rename pg_constraint.conwithoutoverlaps to conperiod | Peter Eisentraut |
| 2024-02-29 | Support MERGE into updatable views. | Dean Rasheed |
| 2024-02-16 | Use new overflow-safe integer comparison functions. | Nathan Bossart |
| 2024-01-30 | Add a failover option to subscriptions. | Amit Kapila |
| 2024-01-24 | Add temporal PRIMARY KEY and UNIQUE constraints | Peter Eisentraut |
| 2024-01-19 | Rename COPY option from SAVE_ERROR_TO to ON_ERROR | Alexander Korotkov |
| 2024-01-19 | psql: Add ignore_slash_options in bind's inactive branch | Michael Paquier |
| 2024-01-16 | Add new COPY option SAVE_ERROR_TO | Alexander Korotkov |
| 2024-01-10 | Allow noise semicolons ending psql \sf, \ef, \sv, \ev commands. | Tom Lane |
| 2024-01-09 | Add new function, PQchangePassword(), to libpq | Joe Conway |
| 2024-01-04 | ALTER TABLE command to change generation expression | Peter Eisentraut |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-12-29 | Make all Perl warnings fatal | Peter Eisentraut |
| 2023-12-23 | Set readline-relevant ENV vars in interactive_psql(), not caller. | Tom Lane |
| 2023-11-28 | psql: Add tab completion for view options. | Dean Rasheed |
| 2023-11-16 | psql: Add some completion support for CREATE TABLE .. AS | Michael Paquier |
| 2023-11-13 | Improve default and empty privilege outputs in psql. | Tom Lane |
| 2023-11-06 | Remove distprep | Peter Eisentraut |
| 2023-11-03 | doc: \copy can get data values \. and end-of-input confused | Bruce Momjian |
| 2023-10-26 | Add trailing commas to enum definitions | Peter Eisentraut |