index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
t
Commit message (
Expand
)
Author
Age
*
pgindent run prior to branching v15.
Tom Lane
2022-06-30
*
Tweak behavior of psql --single-transaction depending on ON_ERROR_STOP
Michael Paquier
2022-06-15
*
Fix portability issue in TAP tests of psql for locales
Michael Paquier
2022-06-08
*
Fix psql's single transaction mode on client-side errors with -c/-f switches
Michael Paquier
2022-06-06
*
psql: Update \timing also in case of an error
Peter Eisentraut
2022-05-23
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Improve frontend error logging style.
Tom Lane
2022-04-08
*
psql: Show all query results by default
Peter Eisentraut
2022-04-04
*
psql: Add tests for \errverbose
Peter Eisentraut
2022-03-31
*
psql: Add test for psql behavior on server crash
Peter Eisentraut
2022-03-29
*
psql: handle tab completion of timezone names after "SET TIMEZONE TO".
Tom Lane
2022-03-20
*
Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.
Noah Misch
2022-03-04
*
psql: Additional tests
Peter Eisentraut
2022-03-01
*
Improve some psql test code
Peter Eisentraut
2022-02-28
*
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-02-11
*
Further tweaks for psql's new tab-completion logic.
Tom Lane
2022-02-09
*
Improve psql tab-completion tests.
Tom Lane
2022-02-02
*
Treat case of tab-completion keywords a bit more carefully.
Tom Lane
2022-02-01
*
psql: improve tab-complete's handling of variant SQL names.
Tom Lane
2022-01-30
*
Fix psql's tab-completion of enum label values.
Tom Lane
2022-01-16
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Move Perl test modules to a better namespace
Andrew Dunstan
2021-10-24
*
Fix portability issues in new TAP tests of psql
Michael Paquier
2021-10-18
*
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
2021-10-12
*
Add more $Test::Builder::Level in the TAP tests
Michael Paquier
2021-10-12
*
Further fix psql query-cancel test.
Tom Lane
2021-09-06
*
psql: Make cancel test more timing robust
Peter Eisentraut
2021-08-25
*
psql: Improve portability of query cancel test
Peter Eisentraut
2021-08-22
*
psql: Add test for query canceling
Peter Eisentraut
2021-08-20
*
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-07-29
*
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-05-07
*
Improve psql's tab completion for filenames.
Tom Lane
2020-01-23
*
Skip tab-completion tests if envar SKIP_READLINE_TESTS is defined.
Tom Lane
2020-01-09
*
Minor style improvements for tab-completion test.
Tom Lane
2020-01-05
*
Avoid reading ~/.inputrc in tab-completion test, and revert other changes.
Tom Lane
2020-01-04
*
Don't try to force TERM to a fixed value in tab-completion test.
Tom Lane
2020-01-04
*
In tab-completion test, print out the value of TERM before changing it.
Tom Lane
2020-01-04
*
Make tab-completion tests more robust.
Tom Lane
2020-01-04
*
Further fixes for tab-completion TAP tests.
Tom Lane
2020-01-03
*
Minor portability fixes for new TAP script.
Tom Lane
2020-01-02
*
Add basic TAP tests for psql's tab-completion logic.
Tom Lane
2020-01-02