Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Minor cleanup of pg_rewind. | Heikki Linnakangas | 2015-04-15 |
| | | | | | | | | | | Update comments and function names to use the terms "source" and "target" consistently. Some places were calling them remote and local instead, which was confusing. Fix incorrect comment in extractPageInfo on database creation record - it was wrong on what happens for databases created in the target that don't exist in source. | ||
* | Add pg_rewind, for re-synchronizing a master server after failback. | Heikki Linnakangas | 2015-03-23 |
Earlier versions of this tool were available (and still are) on github. Thanks to Michael Paquier, Alvaro Herrera, Peter Eisentraut, Amit Kapila, and Satoshi Nagayasu for review. |