| Age | Commit message (Expand) | Author |
| 2025-10-17 | Improve TAP tests by replacing ok() with better Test::More functions | Michael Paquier |
| 2025-08-11 | Restrict psql meta-commands in plain-text dumps. | Nathan Bossart |
| 2025-06-13 | psql: Forbid use of COPY and \copy while in a pipeline | Michael Paquier |
| 2025-06-04 | psql: Abort connection when using \syncpipeline after COPY TO/FROM | Michael Paquier |
| 2025-04-24 | psql: Fix assertion failures with pipeline mode | Michael Paquier |
| 2025-04-23 | psql: Rework TAP routine psql_fails_like() to define WAL sender context | Michael Paquier |
| 2025-03-26 | psql: Make test robust against locale variations | Daniel Gustafsson |
| 2025-03-25 | psql: Make default \watch interval configurable | Daniel Gustafsson |
| 2025-03-17 | Apply more consistent style for command options in TAP tests | Michael Paquier |
| 2025-01-22 | Improve grammar of options for command arrays in TAP tests | Michael Paquier |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-10-14 | psql: Fix \watch when using interval values less than 1ms | Michael Paquier |
| 2024-05-14 | Pre-beta mechanical code beautification. | Tom Lane |
| 2024-04-07 | Re-implement psql's FETCH_COUNT feature atop libpq's chunked mode. | Tom Lane |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-12-29 | Make all Perl warnings fatal | Peter Eisentraut |
| 2023-10-02 | Add regression tests for psql \g piped into a program | Heikki Linnakangas |
| 2023-08-29 | psql/t/001_basic: use locale-aware decimals in new test | Alvaro Herrera |
| 2023-08-29 | Allow \watch queries to stop on minimum rows returned | Daniel Gustafsson |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane |
| 2023-04-07 | Fix locale-dependent test case. | Tom Lane |
| 2023-04-06 | psql: add an optional execution-count limit to \watch. | Tom Lane |
| 2023-03-16 | Improve handling of psql \watch's interval argument | Michael Paquier |
| 2023-03-13 | Add a DEFAULT option to COPY FROM | Andrew Dunstan |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-06-30 | pgindent run prior to branching v15. | Tom Lane |
| 2022-06-15 | Tweak behavior of psql --single-transaction depending on ON_ERROR_STOP | Michael Paquier |
| 2022-06-08 | Fix portability issue in TAP tests of psql for locales | Michael Paquier |
| 2022-06-06 | Fix psql's single transaction mode on client-side errors with -c/-f switches | Michael Paquier |
| 2022-05-23 | psql: Update \timing also in case of an error | Peter Eisentraut |
| 2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane |
| 2022-04-08 | Improve frontend error logging style. | Tom Lane |
| 2022-04-04 | psql: Show all query results by default | Peter Eisentraut |
| 2022-03-31 | psql: Add tests for \errverbose | Peter Eisentraut |
| 2022-03-29 | psql: Add test for psql behavior on server crash | Peter Eisentraut |
| 2022-03-01 | psql: Additional tests | Peter Eisentraut |
| 2022-02-28 | Improve some psql test code | Peter Eisentraut |
| 2022-02-11 | Replace Test::More plans with done_testing | Daniel Gustafsson |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-10-24 | Move Perl test modules to a better namespace | Andrew Dunstan |
| 2021-10-18 | Fix portability issues in new TAP tests of psql | Michael Paquier |
| 2021-10-12 | psql: Fix test | Peter Eisentraut |
| 2021-10-12 | psql: Add test for handling of replication commands | Peter Eisentraut |
| 2021-10-12 | psql: More tests | Peter Eisentraut |