| Age | Commit message (Expand) | Author |
| 2025-11-03 | Add \pset options for boolean value display | Álvaro Herrera |
| 2025-10-09 | Add "ALL SEQUENCES" support to publications. | Amit Kapila |
| 2025-08-11 | Restrict psql meta-commands in plain-text dumps. | Nathan Bossart |
| 2025-06-24 | psql: Rename meta-command \close to \close_prepared | Michael Paquier |
| 2025-04-04 | Add nbtree skip scan optimization. | Peter Geoghegan |
| 2025-03-24 | psql: show default extension version in \dx output | Magnus Hagander |
| 2025-03-18 | psql: Add \sendpipeline to send query buffers while in a pipeline | Michael Paquier |
| 2025-02-21 | psql: Add support for pipelines | Michael Paquier |
| 2025-02-05 | Show more-intuitive titles for psql commands \dt, \di, etc. | Tom Lane |
| 2025-01-14 | psql: Add option to use expanded mode to all list commands. | Dean Rasheed |
| 2025-01-14 | psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output. | Dean Rasheed |
| 2024-11-07 | Replicate generated columns when 'publish_generated_columns' is set. | Amit Kapila |
| 2024-09-19 | psql: Add tests for repeated calls of \bind[_named] | Michael Paquier |
| 2024-09-19 | psql: Clean up more aggressively state of \bind[_named], \parse and \close | Michael Paquier |
| 2024-08-22 | psql: Add more meta-commands able to use the extended protocol | Michael Paquier |
| 2024-04-07 | Disable parallel query in psql error-with-FETCH_COUNT test. | Tom Lane |
| 2024-04-07 | Re-implement psql's FETCH_COUNT feature atop libpq's chunked mode. | Tom Lane |
| 2024-03-09 | Catalog changes preparing for builtin collation provider. | Jeff Davis |
| 2024-01-19 | psql: Add ignore_slash_options in bind's inactive branch | Michael Paquier |
| 2024-01-10 | Allow noise semicolons ending psql \sf, \ef, \sv, \ev commands. | Tom Lane |
| 2023-12-27 | Improve the implementation of information_schema._pg_expandarray(). | Tom Lane |
| 2023-11-13 | Improve default and empty privilege outputs in psql. | Tom Lane |
| 2023-10-02 | psql: Set variables from query result on failure when printing tuples | Michael Paquier |
| 2023-07-19 | Add psql \drg command to display role grants. | Tom Lane |
| 2023-06-21 | Avoid Assert failure when processing empty statement in aborted xact. | Tom Lane |
| 2023-05-17 | Revert "Add USER SET parameter values for pg_db_role_setting" | Alexander Korotkov |
| 2023-04-06 | psql: add an optional execution-count limit to \watch. | Tom Lane |
| 2023-03-08 | Allow tailoring of ICU locales with custom rules | Peter Eisentraut |
| 2023-03-02 | Harden new test case against force_parallel_mode = regress. | Tom Lane |
| 2023-03-02 | Show "internal name" not "source code" in psql's \df+ command. | Tom Lane |
| 2022-12-09 | Add USER SET parameter values for pg_db_role_setting | Alexander Korotkov |
| 2022-12-02 | Fix psql's \sf and \ef for new-style SQL functions. | Tom Lane |
| 2022-11-30 | Add regression tests for psql's \o and \g on files | Michael Paquier |
| 2022-11-15 | psql: Add command to use extended query protocol | Peter Eisentraut |
| 2022-07-25 | Add xheader_width pset option to psql | Andrew Dunstan |
| 2022-06-09 | psql: Show notices immediately (again) | Peter Eisentraut |
| 2022-05-11 | Fix typos and grammar in code and test comments | Michael Paquier |
| 2022-04-20 | Allow db.schema.table patterns, but complain about random garbage. | Robert Haas |
| 2022-04-07 | psql: add \dconfig command to show server's configuration parameters. | Tom Lane |
| 2022-04-04 | psql: Show all query results by default | Peter Eisentraut |
| 2021-12-20 | Add a \getenv command to psql. | Tom Lane |
| 2021-09-29 | psql: Add various tests | Peter Eisentraut |
| 2021-04-16 | psql: Small fixes for better translatability | Peter Eisentraut |
| 2021-04-15 | Revert "psql: Show all query results by default" | Peter Eisentraut |
| 2021-04-08 | Allow psql's \df and \do commands to specify argument types. | Tom Lane |
| 2021-04-06 | psql: Show all query results by default | Peter Eisentraut |
| 2021-03-26 | BRIN minmax-multi indexes | Tomas Vondra |
| 2021-03-26 | BRIN bloom indexes | Tomas Vondra |
| 2021-01-06 | Revert unstable test cases from commit 7d80441d2. | Tom Lane |
| 2021-01-05 | Allow psql's \dt and \di to show TOAST tables and their indexes. | Tom Lane |