aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_xlogdump/pg_xlogdump.c
Commit message (Expand)AuthorAge
* Move pg_xlogdump from contrib/ to src/bin/Peter Eisentraut2015-04-21
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Add GUC to enable compression of full page images stored in WAL.Fujii Masao2015-03-11
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix off-by-one in pg_xlogdump's fuzzy_open_file().Andres Freund2015-01-04
* Fix pg_xlogdump's calculation of full-page image data.Heikki Linnakangas2014-12-05
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Improve code around the recently added rm_identify rmgr callback.Andres Freund2014-09-22
* Add the capability to display summary statistics to pg_xlogdump.Andres Freund2014-09-19
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-19
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Use pg_usleep() instead of plain sleep(), to fix Windows buildHeikki Linnakangas2014-03-26
* Add -f/--follow option to pg_xlogdump.Heikki Linnakangas2014-03-26
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix off-by-one in pg_xlogdump -r option.Heikki Linnakangas2013-06-04
* pgindent run for release 9.3Bruce Momjian2013-05-29
* pg_xlogdump: Improve --help outputPeter Eisentraut2013-05-11
* Fix typo in "pg_xlogdump --help" and error message.Heikki Linnakangas2013-02-27
* Fix some typos and grammatical mistakesAlvaro Herrera2013-02-22
* Fix copy-and-pasteoAlvaro Herrera2013-02-22
* Add pg_xlogdump contrib programAlvaro Herrera2013-02-22