Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-01 | Update copyright for 2025 | Bruce Momjian | |
Backpatch-through: 13 | |||
2024-01-03 | Update copyright for 2024 | Bruce Momjian | |
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12 | |||
2023-01-02 | Update copyright for 2023 | Bruce Momjian | |
Backpatch-through: 11 | |||
2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane | |
Run pgindent, pgperltidy, and reformat-dat-files. I manually fixed a couple of comments that pgindent uglified. | |||
2022-04-08 | Check XLogRecHasBlockRef() before XLogRecHasBlockImage(). | Jeff Davis | |
Trial fix of buildfarm failures on kestrel and tamandua. | |||
2022-04-08 | Add contrib/pg_walinspect. | Jeff Davis | |
Provides similar functionality to pg_waldump, but from a SQL interface rather than a separate utility. Author: Bharath Rupireddy Reviewed-by: Greg Stark, Kyotaro Horiguchi, Andres Freund, Ashutosh Sharma, Nitin Jadhav, RKN Sai Krishna Discussion: https://postgr.es/m/CALj2ACUGUYXsEQdKhEdsBzhGEyF3xggvLdD8C0VT72TNEfOiog%40mail.gmail.com |