summaryrefslogtreecommitdiff
path: root/contrib/pg_xlogdump
AgeCommit message (Expand)Author
2015-04-21Move pg_xlogdump from contrib/ to src/bin/Peter Eisentraut
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-03-11Add GUC to enable compression of full page images stored in WAL.Fujii Masao
2015-03-09Move WAL-related definitions from dbcommands.h to separate header file.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-04Fix off-by-one in pg_xlogdump's fuzzy_open_file().Andres Freund
2014-12-09pg_xlogdump/.gitignore: add committsdesc.cAlvaro Herrera
2014-12-05Fix pg_xlogdump's calculation of full-page image data.Heikki Linnakangas
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-07Update pg_xlogdump's .gitignore for brindesc.c.Robert Haas
2014-11-07BRIN: Block Range IndexesAlvaro Herrera
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-09-22Improve code around the recently added rm_identify rmgr callback.Andres Freund
2014-09-19Add the capability to display summary statistics to pg_xlogdump.Andres Freund
2014-09-19Add rmgr callback to name xlog record types for display purposes.Andres Freund
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-06-14Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-30Rationalize common/relpath.[hc].Tom Lane
2014-03-26Use pg_usleep() instead of plain sleep(), to fix Windows buildHeikki Linnakangas
2014-03-26Add -f/--follow option to pg_xlogdump.Heikki Linnakangas
2014-03-18Fix compilation of pg_xlogdump, now that rm_safe_restartpoint is no more.Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-01Remove broken PGXS code for pg_xlogdumpAlvaro Herrera
2013-06-04Fix off-by-one in pg_xlogdump -r option.Heikki Linnakangas
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-12pg_xlogdump: Improve --help outputPeter Eisentraut
2013-02-27Fix typo in "pg_xlogdump --help" and error message.Heikki Linnakangas
2013-02-26Add missing .gitignore file.Tom Lane
2013-02-26Clean up "stopgap" implementation of timestamptz_to_str().Tom Lane
2013-02-24Fix build of contrib/pg_xlogdump.Tom Lane
2013-02-22Fix some typos and grammatical mistakesAlvaro Herrera
2013-02-22Fix copy-and-pasteoAlvaro Herrera
2013-02-22Add pg_xlogdump contrib programAlvaro Herrera