summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/parsexlog.c
AgeCommit message (Expand)Author
2025-01-01Fix an assortment of spelling mistakes and typosDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-15Avoid deleting critical WAL segments during pg_rewindÁlvaro Herrera
2024-01-04Update copyright for 2024Bruce Momjian
2023-09-26Add some const qualifiersPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-11Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane
2022-04-07Custom WAL Resource Managers.Jeff Davis
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-23pg_upgrade: Upgrade an Assert to a real 'if' testAlvaro Herrera
2022-03-18Add circular WAL decoding buffer, take II.Thomas Munro
2022-02-13Silence minor compiler warnings.Tom Lane
2022-01-19Make logical decoding a part of the rmgr.Jeff Davis
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-22Be more specific about OOM in XLogReaderAllocateAlvaro Herrera
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-04-08Add circular WAL decoding buffer.Thomas Munro
2021-04-08Remove read_page callback from XLogReader.Thomas Munro
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-03Fix pg_rewind bugs when rewinding a standby server.Heikki Linnakangas
2020-11-04Refactor pg_rewind for more clear decision making.Heikki Linnakangas
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-08-17Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.Heikki Linnakangas
2020-07-08code: replace 'master' with 'primary' where appropriate.Andres Freund
2020-06-11Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier
2020-05-08Rework XLogReader callback systemAlvaro Herrera
2020-04-21Fix single-record reads to use restore_command if available in pg_rewindMichael Paquier
2020-04-01Add -c/--restore-target-wal to pg_rewindMichael Paquier
2020-01-26Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-09-24Rework WAL-reading supporting structsAlvaro Herrera
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-07-30Print WAL position correctly in pg_rewind error message.Heikki Linnakangas
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-14Remove pg_rewind's private logging.h/logging.c files.Tom Lane
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-07-17Rework error messages around file handlingMichael Paquier
2018-07-09Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-12Standardize "WAL location" terminologyPeter Eisentraut
2017-02-08Add WAL consistency checking facility.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian