aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/t
Commit message (Expand)AuthorAge
* pgindent run prior to branching v15.Tom Lane2022-06-30
* Tweak behavior of psql --single-transaction depending on ON_ERROR_STOPMichael Paquier2022-06-15
* Fix portability issue in TAP tests of psql for localesMichael Paquier2022-06-08
* Fix psql's single transaction mode on client-side errors with -c/-f switchesMichael Paquier2022-06-06
* psql: Update \timing also in case of an errorPeter Eisentraut2022-05-23
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Improve frontend error logging style.Tom Lane2022-04-08
* psql: Show all query results by defaultPeter Eisentraut2022-04-04
* psql: Add tests for \errverbosePeter Eisentraut2022-03-31
* psql: Add test for psql behavior on server crashPeter Eisentraut2022-03-29
* psql: handle tab completion of timezone names after "SET TIMEZONE TO".Tom Lane2022-03-20
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-04
* psql: Additional testsPeter Eisentraut2022-03-01
* Improve some psql test codePeter Eisentraut2022-02-28
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-11
* Further tweaks for psql's new tab-completion logic.Tom Lane2022-02-09
* Improve psql tab-completion tests.Tom Lane2022-02-02
* Treat case of tab-completion keywords a bit more carefully.Tom Lane2022-02-01
* psql: improve tab-complete's handling of variant SQL names.Tom Lane2022-01-30
* Fix psql's tab-completion of enum label values.Tom Lane2022-01-16
* Update copyright for 2022Bruce Momjian2022-01-07
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-24
* Fix portability issues in new TAP tests of psqlMichael Paquier2021-10-18
* psql: Fix testPeter Eisentraut2021-10-12
* psql: Add test for handling of replication commandsPeter Eisentraut2021-10-12
* psql: More testsPeter Eisentraut2021-10-12
* Add more $Test::Builder::Level in the TAP testsMichael Paquier2021-10-12
* Further fix psql query-cancel test.Tom Lane2021-09-06
* psql: Make cancel test more timing robustPeter Eisentraut2021-08-25
* psql: Improve portability of query cancel testPeter Eisentraut2021-08-22
* psql: Add test for query cancelingPeter Eisentraut2021-08-20
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-29
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-07
* Improve psql's tab completion for filenames.Tom Lane2020-01-23
* Skip tab-completion tests if envar SKIP_READLINE_TESTS is defined.Tom Lane2020-01-09
* Minor style improvements for tab-completion test.Tom Lane2020-01-05
* Avoid reading ~/.inputrc in tab-completion test, and revert other changes.Tom Lane2020-01-04
* Don't try to force TERM to a fixed value in tab-completion test.Tom Lane2020-01-04
* In tab-completion test, print out the value of TERM before changing it.Tom Lane2020-01-04
* Make tab-completion tests more robust.Tom Lane2020-01-04
* Further fixes for tab-completion TAP tests.Tom Lane2020-01-03
* Minor portability fixes for new TAP script.Tom Lane2020-01-02
* Add basic TAP tests for psql's tab-completion logic.Tom Lane2020-01-02