Re: wip: functions median and percentile - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: wip: functions median and percentile
Date
Msg-id AANLkTinirV9g=TMZFwo-Erz3ZsBacxAV9QO1343TOPOA@mail.gmail.com
Whole thread Raw
In response to Re: wip: functions median and percentile  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: wip: functions median and percentile
List pgsql-hackers
Hello,

there is updated version - with support of window clause. The limits
are work_mem for using inside window aggregate or unlimited when it is
used as standard query.

This patch needs a few work - can share a compare functionality with
tuplesort.c, but I would to verify a concept now.

Comments?

Regards

Pavel

Attachment

pgsql-hackers by date:

Previous
From: "Massa, Harald Armin"
Date:
Subject: documentation udpates to pgupgrade.html
Next
From: Pavel Stehule
Date:
Subject: Re: Per-column collation, work in progress