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
/
recovery
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dependency to pageinspect in recovery tests
Michael Paquier
2019-04-19
2
-43
/
+3
*
Don't write to stdin of a test process that could have already exited.
Noah Misch
2019-04-15
1
-1
/
+1
*
Fix SHOW ALL command for non-superusers with replication connection
Michael Paquier
2019-04-15
1
-2
/
+54
*
MSYS: Translate REGRESS_SHLIB to a Windows file name.
Noah Misch
2019-04-14
1
-1
/
+10
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-12
1
-0
/
+200
*
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-05
1
-177
/
+0
*
Make src/test/recovery/t/017_shm.pl safe for concurrent execution.
Noah Misch
2019-04-03
1
-5
/
+28
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-03
1
-0
/
+154
*
Don't propagate PGAPPNAME through pg_ctl in tests
Peter Eisentraut
2019-03-16
1
-1
/
+1
*
Fix race condition in recently-added TAP test for recovery consistency
Michael Paquier
2019-03-14
1
-0
/
+4
*
Add TAP test to check consistency of minimum recovery LSN
Michael Paquier
2019-03-13
2
-1
/
+176
*
Allow recovery tests to run on Windows as an admin user
Andrew Dunstan
2019-03-04
1
-3
/
+8
*
Add TAP tests for 2PC post-commit callbacks of multixacts at recovery
Michael Paquier
2019-02-23
1
-1
/
+55
*
Allow for yet another crash symptom in 013_crash_restart.pl.
Tom Lane
2019-01-26
1
-4
/
+4
*
Change default of recovery_target_timeline to 'latest'
Peter Eisentraut
2019-01-13
3
-25
/
+0
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Raise some timeouts to 180s, in test code.
Noah Misch
2018-12-10
2
-3
/
+3
*
Only allow one recovery target setting
Peter Eisentraut
2018-11-28
1
-27
/
+19
*
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-25
7
-14
/
+12
*
Disallow starting server with insufficient wal_level for existing slot.
Andres Freund
2018-10-31
1
-22
/
+1
*
Add pg_promote function
Michael Paquier
2018-10-25
1
-3
/
+8
*
Fix bogus loop logic in 013_crash_restart test's pump_until subroutine.
Tom Lane
2018-08-12
2
-3
/
+4
*
Remove race-prone hot_standby_feedback test cases in 001_stream_rep.pl.
Tom Lane
2018-07-18
1
-25
/
+1
*
Prevent references to invalid relation pages after fresh promotion
Michael Paquier
2018-07-05
1
-0
/
+87
*
Clarify the README files for the various separate TAP-based test suites.
Tom Lane
2018-06-19
1
-7
/
+9
*
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-27
4
-0
/
+7
*
Restrict vertical tightness to parentheses in Perl code
Andrew Dunstan
2018-05-09
3
-8
/
+16
*
perltidy: Add option --nooutdent-long-comments
Peter Eisentraut
2018-04-27
2
-2
/
+2
*
perltidy: Add option --nooutdent-long-quotes
Peter Eisentraut
2018-04-27
6
-26
/
+29
*
Reindent Perl files with perltidy version 20170521.
Tom Lane
2018-04-25
4
-42
/
+67
*
Don't use an Msys virtual path to create a tablespace
Andrew Dunstan
2018-03-20
1
-1
/
+3
*
Add tests for reinit.c
Peter Eisentraut
2018-03-14
1
-0
/
+82
*
Add installcheck support to more test suites
Peter Eisentraut
2018-01-23
2
-3
/
+10
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
In tests, await an LSN no later than the recovery target.
Noah Misch
2017-12-31
1
-8
/
+7
*
Remove redundant line from Makefile.
Robert Haas
2017-11-16
1
-2
/
+0
*
Try to make crash restart test work on windows.
Andres Freund
2017-10-01
1
-18
/
+10
*
Ten-second timeout in 013_crash_restart.pl is not enough, let's try 60.
Tom Lane
2017-09-23
1
-3
/
+3
*
Expand expected output for recovery test even further.
Andres Freund
2017-09-22
1
-1
/
+1
*
Accept that server might not be able to send error in crash recovery test.
Andres Freund
2017-09-19
1
-24
/
+74
*
Make new crash restart test a bit more robust.
Andres Freund
2017-09-19
1
-13
/
+21
*
Add test for postmaster crash restarts.
Andres Freund
2017-09-18
1
-0
/
+192
*
Fix RecursiveCopy.pm to cope with disappearing files.
Tom Lane
2017-09-11
1
-1
/
+0
*
Fix two-phase commit test for recovery mode
Alvaro Herrera
2017-09-01
1
-0
/
+8
*
Avoid race condition in logical replication test
Simon Riggs
2017-09-01
1
-0
/
+5
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
5
-43
/
+45
*
Simplify fetch-slot-xmins logic in recovery TAP tests.
Tom Lane
2017-08-12
1
-40
/
+25
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
4
-76
/
+76
*
Fix yet another race condition in recovery/t/001_stream_rep.pl.
Tom Lane
2017-08-08
1
-1
/
+7
*
Fix another race-condition-ish issue in recovery/t/001_stream_rep.pl.
Tom Lane
2017-07-05
1
-7
/
+7
[next]