]> granicus.if.org Git - postgresql/history - src/test/perl
Avoid using potentially-under-aligned page buffers.
[postgresql] / src / test / perl /
2018-09-01 Alexander KorotkovImplement "pg_ctl logrotate" command
2018-07-12 Michael PaquierMake logical WAL sender report streaming state appropri...
2018-07-01 Peter EisentrautUse $Test::Builder::Level in TAP test functions
2018-06-29 Michael PaquierReplace search.cpan.org with metacpan.org
2018-06-27 Peter EisentrautFix whitespace
2018-05-27 Andrew DunstanDon't fall off the end of perl functions
2018-05-09 Andrew DunstanRestrict vertical tightness to parentheses in Perl...
2018-05-07 Tom LaneUndo extra chattiness of postmaster logs in TAP tests.
2018-04-27 Peter Eisentrautperltidy: Add option --nooutdent-long-comments
2018-04-27 Peter Eisentrautperltidy: Add option --nooutdent-long-quotes
2018-04-25 Tom LaneReindent Perl files with perltidy version 20170521.
2018-04-09 Magnus HaganderSilence some warnings in TAP tests
2018-04-07 Stephen FrostAllow group access on PGDATA
2018-04-07 Stephen FrostRefactor dir/file permissions
2018-03-19 Andrew DunstanDon't use an Msys virtual path to create a tablespace
2018-03-06 Peter EisentrautRaise Test::More version requirement
2018-02-24 Peter EisentrautUse croak instead of die in Perl code when appropriate
2018-01-11 Peter EisentrautRefactor subscription tests to use PostgresNode's wait_...
2018-01-09 Peter EisentrautFix ssl tests for when tls-server-end-point is not...
2018-01-06 Simon RiggsAdd TIMELINE to backup_label file
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-21 Tom LaneAvoid putting build-location-dependent strings into...
2017-12-16 Noah MischAvoid and detect SIGPIPE race in TAP tests.
2017-11-02 Peter EisentrautRemove wal_keep_segments from default configuration...
2017-09-26 Peter EisentrautTurn on log_replication_commands in PostgresNode
2017-09-12 Tom LaneFix RecursiveCopy.pm to cope with disappearing files.
2017-09-08 Tom LaneFix more portability issues in new pgbench TAP tests.
2017-09-08 Tom LaneAdd much-more-extensive TAP tests for pgbench.
2017-09-05 Peter EisentrautSupport retaining data dirs on successful TAP tests
2017-08-14 Tom LaneFinal pgindent + perltidy run for v10.
2017-07-27 Andrew DunstanWork around Msys weakness in Testlib.pm's command_like()
2017-07-25 Alvaro HerreraMake PostgresNode easily subclassable
2017-07-17 Andrew DunstanImprove legibility of numeric literal
2017-07-17 Andrew DunstanUse usleep instead of select for timeouts in PostgresNo...
2017-07-02 Tom LaneFix bug in PostgresNode::query_hash's split() call.
2017-07-02 Tom LaneImprove TAP test function PostgresNode::poll_query_until().
2017-07-01 Tom LaneClean up misuse and nonuse of poll_query_until().
2017-06-26 Tom LaneReduce wal_retrieve_retry_interval in applicable TAP...
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgperltidy run
2017-05-12 Peter EisentrautReplace "transaction log" with "write-ahead log"
2017-05-11 Tom LaneRename WAL-related functions and views to use "lsn...
2017-04-23 Andrew DunstanFix TAP infrastructure to support Mingw better
2017-04-22 Tom LaneMake PostgresNode.pm check server status more carefully.
2017-04-22 Tom LaneMake PostgresNode::append_conf append a newline automat...
2017-04-22 Andrew DunstanRequire sufficiently modern version of Test::More for...
2017-04-04 Stephen FrostRemove --verbose from PROVE_FLAGS
2017-03-27 Peter EisentrautChange default of log_directory to 'log'
2017-03-27 Peter EisentrautClean up Perl code according to perlcritic
2017-03-21 Simon RiggsAdd a pg_recvlogical wrapper to PostgresNode
2017-03-09 Peter EisentrautEnable replication connections by default in pg_hba...
2017-03-01 Peter EisentrautFix timeouts in PostgresNode::psql
2017-02-09 Robert HaasRemove all references to "xlog" from SQL-callable funct...
2017-01-20 Peter EisentrautLogical replication
2017-01-14 Magnus HaganderChange default values for backup and replication parameters
2017-01-14 Peter Eisentrautpg_ctl: Change default to wait for all actions
2017-01-12 Peter EisentrautFix mistake in comment
2017-01-05 Simon RiggsFix format for TAP test docs
2017-01-04 Simon RiggsAllow PostgresNode.pm tests to wait for catchup
2017-01-04 Magnus HaganderMake wal streaming the default mode for pg_basebackup
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-04 Noah MischDocument recipe for testing compatibility with old...
2016-11-14 Peter EisentrautAllow individual TAP tests to be run via PROVE_TESTS
2016-11-08 Noah MischChange qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.
2016-10-19 Peter EisentrautUse pg_ctl promote -w in TAP tests
2016-10-19 Peter Eisentrautinitdb pg_basebackup: Rename --noxxx options to --no-xxx
2016-10-05 Robert HaasUpdate obsolete comments and perldoc.
2016-10-01 Peter EisentrautSet log_line_prefix and application name in test drivers
2016-09-29 Peter EisentrautSwitch pg_basebackup commands in Postgres.pm to use...
2016-09-23 Tom LaneInstall TAP test infrastructure so it's available for...
2016-09-22 Peter EisentrautAdd tests for various connection string issues
2016-09-21 Peter Eisentrautpg_ctl: Add tests for promote action
2016-09-21 Peter EisentrautMake command_like output more compact
2016-08-15 Tom LaneFinal pgindent + perltidy run for 9.6.
2016-07-26 Fujii MasaoFix improper example of using psql() function in TAP...
2016-07-25 Alvaro HerreraGive recovery tests more time to finish
2016-07-09 Tom LaneFix TAP tests and MSVC scripts for pathnames with spaces.
2016-06-12 Noah MischFinish pgindent run for 9.6: Perl files.
2016-04-26 Tom LaneFix order of shutdown cleanup operations in PostgresNod...
2016-04-25 Tom LaneTry harder to detect a port conflict in PostgresNode.pm.
2016-04-24 Tom LaneImprove PostgresNode.pm's logic for detecting already...
2016-04-08 Fujii MasaoAdd regression tests for multiple synchronous standbys.
2016-04-02 Noah MischCopyedit comments and documentation.
2016-03-28 Alvaro HerreraPostgresNode: initialize $timed_out if passed
2016-03-18 Peter EisentrautMerge wal_level "archive" and "hot_standby" into new...
2016-03-09 Alvaro HerreraPostgresNode: add backup_fs_hot and backup_fs_cold
2016-03-09 Alvaro HerreraAdd filter capability to RecursiveCopy::copypath
2016-03-03 Alvaro HerreraRework PostgresNode's psql method
2016-03-03 Alvaro Herreraperltidy PostgresNode and SimpleTee
2016-03-02 Alvaro HerreraPrefix temp data dirs with the node name
2016-03-02 Tom LaneFix TAP tests for older Perls.
2016-03-01 Alvaro HerreraTAP tests: retain temp dirs on test failure
2016-02-26 Alvaro HerreraApply last revision of recovery patch
2016-02-26 Alvaro HerreraAdd a test framework for recovery
2016-02-26 Alvaro HerreraMove some code from RewindTest into PostgresNode
2016-02-26 Alvaro HerreraAdd POD docs to PostgresNode
2016-02-11 Noah MischIn pg_rewind test suite, triple promote timeout to...
2016-01-20 Alvaro HerreraPostgresNode: Add names to nodes
2015-12-08 Tom LaneAvoid odd portability problem in TestLib.pm's slurp_fil...
2015-12-08 Robert Haaspsql: Support multiple -c and -f options, and allow...
2015-12-07 Alvaro HerreraPostgresNode: wrap correctly around port number range end
next