Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix typo in "pg_xlogdump --help" and error message. | Heikki Linnakangas | 2013-02-27 |
| | | | | Fujii Masao and me. | ||
* | Fix some typos and grammatical mistakes | Alvaro Herrera | 2013-02-22 |
| | | | | | | ... as well a update copyrights statements to 2013. Noted by Thom Brown and Peter Geoghegan | ||
* | Fix copy-and-pasteo | Alvaro Herrera | 2013-02-22 |
| | | | | | | Harmless, but it's certainly better like this. Noticed by Andres Freund | ||
* | Add pg_xlogdump contrib program | Alvaro Herrera | 2013-02-22 |
This program relies on rm_desc backend routines and the xlogreader infrastructure to emit human-readable rendering of WAL records. Author: Andres Freund, with many reworks by Álvaro Reviewed (in a much earlier version) by Peter Eisentraut |