Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename user-facing tools with "xlog" in the name to say "wal". | Robert Haas | 2017-02-09 |
| | | | | | This means pg_receivexlog because pg_receivewal, pg_resetxlog becomes pg_resetwal, and pg_xlogdump becomes pg_waldump. | ||
* | Update copyright via script for 2017 | Bruce Momjian | 2017-01-03 |
| | |||
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
| | | | | Backpatch certain files through 9.1 | ||
* | Move pg_xlogdump from contrib/ to src/bin/ | Peter Eisentraut | 2015-04-21 |
Reviewed-by: Michael Paquier <michael.paquier@gmail.com> |