aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogreader.c
Commit message (Expand)AuthorAge
* 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
* 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
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Fix thinko in commentAlvaro Herrera2021-01-12
* Update copyright for 2021Bruce Momjian2021-01-02
* Report expected contrecord length on mismatchAlvaro Herrera2020-09-04
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* Immediately WAL-log subtransaction and top-level XID association.Amit Kapila2020-07-20
* Fix crash in WAL sender when starting physical replicationMichael Paquier2020-06-08
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Adjust walsender usage of xlogreader, simplify APIsAlvaro Herrera2020-05-13
* Rework XLogReader callback systemAlvaro Herrera2020-05-08
* Fix XLogReader FD leak that makes backends unusable after 2PC usage.Andres Freund2020-04-07
* Allow walreceiver configuration to change on reloadAlvaro Herrera2020-03-27
* Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas2020-01-26
* Update copyrights for 2020Bruce Momjian2020-01-01
* Refactor WAL file-reading code into WALRead()Alvaro Herrera2019-11-25
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix assertion failure when running pgbench -s.Fujii Masao2019-11-07
* Fix comment in xlogreader.cMichael Paquier2019-09-26
* Rework WAL-reading supporting structsAlvaro Herrera2019-09-24
* Make XLogReaderInvalReadState staticAlvaro Herrera2019-09-03
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Remove superfluous semicolon.Andres Freund2019-07-30
* Provide XLogRecGetFullXid().Thomas Munro2019-07-15
* Unwind some workarounds for lack of portable int64 format specifierPeter Eisentraut2019-07-04
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Add support for partial TOAST decompressionStephen Frost2019-04-02
* Avoid some unnecessary block reads in WAL readerMichael Paquier2019-02-18
* Update copyright for 2019Bruce Momjian2019-01-02