Re: SQL:2011 Application Time Update & Delete

From: Paul A Jungwirth <pj(at)illuminatedcomputing(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>
Subject: Re: SQL:2011 Application Time Update & Delete
Date: 2025-10-04 19:48:52
Message-ID: CA+renyVYnV9rGDiUhTQEy8r6gx6Xg-+OEo-2DK7JbuBXcLVq5A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 24, 2025 at 9:05 PM Paul A Jungwirth
<pj(at)illuminatedcomputing(dot)com> wrote:
>
> Here is another update, now with working PERIOD DDL. I also fixed some
> new post-rebase problems causing CI to fail.

More rebase & CI fixes attached.

Rebased to 03d40e4b52 now.

Yours,

--
Paul ~{:-)
pj(at)illuminatedcomputing(dot)com

Attachment Content-Type Size
v55-0004-Document-temporal-update-delete.patch text/x-patch 23.8 KB
v55-0002-Document-temporal-foreign-keys.patch text/x-patch 9.6 KB
v55-0001-Add-docs-chapter-for-temporal-tables.patch text/x-patch 17.7 KB
v55-0003-Document-temporal-PERIODs.patch text/x-patch 1.9 KB
v55-0005-Add-range_minus_multi-and-multirange_minus_multi.patch text/x-patch 22.7 KB
v55-0007-Add-tg_temporal-to-TriggerData.patch text/x-patch 10.3 KB
v55-0006-Add-UPDATE-DELETE-FOR-PORTION-OF.patch text/x-patch 200.7 KB
v55-0009-Add-CASCADE-SET-NULL-SET-DEFAULT-for-temporal-fo.patch text/x-patch 205.8 KB
v55-0008-Look-up-more-temporal-foreign-key-helper-procs.patch text/x-patch 6.8 KB
v55-0010-Expose-FOR-PORTION-OF-to-plpgsql-triggers.patch text/x-patch 14.5 KB
v55-0011-Add-PERIODs.patch text/x-patch 563.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Jones 2025-10-04 21:07:33 Re: We broke the defense against accessing other sessions' temp tables
Previous Message Tom Lane 2025-10-04 18:07:45 Re: [PATCH] random_normal function