Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright for 2025 | Bruce Momjian | 2025-01-01 |
| | | | | Backpatch-through: 13 | ||
* | Update copyright for 2024 | Bruce Momjian | 2024-01-03 |
| | | | | | | | | Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12 | ||
* | Update copyright for 2023 | Bruce Momjian | 2023-01-02 |
| | | | | Backpatch-through: 11 | ||
* | Pre-beta mechanical code beautification. | Tom Lane | 2022-05-12 |
| | | | | | Run pgindent, pgperltidy, and reformat-dat-files. I manually fixed a couple of comments that pgindent uglified. | ||
* | Check XLogRecHasBlockRef() before XLogRecHasBlockImage(). | Jeff Davis | 2022-04-08 |
| | | | | Trial fix of buildfarm failures on kestrel and tamandua. | ||
* | Add contrib/pg_walinspect. | Jeff Davis | 2022-04-08 |
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 |