Re: ON CONFLICT DO SELECT (take 3) - Mailing list pgsql-hackers

From Dean Rasheed
Subject Re: ON CONFLICT DO SELECT (take 3)
Date
Msg-id CAEZATCWe-sG65di0OTE5LXBKgQ7keSOa60082_k484C_K-dC6g@mail.gmail.com
Whole thread Raw
In response to Re: ON CONFLICT DO SELECT (take 3)  (Andreas Karlsson <andreas@proxel.se>)
Responses Re: ON CONFLICT DO SELECT (take 3)
List pgsql-hackers
On 11/19/25 8:06 PM, Marko Tiikkaja wrote:
> On Tue, Oct 7, 2025 at 2:57 PM Viktor Holmberg <v@viktorh.net> wrote:
>> This patch is 85% the work of Andreas Karlsson and the reviewers (Dean Rasheed, Joel Jacobson, Kirill Reshke) in
thisthread: https://www.postgresql.org/message-id/flat/2b5db2e6-8ece-44d0-9890-f256fdca9f7e%40proxel.se, which
unfortunatelyseems to have stalled. 
>
> This was also based on my work, and according to Andreas the first
> version was "very similar" to mine.

Ah, sorry about that. I didn't go back through the old threads carefully enough.

On Thu, 20 Nov 2025 at 01:29, Andreas Karlsson <andreas@proxel.se> wrote:
>
> Yup! "My" patch was just Marko's patch rebased on PG17/PG18 and with
> support for new PG features added, more tests and a couple of bugs
> fixed. The original idea and huge parts of the patch are indeed Marko's.

OK, got it. So author credit for this patch should go to Marko,
Andreas, and Viktor? In that order? And I should add the original
thread to the commit message.

Regards,
Dean



pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement
Next
From: Marko Tiikkaja
Date:
Subject: Re: ON CONFLICT DO SELECT (take 3)