| Age | Commit message (Expand) | Author |
| 2025-11-06 | Use XLogRecPtrIsValid() in various places | Álvaro Herrera |
| 2025-10-29 | Fix correctness issue with computation of FPI size in WAL stats | Michael Paquier |
| 2025-10-28 | Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal() | Michael Paquier |
| 2025-10-08 | bufmgr: fewer calls to BufferDescriptorGetContentLock | Andres Freund |
| 2025-07-07 | Refactor some repetitive SLRU code | Álvaro Herrera |
| 2025-03-29 | Use PRI?64 instead of "ll?" in format strings (continued). | Peter Eisentraut |
| 2025-02-13 | XLogRegisterData, XLogRegisterBufData void * argument for binary data | Peter Eisentraut |
| 2025-01-20 | Add some more use of Page/PageData rather than char * | Peter Eisentraut |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-09-03 | Add const qualifiers to XLogRegister*() functions | Peter Eisentraut |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-10-24 | Assert that buffers are marked dirty before XLogRegisterBuffer(). | Jeff Davis |
| 2023-10-01 | Correct assertion and comments about XLogRecordMaxSize. | Noah Misch |
| 2023-08-12 | Fix off-by-one in XLogRecordMaxSize check. | Noah Misch |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane |
| 2023-04-17 | Avoid trying to write an empty WAL record in log_newpage_range(). | Tom Lane |
| 2023-04-12 | Fix incorrect format placeholders | Peter Eisentraut |
| 2023-04-07 | Add more protections in WAL record APIs against overflows | Michael Paquier |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-10-19 | Get rid of XLogCtlInsert->forcePageWrites | Alvaro Herrera |
| 2022-09-20 | Harmonize parameter names in storage and AM code. | Peter Geoghegan |
| 2022-07-27 | Add overflow protection for block-related data in WAL records | Michael Paquier |
| 2022-07-06 | Change internal RelFileNode references to RelFileNumber or RelFileLocator. | Robert Haas |
| 2022-04-08 | Rename delayChkpt to delayChkptFlags. | Robert Haas |
| 2022-03-24 | Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. | Robert Haas |
| 2022-03-11 | Add support for zstd with compression of full-page writes in WAL | Michael Paquier |
| 2022-03-11 | Fix header inclusion order in xloginsert.c with lz4.h | Michael Paquier |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-11-02 | Replace XLOG_INCLUDE_XID flag with a more localized flag. | Amit Kapila |
| 2021-09-21 | Document XLOG_INCLUDE_XID a little better | Alvaro Herrera |
| 2021-07-21 | Make XLOG_FPI_FOR_HINT records honor full_page_writes setting. | Fujii Masao |
| 2021-06-29 | Fix compilation warning in xloginsert.c | Michael Paquier |
| 2021-06-29 | Add support for LZ4 with compression of full-page writes in WAL | Michael Paquier |
| 2021-05-12 | Initial pgindent and pgperltidy run for v14. | Tom Lane |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |
| 2020-09-17 | Add support for building GiST index by sorting. | Heikki Linnakangas |
| 2020-07-20 | Immediately WAL-log subtransaction and top-level XID association. | Amit Kapila |
| 2020-05-05 | Change the display of WAL usage statistics in Explain. | Amit Kapila |
| 2020-04-08 | snapshot scalability: Move delayChkpt from PGXACT to PGPROC. | Andres Freund |
| 2020-04-04 | Add infrastructure to track WAL usage. | Amit Kapila |
| 2020-03-21 | In log_newpage_range(), heed forkNum and page_std arguments. | Noah Misch |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 2019-11-12 | Make the order of the header file includes consistent in backend modules. | Amit Kapila |
| 2019-06-08 | Fix assorted inconsistencies. | Amit Kapila |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane |
| 2019-04-03 | Generate less WAL during GiST, GIN and SP-GiST index build. | Heikki Linnakangas |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian |
| 2018-12-06 | Cleanup comments in xlog compression | Stephen Frost |
| 2018-09-01 | Avoid using potentially-under-aligned page buffers. | Tom Lane |