summaryrefslogtreecommitdiff
path: root/contrib/pg_xlogdump
Commit message (Expand)AuthorAgeFilesLines
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-261-3/+1
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-111-1/+1
* Add GUC to enable compression of full page images stored in WAL.Fujii Masao2015-03-111-8/+20
* Move WAL-related definitions from dbcommands.h to separate header file.Heikki Linnakangas2015-03-091-1/+1
* Update copyright for 2015Bruce Momjian2015-01-062-2/+2
* Fix off-by-one in pg_xlogdump's fuzzy_open_file().Andres Freund2015-01-041-5/+5
* pg_xlogdump/.gitignore: add committsdesc.cAlvaro Herrera2014-12-091-0/+1
* Fix pg_xlogdump's calculation of full-page image data.Heikki Linnakangas2014-12-051-3/+18
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-031-0/+1
* Revamp the WAL record format.Heikki Linnakangas2014-11-202-51/+79
* Update pg_xlogdump's .gitignore for brindesc.c.Robert Haas2014-11-071-0/+1
* BRIN: Block Range IndexesAlvaro Herrera2014-11-071-0/+1
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-061-1/+1
* Improve code around the recently added rm_identify rmgr callback.Andres Freund2014-09-221-1/+6
* Add the capability to display summary statistics to pg_xlogdump.Andres Freund2014-09-191-12/+225
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-193-4/+6
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+1
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-142-2/+2
* pgindent run for 9.4Bruce Momjian2014-05-062-2/+2
* Rationalize common/relpath.[hc].Tom Lane2014-04-301-1/+0
* Use pg_usleep() instead of plain sleep(), to fix Windows buildHeikki Linnakangas2014-03-261-1/+1
* Add -f/--follow option to pg_xlogdump.Heikki Linnakangas2014-03-261-3/+28
* Fix compilation of pg_xlogdump, now that rm_safe_restartpoint is no more.Heikki Linnakangas2014-03-181-1/+1
* Update copyright for 2014Bruce Momjian2014-01-072-2/+2
* Remove broken PGXS code for pg_xlogdumpAlvaro Herrera2013-10-011-5/+4
* Fix off-by-one in pg_xlogdump -r option.Heikki Linnakangas2013-06-041-2/+2
* pgindent run for release 9.3Bruce Momjian2013-05-294-12/+12
* pg_xlogdump: Improve --help outputPeter Eisentraut2013-05-111-5/+4
* Fix typo in "pg_xlogdump --help" and error message.Heikki Linnakangas2013-02-271-2/+2
* Add missing .gitignore file.Tom Lane2013-02-261-0/+19
* Clean up "stopgap" implementation of timestamptz_to_str().Tom Lane2013-02-261-7/+12
* Fix build of contrib/pg_xlogdump.Tom Lane2013-02-241-2/+2
* Fix some typos and grammatical mistakesAlvaro Herrera2013-02-222-2/+2
* Fix copy-and-pasteoAlvaro Herrera2013-02-221-1/+1
* Add pg_xlogdump contrib programAlvaro Herrera2013-02-225-0/+894