postgresql/src/bin
Heikki Linnakangas 484a848a73 Fix pg_rewind regression failure after "fast promotion"
pg_rewind looks at the control file to determine the server's timeline. If
the standby performs a "fast promotion", the timeline ID in the control
file is not updated until the next checkpoint. The startup process requests
a checkpoint immediately after promotion, so this is unlikely to be an
issue in the real world, but the regression suite ran pg_rewind so quickly
after promotion that the checkpoint had not yet completed.

Reported by Stephen Frost
2015-04-30 21:59:58 -07:00
..
initdb Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
pg_archivecleanup Fix various typos and grammar errors in comments. 2015-04-26 18:42:31 +02:00
pg_basebackup Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
pg_config Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
pg_controldata Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
pg_ctl Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
pg_dump Add transforms feature 2015-04-26 10:33:14 -04:00
pg_resetxlog Introduce replication progress tracking infrastructure. 2015-04-29 19:30:53 +02:00
pg_rewind Fix pg_rewind regression failure after "fast promotion" 2015-04-30 21:59:58 -07:00
pg_test_fsync Move pg_test_fsync from contrib/ to src/bin/ 2015-04-19 22:20:49 -04:00
pg_test_timing Move pg_test_timing from contrib/ to src/bin/ 2015-04-20 21:30:12 -04:00
pg_upgrade Warn about tablespace creation in PGDATA 2015-04-28 17:35:12 -04:00
pg_xlogdump Update .gitignore for new rmgr, changed paths. 2015-04-29 15:53:00 -04:00
pgbench Move pgbench from contrib/ to src/bin/ 2015-04-13 13:07:16 -04:00
pgevent Update copyright for 2015 2015-01-06 11:43:47 -05:00
psql psql: Improve tab completion for ALTER FOREIGN TABLE. 2015-04-29 12:49:10 -04:00
scripts Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
Makefile Move pg_xlogdump from contrib/ to src/bin/ 2015-04-21 19:03:49 -04:00