aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl
Commit message (Expand)AuthorAge
* Ignore more environment variables in pg_regress.cMichael Paquier2021-06-13
* Restore robustness of TAP tests that wait for postmaster restart.Tom Lane2021-06-12
* Remove PGSSLCRLDIR from the list of variables ignored in TAP testsMichael Paquier2021-06-12
* Allow PostgresNode.pm's backup method to accept backup_options.Robert Haas2021-06-09
* In PostgresNode.pm, don't pass SQL to psql on the command lineAndrew Dunstan2021-06-03
* Ignore more environment variables in TAP testsMichael Paquier2021-06-03
* Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.Noah Misch2021-05-31
* fix silly perl error in commit d064afc720Andrew Dunstan2021-04-21
* Only ever test for non-127.0.0.1 addresses on Windows in PostgresNodeAndrew Dunstan2021-04-21
* Allow TestLib::slurp_file to skip contents, and use as neededAndrew Dunstan2021-04-16
* Use fast checkpoint in PostgresNode::backup()Alvaro Herrera2020-10-21
* Put back explicit setting of replication values within TAP tests.Tom Lane2020-10-01
* Remove obsolete replication settings within TAP tests.Tom Lane2020-09-29
* Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane2020-07-09
* Fix walsender error cleanup codeAlvaro Herrera2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Use perl warnings pragma consistentlyAndrew Dunstan2020-04-13
* Allow using Unix-domain sockets on Windows in testsPeter Eisentraut2020-03-30
* When a TAP file has non-zero exit status, retain temporary directories.Noah Misch2020-02-05
* Fail if recovery target is not reachedPeter Eisentraut2020-01-29
* Add basic TAP tests for psql's tab-completion logic.Tom Lane2020-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert commits 290acac92b and 8a7e9e9dad.Amit Kapila2019-11-30
* Move pump_until to TestLib.pm.Amit Kapila2019-11-28
* Don't use native methods in TestLib::slurp_file on MsysAndrew Dunstan2019-11-27
* Revert "Close stdin where it's not needed in TestLib.pm procedures"Andrew Dunstan2019-11-27
* Fix closing stdin in TestLib.pmAndrew Dunstan2019-11-26
* Close stdin where it's not needed in TestLib.pm proceduresAndrew Dunstan2019-11-25
* Use native methods to open input in TestLib::slurp_file on Windows.Andrew Dunstan2019-11-24
* Suppress another CR in program outputAndrew Dunstan2019-09-30
* Add POD documentation to TestLib.pmAlvaro Herrera2019-09-02
* Avoid picking already-bound TCP ports in kerberos and ldap test suites.Tom Lane2019-08-04
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Consolidate methods for translating a Perl path to a Windows path.Noah Misch2019-06-21
* Initial pgperltidy run for v12.Tom Lane2019-05-22
* Honor TEMP_CONFIG in TAP suites.Noah Misch2019-05-11
* Probe only 127.0.0.1 when looking for ports on Unix.Thomas Munro2019-05-08
* Test both 0.0.0.0 and 127.0.0.x addresses to find a usable port.Noah Misch2019-04-14
* Switch TAP tests of pg_rewind to use non-superuser role, take twoMichael Paquier2019-04-14
* When Perl "kill(9, ...)" fails, try "pg_ctl kill".Noah Misch2019-04-13
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Consistently test for in-use shared memory.Noah Misch2019-04-03
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Don't propagate PGAPPNAME through pg_ctl in testsPeter Eisentraut2019-03-16
* Add TAP test to check consistency of minimum recovery LSNMichael Paquier2019-03-13
* Set cluster_name for PostgresNode.pm instancesPeter Eisentraut2019-02-27
* Update copyright for 2019Bruce Momjian2019-01-02
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* Make PostgresNode.pm's poll_query_until() more chatty about failures.Tom Lane2018-10-16