index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_waldump
/
pg_waldump.c
Commit message (
Expand
)
Author
Age
*
pg_waldump: Fix bug in per-record statistics.
Fujii Masao
2021-03-23
*
Adjust walsender usage of xlogreader, simplify APIs
Alvaro Herrera
2020-05-13
*
Rework XLogReader callback system
Alvaro Herrera
2020-05-08
*
pg_waldump: Don't call XLogDumpDisplayStats() if -q is specified.
Robert Haas
2020-04-03
*
pg_waldump: Add a --quiet option.
Robert Haas
2020-04-02
*
Add PostgreSQL home page to --help output
Peter Eisentraut
2020-02-28
*
Refer to bug report address by symbol rather than hardcoding
Peter Eisentraut
2020-02-28
*
Refactor XLogReadRecord(), adding XLogBeginRead() function.
Heikki Linnakangas
2020-01-26
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Replace use of strerror() with %s by %m in pg_waldump
Michael Paquier
2019-12-24
*
Offer pnstrdup to frontend code
Alvaro Herrera
2019-12-04
*
Refactor WAL file-reading code into WALRead()
Alvaro Herrera
2019-11-25
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
*
Make StringInfo available to frontend code.
Andres Freund
2019-11-05
*
pg_waldump: Fix --bkp-details to not issue spurious newlines for FPWs.
Andres Freund
2019-10-29
*
pg_waldump: Fix small memory leak when rmgr->rm_identify returns NULL.
Andres Freund
2019-10-29
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Rework WAL-reading supporting structs
Alvaro Herrera
2019-09-24
*
pg_waldump: Fix invalid option handling
Peter Eisentraut
2019-06-06
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
*
Fix set of issues with memory-allocation system calls in frontend code
Michael Paquier
2019-05-04
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Rework error messages around file handling
Michael Paquier
2018-07-18
*
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-09
*
Message wording and pluralization improvements
Peter Eisentraut
2018-05-17
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Message translatability fixes
Peter Eisentraut
2017-08-25
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Fix record length computation in pg_waldump/xlogdump.
Andres Freund
2017-06-05
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Revert changes to pg_basebackup and pg_waldump usage() code.
Tom Lane
2017-05-17
*
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-16
*
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
*
Remove trailing spaces in some output
Peter Eisentraut
2017-04-13
*
Use American English in error message
Peter Eisentraut
2017-04-05
*
pg_waldump: Remove extra newline in error message
Peter Eisentraut
2017-03-08
*
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09