Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-09-29 | Fix WAL replay in presence of an incomplete record | Alvaro Herrera | 13.5 |
| 2020-06-08 | Fix crash in WAL sender when starting physical replication | Michael Paquier | 13.0 |
| 2020-05-28 | Fix some comments in xlogreader.h | Michael Paquier | 13.0 |
| 2020-05-13 | Adjust walsender usage of xlogreader, simplify APIs | Alvaro Herrera | 13.0 |
| 2020-05-11 | Fix obsolete references to "XLogRead" | Alvaro Herrera | 13.0 |
| 2020-05-08 | Rework XLogReader callback system | Alvaro Herrera | 13.0 |
| 2020-01-26 | Refactor XLogReadRecord(), adding XLogBeginRead() function. | Heikki Linnakangas | 13.0 |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian | 13.0 |
| 2019-11-25 | Refactor WAL file-reading code into WALRead() | Alvaro Herrera | 13.0 |
| 2019-09-24 | Rework WAL-reading supporting structs | Alvaro Herrera | 13.0 |
| 2019-09-03 | Make XLogReaderInvalReadState static | Alvaro Herrera | 13.0 |
| 2019-08-13 | Fix inconsistencies and typos in the tree, take 10 | Michael Paquier | 13.0 |
| 2019-07-15 | Provide XLogRecGetFullXid(). | Thomas Munro | 13.0 |