summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogutils.c
AgeCommit message (Expand)Author
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-30pg_walinspect: fix case where flush LSN is in the middle of a record.Jeff Davis
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-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-03-18Add circular WAL decoding buffer, take II.Thomas Munro
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-01-07Update copyright for 2022Bruce Momjian
2021-12-29Fix incorrect format placeholdersPeter Eisentraut
2021-11-05Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas
2021-08-08Remove some unnecessary casts in format argumentsPeter Eisentraut
2021-07-31Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas
2021-05-10Revert recovery prefetching feature.Thomas Munro
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-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-11-23Centralize logic for skipping useless ereport/elog calls.Tom Lane
2020-08-14Fix obsolete comment in xlogutils.c.Peter Geoghegan
2020-07-08code: replace 'master' with 'primary' where appropriate.Andres Freund
2020-05-13Adjust walsender usage of xlogreader, simplify APIsAlvaro Herrera
2020-05-12Fix comment in xlogutils.cMichael Paquier
2020-05-08Rework XLogReader callback systemAlvaro Herrera
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-01-22Add GUC ignore_invalid_pages.Fujii Masao
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-03Remove XLogFileNameP() from the treeMichael Paquier
2019-11-25Refactor WAL file-reading code into WALRead()Alvaro Herrera
2019-09-24Rework WAL-reading supporting structsAlvaro Herrera
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-06-25Address set of issues with errno handlingMichael Paquier
2018-04-09Further cleanup of client dependencies on src/include/catalog headers.Tom Lane
2018-01-02Update copyright for 2018Bruce Momjian
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-09-23Refactor new file permission handlingPeter Eisentraut
2017-09-19Make WAL segment size configurable at initdb time.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut
2017-04-16Fix typo in commentPeter Eisentraut