Michael Paquier
|
fa30f0cb06
|
Fix two typos in xlogstats.h and xlogstats.c
Issue found while browsing this area of the code, introduced and
copy-pasted around by 2258e76f90.
Backpatch-through: 15
|
2025-10-10 11:51:53 +09:00 |
|
Bruce Momjian
|
c8e1ba736b
|
Update copyright for 2023
Backpatch-through: 11
|
2023-01-02 15:00:37 -05:00 |
|
Tom Lane
|
23e7b38bfe
|
Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files.
I manually fixed a couple of comments that pgindent uglified.
|
2022-05-12 15:17:30 -04:00 |
|
Jeff Davis
|
12aaae5131
|
Check XLogRecHasBlockRef() before XLogRecHasBlockImage().
Trial fix of buildfarm failures on kestrel and tamandua.
|
2022-04-08 02:30:57 -07:00 |
|
Jeff Davis
|
2258e76f90
|
Add contrib/pg_walinspect.
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
|
2022-04-08 00:26:44 -07:00 |
|