aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogutils.c
Commit message (Expand)AuthorAge
* Fix outdated commentHeikki Linnakangas2025-03-04
* Change relpath() et al to return path by valueAndres Freund2025-02-25
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Pass correct count to WALRead().Jeff Davis2024-02-16
* Give SMgrRelation pointers a well-defined lifetime.Heikki Linnakangas2024-01-31
* Update copyright for 2024Bruce Momjian2024-01-03
* ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro2023-08-23
* Use ExtendBufferedRelTo() in XLogReadBufferExtended()Andres Freund2023-04-06
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Use the terminology "WAL file" not "log file" more consistently.Tom Lane2022-09-14
* Add more error context to RestoreBlockImage() and consume itMichael Paquier2022-09-09
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* pg_walinspect: fix case where flush LSN is in the middle of a record.Jeff Davis2022-04-30
* Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane2022-04-11
* Add contrib/pg_walinspect.Jeff Davis2022-04-08
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-29
* Revert "Fix replay of create database records on standby"Alvaro Herrera2022-03-29
* Fix replay of create database records on standbyAlvaro Herrera2022-03-25
* Add circular WAL decoding buffer, take II.Thomas Munro2022-03-18
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix incorrect format placeholdersPeter Eisentraut2021-12-29
* Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas2021-11-05
* Remove some unnecessary casts in format argumentsPeter Eisentraut2021-08-08
* Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas2021-07-31
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-08
* Add circular WAL decoding buffer.Thomas Munro2021-04-08
* Remove read_page callback from XLogReader.Thomas Munro2021-04-08
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-24
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Centralize logic for skipping useless ereport/elog calls.Tom Lane2020-11-23
* Fix obsolete comment in xlogutils.c.Peter Geoghegan2020-08-14
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Adjust walsender usage of xlogreader, simplify APIsAlvaro Herrera2020-05-13
* Fix comment in xlogutils.cMichael Paquier2020-05-12
* Rework XLogReader callback systemAlvaro Herrera2020-05-08
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Add GUC ignore_invalid_pages.Fujii Masao2020-01-22