aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_xlogdump/compat.c
Commit message (Collapse)AuthorAge
* Move pg_xlogdump from contrib/ to src/bin/Peter Eisentraut2015-04-21
| | | | Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
* Update copyright for 2015Bruce Momjian2015-01-06
| | | | Backpatch certain files through 9.0
* pgindent run for 9.4Bruce Momjian2014-05-06
| | | | | This includes removing tabs after periods in C comments, which was applied to back branches, so this change should not effect backpatching.
* Update copyright for 2014Bruce Momjian2014-01-07
| | | | | Update all files in head, and files COPYRIGHT and legal.sgml in all back branches.
* pgindent run for release 9.3Bruce Momjian2013-05-29
| | | | | This is the first run of the Perl-based pgindent script. Also update pgindent instructions.
* Clean up "stopgap" implementation of timestamptz_to_str().Tom Lane2013-02-26
| | | | | | | Use correct type for "result", fix bogus strftime argument, don't use unnecessary static variables, improve comments. Andres Freund and Tom Lane
* Fix some typos and grammatical mistakesAlvaro Herrera2013-02-22
| | | | | | ... as well a update copyrights statements to 2013. Noted by Thom Brown and Peter Geoghegan
* 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