Re: [HACKERS] [PATCH] Generic type subscripting

From: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, David Steele <david(at)pgmasters(dot)net>, Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, David Fetter <david(at)fetter(dot)org>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, Oleksandr Shulgin <oleksandr(dot)shulgin(at)zalando(dot)de>, Robert Haas <robertmhaas(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Oleg Bartunov <obartunov(at)gmail(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] [PATCH] Generic type subscripting
Date: 2020-05-16 12:28:02
Message-ID: 20200516122802.g4qbfxkr2zr7nlv2@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Mon, Mar 23, 2020 at 07:30:25AM +0100, Pavel Stehule wrote:
> ne 22. 3. 2020 v 20:41 odesílatel Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> napsal:
>
> > Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
> > > ne 22. 3. 2020 v 18:47 odesílatel Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> napsal:
> > >> cfbot reports this as failing because of missing include files.
> > >> Somebody please post a complete patch set?
> >
> > > here it is

One more rebase to prepare for 2020-07.

Attachment Content-Type Size
v31-0001-Base-implementation-of-subscripting-mechanism.patch text/x-diff 47.5 KB
v31-0002-Subscripting-for-array.patch text/x-diff 24.8 KB
v31-0003-Subscripting-for-jsonb.patch text/x-diff 34.1 KB
v31-0004-Subscripting-documentation.patch text/x-diff 20.0 KB
v31-0005-Polymorphic-subscripting.patch text/x-diff 61.6 KB
v31-0006-Filling-gaps-in-jsonb-arrays.patch text/x-diff 8.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2020-05-16 12:34:42 Re: calling procedures is slow and consumes extra much memory against calling function
Previous Message Dmitry Dolgov 2020-05-16 12:24:31 Re: POC: GROUP BY optimization