index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_xlogdump
Age
Commit message (
Expand
)
Author
2015-04-21
Move pg_xlogdump from contrib/ to src/bin/
Peter Eisentraut
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-09
Move WAL-related definitions from dbcommands.h to separate header file.
Heikki Linnakangas
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-04
Fix off-by-one in pg_xlogdump's fuzzy_open_file().
Andres Freund
2014-12-09
pg_xlogdump/.gitignore: add committsdesc.c
Alvaro Herrera
2014-12-05
Fix pg_xlogdump's calculation of full-page image data.
Heikki Linnakangas
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-07
Update pg_xlogdump's .gitignore for brindesc.c.
Robert Haas
2014-11-07
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-09-22
Improve code around the recently added rm_identify rmgr callback.
Andres Freund
2014-09-19
Add the capability to display summary statistics to pg_xlogdump.
Andres Freund
2014-09-19
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-06-14
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-30
Rationalize common/relpath.[hc].
Tom Lane
2014-03-26
Use pg_usleep() instead of plain sleep(), to fix Windows build
Heikki Linnakangas
2014-03-26
Add -f/--follow option to pg_xlogdump.
Heikki Linnakangas
2014-03-18
Fix compilation of pg_xlogdump, now that rm_safe_restartpoint is no more.
Heikki Linnakangas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-10-01
Remove broken PGXS code for pg_xlogdump
Alvaro Herrera
2013-06-04
Fix off-by-one in pg_xlogdump -r option.
Heikki Linnakangas
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-12
pg_xlogdump: Improve --help output
Peter Eisentraut
2013-02-27
Fix typo in "pg_xlogdump --help" and error message.
Heikki Linnakangas
2013-02-26
Add missing .gitignore file.
Tom Lane
2013-02-26
Clean up "stopgap" implementation of timestamptz_to_str().
Tom Lane
2013-02-24
Fix build of contrib/pg_xlogdump.
Tom Lane
2013-02-22
Fix some typos and grammatical mistakes
Alvaro Herrera
2013-02-22
Fix copy-and-pasteo
Alvaro Herrera
2013-02-22
Add pg_xlogdump contrib program
Alvaro Herrera