aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_waldump/pg_waldump.c
Commit message (Expand)AuthorAge
* pg_waldump: Fix bug in per-record statistics.Fujii Masao2021-03-23
* Adjust walsender usage of xlogreader, simplify APIsAlvaro Herrera2020-05-13
* Rework XLogReader callback systemAlvaro Herrera2020-05-08
* pg_waldump: Don't call XLogDumpDisplayStats() if -q is specified.Robert Haas2020-04-03
* pg_waldump: Add a --quiet option.Robert Haas2020-04-02
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-28
* Refer to bug report address by symbol rather than hardcodingPeter Eisentraut2020-02-28
* Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas2020-01-26
* Update copyrights for 2020Bruce Momjian2020-01-01
* Replace use of strerror() with %s by %m in pg_waldumpMichael Paquier2019-12-24
* Offer pnstrdup to frontend codeAlvaro Herrera2019-12-04
* Refactor WAL file-reading code into WALRead()Alvaro Herrera2019-11-25
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Make StringInfo available to frontend code.Andres Freund2019-11-05
* pg_waldump: Fix --bkp-details to not issue spurious newlines for FPWs.Andres Freund2019-10-29
* pg_waldump: Fix small memory leak when rmgr->rm_identify returns NULL.Andres Freund2019-10-29
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Rework WAL-reading supporting structsAlvaro Herrera2019-09-24
* pg_waldump: Fix invalid option handlingPeter Eisentraut2019-06-06
* Initial pgindent run for v12.Tom Lane2019-05-22
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* Fix set of issues with memory-allocation system calls in frontend codeMichael Paquier2019-05-04
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Rework error messages around file handlingMichael Paquier2018-07-18
* Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera2018-07-09
* Message wording and pluralization improvementsPeter Eisentraut2018-05-17
* Update copyright for 2018Bruce Momjian2018-01-02
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Message translatability fixesPeter Eisentraut2017-08-25
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Fix record length computation in pg_waldump/xlogdump.Andres Freund2017-06-05
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Revert changes to pg_basebackup and pg_waldump usage() code.Tom Lane2017-05-17
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-16
* Standardize "WAL location" terminologyPeter Eisentraut2017-05-12
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-12
* Remove trailing spaces in some outputPeter Eisentraut2017-04-13
* Use American English in error messagePeter Eisentraut2017-04-05
* pg_waldump: Remove extra newline in error messagePeter Eisentraut2017-03-08
* Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas2017-02-09