aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/t
Commit message (Expand)AuthorAge
* psql: Forbid use of COPY and \copy while in a pipelineMichael Paquier2025-06-13
* psql: Abort connection when using \syncpipeline after COPY TO/FROMMichael Paquier2025-06-04
* psql: Fix assertion failures with pipeline modeMichael Paquier2025-04-24
* psql: Rework TAP routine psql_fails_like() to define WAL sender contextMichael Paquier2025-04-23
* psql: Make test robust against locale variationsDaniel Gustafsson2025-03-26
* psql: Make default \watch interval configurableDaniel Gustafsson2025-03-25
* Apply more consistent style for command options in TAP testsMichael Paquier2025-03-17
* Improve grammar of options for command arrays in TAP testsMichael Paquier2025-01-22
* Update copyright for 2025Bruce Momjian2025-01-01
* Add pg_constraint rows for not-null constraintsÁlvaro Herrera2024-11-08
* psql: Fix \watch when using interval values less than 1msMichael Paquier2024-10-14
* Remove test-case workarounds for ancient libedit versions.Tom Lane2024-09-04
* Pre-beta mechanical code beautification.Tom Lane2024-05-14
* Re-implement psql's FETCH_COUNT feature atop libpq's chunked mode.Tom Lane2024-04-06
* psql: fix variable existence tab completionAlexander Korotkov2024-03-16
* Update copyright for 2024Bruce Momjian2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Set readline-relevant ENV vars in interactive_psql(), not caller.Tom Lane2023-12-23
* Add regression tests for psql \g piped into a programHeikki Linnakangas2023-10-02
* Switch psql's TAP test for query cancellation to use IPC::Run::signal()Michael Paquier2023-09-13
* Skip psql's TAP test for query cancellation entirely on WindowsMichael Paquier2023-09-13
* psql/t/001_basic: use locale-aware decimals in new testAlvaro Herrera2023-08-29
* Allow \watch queries to stop on minimum rows returnedDaniel Gustafsson2023-08-29
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Refactor background psql TAP functionsDaniel Gustafsson2023-04-07
* Fix locale-dependent test case.Tom Lane2023-04-07
* psql: add an optional execution-count limit to \watch.Tom Lane2023-04-06
* Improve handling of psql \watch's interval argumentMichael Paquier2023-03-16
* Add a DEFAULT option to COPY FROMAndrew Dunstan2023-03-13
* Update copyright for 2023Bruce Momjian2023-01-02
* Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund2022-09-19
* Don't hardcode tmp_check/ as test directory for tap testsAndres Freund2022-09-19
* 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