index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
perl
/
PostgresNode.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Perl test modules to a better namespace
Andrew Dunstan
2021-10-24
1
-2811
/
+0
*
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-23
1
-0
/
+134
*
Fix PostgresNode install_path sanity tests that fail on Windows
Andrew Dunstan
2021-10-15
1
-2
/
+3
*
Add PostgresNode::command_fails_like()
Michael Paquier
2021-09-01
1
-0
/
+20
*
Add a getter function for a PostgresNode install_path
Andrew Dunstan
2021-07-29
1
-0
/
+14
*
Remove the last vestiges of Exporter from PostgresNode
Andrew Dunstan
2021-07-29
1
-8
/
+6
*
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-07-29
1
-53
/
+27
*
Add adjust_conf method to PostgresNode
Andrew Dunstan
2021-07-29
1
-1
/
+48
*
Add -w back to the flags for pg_ctl (re)start in PostgresNode
Andrew Dunstan
2021-07-29
1
-2
/
+6
*
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-28
1
-2
/
+2
*
Restore robustness of TAP tests that wait for postmaster restart.
Tom Lane
2021-06-12
1
-3
/
+3
*
In PostgresNode.pm, don't pass SQL to psql on the command line
Andrew Dunstan
2021-06-03
1
-2
/
+3
*
Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.
Noah Misch
2021-05-31
1
-4
/
+4
*
Use a more portable way to get the version string in PostgresNode
Andrew Dunstan
2021-05-20
1
-4
/
+2
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-68
/
+71
*
Remove extraneous newlines added by perl copyright patch
Andrew Dunstan
2021-05-07
1
-1
/
+0
*
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-05-07
1
-0
/
+3
*
Make PostgresNode version aware
Andrew Dunstan
2021-04-22
1
-0
/
+56
*
fix silly perl error in commit d064afc720
Andrew Dunstan
2021-04-21
1
-2
/
+1
*
Only ever test for non-127.0.0.1 addresses on Windows in PostgresNode
Andrew Dunstan
2021-04-21
1
-9
/
+12
*
Avoid unfortunate IPC::Run path caching in PostgresNode
Andrew Dunstan
2021-04-20
1
-5
/
+31
*
Allow TestLib::slurp_file to skip contents, and use as needed
Andrew Dunstan
2021-04-16
1
-37
/
+9
*
Fix some failures with connection tests on Windows hosts
Michael Paquier
2021-04-08
1
-2
/
+22
*
Add some information about authenticated identity via log_connections
Michael Paquier
2021-04-07
1
-0
/
+77
*
Change PostgresNode::connect_fails() to never send down queries
Michael Paquier
2021-04-06
1
-1
/
+1
*
Refactor all TAP test suites doing connection checks
Michael Paquier
2021-04-05
1
-12
/
+59
*
Move some client-specific routines from SSLServer to PostgresNode
Michael Paquier
2021-04-01
1
-8
/
+64
*
Allow for installation-aware instances of PostgresNode
Andrew Dunstan
2021-03-24
1
-31
/
+138
*
Add end-to-end testing of pg_basebackup's tar-format output.
Tom Lane
2021-03-17
1
-6
/
+28
*
Use HASH_BLOBS for xidhash.
Noah Misch
2020-12-12
1
-0
/
+87
*
Correct behavior descriptions in comments, and correct a test name.
Noah Misch
2020-12-12
1
-1
/
+1
*
Use fast checkpoint in PostgresNode::backup()
Alvaro Herrera
2020-10-21
1
-2
/
+4
*
Put back explicit setting of replication values within TAP tests.
Tom Lane
2020-10-01
1
-1
/
+4
*
Remove obsolete replication settings within TAP tests.
Tom Lane
2020-09-29
1
-3
/
+2
*
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
1
-4
/
+2
*
Further tighten Windows CRLF conversion in our TAP test scripts.
Tom Lane
2020-07-09
1
-6
/
+10
*
Tighten up Windows CRLF conversion in our TAP test scripts.
Tom Lane
2020-07-08
1
-7
/
+6
*
tap tests: replace 'master' with 'primary'.
Andres Freund
2020-07-08
1
-7
/
+7
*
Fix walsender error cleanup code
Alvaro Herrera
2020-05-15
1
-2
/
+15
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-2
/
+3
*
Allow using Unix-domain sockets on Windows in tests
Peter Eisentraut
2020-03-30
1
-2
/
+2
*
When a TAP file has non-zero exit status, retain temporary directories.
Noah Misch
2020-02-05
1
-16
/
+1
*
Fail if recovery target is not reached
Peter Eisentraut
2020-01-29
1
-3
/
+30
*
Add basic TAP tests for psql's tab-completion logic.
Tom Lane
2020-01-02
1
-0
/
+67
*
Avoid picking already-bound TCP ports in kerberos and ldap test suites.
Tom Lane
2019-08-04
1
-46
/
+84
*
Consolidate methods for translating a Perl path to a Windows path.
Noah Misch
2019-06-21
1
-11
/
+2
*
Honor TEMP_CONFIG in TAP suites.
Noah Misch
2019-05-11
1
-1
/
+12
*
Probe only 127.0.0.1 when looking for ports on Unix.
Thomas Munro
2019-05-08
1
-3
/
+4
*
Test both 0.0.0.0 and 127.0.0.x addresses to find a usable port.
Noah Misch
2019-04-14
1
-21
/
+41
*
Switch TAP tests of pg_rewind to use non-superuser role, take two
Michael Paquier
2019-04-14
1
-1
/
+2
[next]