aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_xlogdump/pg_xlogdump.c
Commit message (Collapse)AuthorAge
* Fix typo in "pg_xlogdump --help" and error message.Heikki Linnakangas2013-02-27
| | | | Fujii Masao and me.
* Fix some typos and grammatical mistakesAlvaro Herrera2013-02-22
| | | | | | ... as well a update copyrights statements to 2013. Noted by Thom Brown and Peter Geoghegan
* Fix copy-and-pasteoAlvaro Herrera2013-02-22
| | | | | | Harmless, but it's certainly better like this. Noticed by Andres Freund
* Add pg_xlogdump contrib programAlvaro Herrera2013-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