summaryrefslogtreecommitdiff
path: root/src/bin/psql/t/001_basic.pl
AgeCommit message (Expand)Author
2025-10-17Improve TAP tests by replacing ok() with better Test::More functionsMichael Paquier
2025-08-11Restrict psql meta-commands in plain-text dumps.Nathan Bossart
2025-06-13psql: Forbid use of COPY and \copy while in a pipelineMichael Paquier
2025-06-04psql: Abort connection when using \syncpipeline after COPY TO/FROMMichael Paquier
2025-04-24psql: Fix assertion failures with pipeline modeMichael Paquier
2025-04-23psql: Rework TAP routine psql_fails_like() to define WAL sender contextMichael Paquier
2025-03-26psql: Make test robust against locale variationsDaniel Gustafsson
2025-03-25psql: Make default \watch interval configurableDaniel Gustafsson
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-14psql: Fix \watch when using interval values less than 1msMichael Paquier
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-04-07Re-implement psql's FETCH_COUNT feature atop libpq's chunked mode.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-10-02Add regression tests for psql \g piped into a programHeikki Linnakangas
2023-08-29psql/t/001_basic: use locale-aware decimals in new testAlvaro Herrera
2023-08-29Allow \watch queries to stop on minimum rows returnedDaniel Gustafsson
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-07Fix locale-dependent test case.Tom Lane
2023-04-06psql: add an optional execution-count limit to \watch.Tom Lane
2023-03-16Improve handling of psql \watch's interval argumentMichael Paquier
2023-03-13Add a DEFAULT option to COPY FROMAndrew Dunstan
2023-01-02Update copyright for 2023Bruce Momjian
2022-06-30pgindent run prior to branching v15.Tom Lane
2022-06-15Tweak behavior of psql --single-transaction depending on ON_ERROR_STOPMichael Paquier
2022-06-08Fix portability issue in TAP tests of psql for localesMichael Paquier
2022-06-06Fix psql's single transaction mode on client-side errors with -c/-f switchesMichael Paquier
2022-05-23psql: Update \timing also in case of an errorPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-08Improve frontend error logging style.Tom Lane
2022-04-04psql: Show all query results by defaultPeter Eisentraut
2022-03-31psql: Add tests for \errverbosePeter Eisentraut
2022-03-29psql: Add test for psql behavior on server crashPeter Eisentraut
2022-03-01psql: Additional testsPeter Eisentraut
2022-02-28Improve some psql test codePeter Eisentraut
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-18Fix portability issues in new TAP tests of psqlMichael Paquier
2021-10-12psql: Fix testPeter Eisentraut
2021-10-12psql: Add test for handling of replication commandsPeter Eisentraut
2021-10-12psql: More testsPeter Eisentraut