summaryrefslogtreecommitdiff
path: root/src/include/access/xlogreader.h
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-08-12Fix a series of typos and outdated referencesDavid Rowley
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-19Fix wal_consistency_checking enhanced desc output.Peter Geoghegan
2023-01-11Remove function declarations from headers for some undefined functionsMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-29Restore pg_pread and friends.Thomas Munro
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-08Fix recovery_prefetch with low maintenance_io_concurrency.Thomas Munro
2022-09-03Fix cache invalidation bug in recovery_prefetch.Thomas Munro
2022-08-04Remove dead pread and pwrite replacement code.Thomas Munro
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-04-11Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane
2022-04-08Add contrib/pg_walinspect.Jeff Davis
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-03-18Add circular WAL decoding buffer, take II.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-04-20Fix under-parenthesized XLogRecHasBlockRef() macro.Tom Lane
2021-04-08Optionally prefetch referenced data in recovery.Thomas Munro
2021-04-08Add circular WAL decoding buffer.Thomas Munro
2021-04-08Remove read_page callback from XLogReader.Thomas Munro
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-03Fix typos.Amit Kapila
2020-07-20Immediately WAL-log subtransaction and top-level XID association.Amit Kapila
2020-06-08Fix crash in WAL sender when starting physical replicationMichael Paquier
2020-05-28Fix some comments in xlogreader.hMichael Paquier
2020-05-13Adjust walsender usage of xlogreader, simplify APIsAlvaro Herrera
2020-05-11Fix obsolete references to "XLogRead"Alvaro Herrera
2020-05-08Rework XLogReader callback systemAlvaro Herrera
2020-01-26Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-25Refactor WAL file-reading code into WALRead()Alvaro Herrera
2019-09-24Rework WAL-reading supporting structsAlvaro Herrera
2019-09-03Make XLogReaderInvalReadState staticAlvaro Herrera
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-07-15Provide XLogRecGetFullXid().Thomas Munro
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-20Improve description of buffer used to store records in WAL readerMichael Paquier
2018-06-30pgindent run prior to branchingAndrew Dunstan
2018-05-04Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas
2018-01-03Update copyright for 2018Bruce Momjian
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian