Re: Add RANGE with values and exclusions clauses to the Window Functions

From: Oliver Ford <ojford(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Erik Rijkers <er(at)xs4all(dot)nl>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add RANGE with values and exclusions clauses to the Window Functions
Date: 2018-01-30 16:08:03
Message-ID: CAGMVOdtHgHbhKxZfduUbQNX8o5b0bTiCKV5A=PjTS7w6i8QFKw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 30, 2018 at 10:48 AM, Oliver Ford <ojford(at)gmail(dot)com> wrote:
>
> I will send out v10 soon with the desc functions removed and the
> EXCLUDE_NO_OTHERS define removed.

Here it is. Exclude No Others is still in the parser, but does
nothing. All desc functions are removed, replaced with a sortByAsc
bool. It no longer changes catversion.

Attachment Content-Type Size
0001-window-frame-v10.patch application/octet-stream 163.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2018-01-30 16:15:36 Re: [HACKERS] MERGE SQL Statement for PG11
Previous Message Robert Haas 2018-01-30 16:01:14 Re: [HACKERS] MERGE SQL Statement for PG11