index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_rewind
/
t
/
002_databases.pl
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-06-13
Skip some permissions checks on Cygwin
Andrew Dunstan
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-02-11
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-10-24
Move Perl test modules to a better namespace
Andrew Dunstan
2021-05-07
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2020-07-08
tap tests: replace 'master' with 'primary'.
Andres Freund
2019-09-30
pg_rewind: test new --write-recovery-conf functionality
Alvaro Herrera
2019-05-22
Initial pgperltidy run for v12.
Tom Lane
2019-03-18
Fix pg_rewind when rewinding new database with tables included
Michael Paquier
2019-02-07
Fix searchpath and module location for pg_rewind and ssl TAP tests
Andrew Dunstan
2018-05-27
Don't fall off the end of perl functions
Andrew Dunstan
2018-04-25
Reindent Perl files with perltidy version 20170521.
Tom Lane
2018-04-07
Allow group access on PGDATA
Stephen Frost
2017-09-05
Support retaining data dirs on successful TAP tests
Peter Eisentraut
2015-12-24
Remove unnecessary row ordering dependency in pg_rewind test suite.
Tom Lane
2015-08-03
Fix pg_rewind when pg_xlog is a symlink.
Heikki Linnakangas
2015-07-09
Improve logging of TAP tests.
Heikki Linnakangas
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-04-15
Shut down test servers after pg_rewind regression tests.
Heikki Linnakangas
2015-04-13
Refactor and fix TAP tests of pg_rewind
Heikki Linnakangas
2015-03-23
Add pg_rewind, for re-synchronizing a master server after failback.
Heikki Linnakangas