aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogreader.c
Commit message (Expand)AuthorAge
* Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut2025-03-29
* Re-add GUC track_wal_io_timingMichael Paquier2025-02-26
* Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier2025-02-24
* Remove unnecessary (char *) casts [mem]Peter Eisentraut2025-02-12
* Add data for WAL in pg_stat_io and backend statisticsMichael Paquier2025-02-04
* Merge copies of converting an XID to a FullTransactionId.Noah Misch2025-01-25
* Update copyright for 2025Bruce Momjian2025-01-01
* Fix a series of typos and outdated referencesDavid Rowley2024-08-12
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Read WAL directly from WAL buffers.Jeff Davis2024-02-12
* Update copyright for 2024Bruce Momjian2024-01-03
* Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas2023-12-08
* Fix potential pointer overflow in xlogreader.c.Thomas Munro2023-12-08
* Remove duplicate words in docs and code comments.Amit Kapila2023-10-09
* Fail hard on out-of-memory failures in xlogreader.cMichael Paquier2023-10-03
* Fix edge-case for xl_tot_len broken by bae868ca.Thomas Munro2023-09-26
* Don't trust unvalidated xl_tot_len.Thomas Munro2023-09-23
* Silence "missing contrecord" error.Thomas Munro2023-07-03
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix typos in commentsMichael Paquier2023-05-02
* Make some xlogreader messages more accuratePeter Eisentraut2023-03-02
* Update copyright for 2023Bruce Momjian2023-01-02
* Add LSN location in some error messages related to WAL pagesMichael Paquier2022-12-05
* Simplify some maths in xlogreader.cMichael Paquier2022-10-12
* Restore pg_pread and friends.Thomas Munro2022-09-29
* Message style improvementsPeter Eisentraut2022-09-24
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* 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
* Fix recovery_prefetch with low maintenance_io_concurrency.Thomas Munro2022-09-08
* Fix cache invalidation bug in recovery_prefetch.Thomas Munro2022-09-03
* Adjust assertion in XLogDecodeNextRecord.Robert Haas2022-08-18
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-05
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane2022-04-11
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Add contrib/pg_walinspect.Jeff Davis2022-04-08
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* Fix warning introduced in 5c279a6d350.Jeff Davis2022-04-07
* Custom WAL Resource Managers.Jeff Davis2022-04-06
* Add circular WAL decoding buffer, take II.Thomas Munro2022-03-18
* Add support for zstd with compression of full-page writes in WALMichael Paquier2022-03-11
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix determination of broken LSN in OVERWRITTEN_CONTRECORDAlvaro Herrera2021-11-26
* Fix typos in commentsDaniel Gustafsson2021-10-27
* Fix WAL replay in presence of an incomplete recordAlvaro Herrera2021-09-29
* Add forgotten LSN_FORMAT_ARGS() in xlogreader.cMichael Paquier2021-07-09
* Add support for LZ4 with compression of full-page writes in WALMichael Paquier2021-06-29
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Add some forgotten LSN_FORMAT_ARGS() in xlogreader.cMichael Paquier2021-04-24