Re: pg_waldump: support decoding of WAL inside tarfile

From: Amul Sul <sulamul(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pg_waldump: support decoding of WAL inside tarfile
Date: 2025-11-17 04:50:48
Message-ID: CAAJ_b97_N+0sipFyq80n0jX-nKcjcQEMOSTVg8DsqkHR8dW_Sw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Nov 6, 2025 at 2:33 PM Amul Sul <sulamul(at)gmail(dot)com> wrote:
>
> On Mon, Oct 20, 2025 at 8:05 PM Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> >
> > On Thu, Oct 16, 2025 at 7:49 AM Amul Sul <sulamul(at)gmail(dot)com> wrote:
> > [....]
> Kindly have a look at the attached version. Thank you !
>

Attached is the rebased version against the latest master head (e76defbcf09).

Regards,
Amul

Attachment Content-Type Size
v6-0001-Refactor-pg_waldump-Move-some-declarations-to-new.patch application/octet-stream 2.3 KB
v6-0002-Refactor-pg_waldump-Separate-logic-used-to-calcul.patch application/octet-stream 2.3 KB
v6-0003-Refactor-pg_waldump-Restructure-TAP-tests.patch application/octet-stream 5.5 KB
v6-0004-pg_waldump-Add-support-for-archived-WAL-decoding.patch application/octet-stream 36.5 KB
v6-0005-pg_waldump-Remove-the-restriction-on-the-order-of.patch application/octet-stream 11.2 KB
v6-0006-pg_verifybackup-Delay-default-WAL-directory-prepa.patch application/octet-stream 1.7 KB
v6-0007-pg_verifybackup-Rename-the-wal-directory-switch-t.patch application/octet-stream 15.6 KB
v6-0008-pg_verifybackup-enabled-WAL-parsing-for-tar-forma.patch application/octet-stream 9.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2025-11-17 04:58:08 Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY)
Previous Message Dilip Kumar 2025-11-17 04:15:17 Re: Patch: dumping tables data in multiple chunks in pg_dump