Re: Sequence Access Methods, round two

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Kirill Reshke <reshkekirill(at)gmail(dot)com>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, Peter Smith <smithpb2250(at)gmail(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Sequence Access Methods, round two
Date: 2025-10-03 08:24:29
Message-ID: aN-IPbkHQO_4mER2@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Sep 04, 2025 at 12:15:24PM +0900, Michael Paquier wrote:
> Rebased as v20 due to the GUC changes in 63599896545c.

Rebased as v21 due to conflicts in the TAP tests of pg_dump.
--
Michael

Attachment Content-Type Size
v21-0001-Integrate-addition-of-attributes-for-sequences-w.patch text/x-diff 11.2 KB
v21-0002-Refactor-code-for-in-core-local-sequences.patch text/x-diff 54.5 KB
v21-0003-Sequence-access-methods-backend-support.patch text/x-diff 65.0 KB
v21-0004-Sequence-access-methods-dump-restore-support.patch text/x-diff 21.8 KB
v21-0005-Sequence-access-methods-core-documentation.patch text/x-diff 9.5 KB
v21-0006-Refactor-logic-for-page-manipulations-of-sequenc.patch text/x-diff 7.8 KB
v21-0007-snowflake-Add-sequence-AM-based-on-it.patch text/x-diff 25.7 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-10-03 08:25:58 Re: [PATCH] Add tests for Bitmapset
Previous Message Daniel Gustafsson 2025-10-03 08:04:17 Re: Support getrandom() for pg_strong_random() source