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-03-28 04:31:21
Message-ID: Z-YmGR9HjZUZ8zIW@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 25, 2025 at 04:25:37PM +0900, Michael Paquier wrote:
> Rebased.

Conflict in pg_class.h. Rebased.
--
Michael

Attachment Content-Type Size
v13-0001-Remove-FormData_pg_sequence_data-from-init_param.patch text/x-diff 9.3 KB
v13-0002-Integrate-addition-of-attributes-for-sequences-w.patch text/x-diff 11.2 KB
v13-0003-Refactor-code-for-in-core-local-sequences.patch text/x-diff 54.5 KB
v13-0004-Sequence-access-methods-backend-support.patch text/x-diff 64.1 KB
v13-0005-Sequence-access-methods-dump-restore-support.patch text/x-diff 21.8 KB
v13-0006-Sequence-access-methods-core-documentation.patch text/x-diff 9.5 KB
v13-0007-snowflake-Add-sequence-AM-based-on-it.patch text/x-diff 28.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2025-03-28 04:46:37 duplicated comments on get_relation_constraints
Previous Message Man Zeng 2025-03-28 04:12:17 Re: making EXPLAIN extensible