Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-27 | Fix typo in "pg_xlogdump --help" and error message. | Heikki Linnakangas | |
Fujii Masao and me. | |||
2013-02-22 | Fix some typos and grammatical mistakes | Alvaro Herrera | |
... as well a update copyrights statements to 2013. Noted by Thom Brown and Peter Geoghegan | |||
2013-02-22 | Fix copy-and-pasteo | Alvaro Herrera | |
Harmless, but it's certainly better like this. Noticed by Andres Freund | |||
2013-02-22 | Add pg_xlogdump contrib program | Alvaro Herrera | |
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 |