Re: [HACKERS] median and percentile function implementation

2013-08-26 Thread Atri Sharma
On Mon, Aug 26, 2013 at 10:15 PM, Pavel Stehule wrote: > Hello > > very nice! I tested it and works very well. > > And I looking for implementation in core. > > Two notes: > > * should to support string_agg and array_agg > > Regards > > Pavel > > > > 2013/8/26 Vik Fearing >> >> On 08/26/2013 02:3

Re: [HACKERS] median and percentile function implementation

2013-08-26 Thread Pavel Stehule
Hello very nice! I tested it and works very well. And I looking for implementation in core. Two notes: * should to support string_agg and array_agg Regards Pavel 2013/8/26 Vik Fearing > On 08/26/2013 02:39 PM, Pavel Stehule wrote: > > Hello > > > > Three years ago we worked on implementa

Re: [HACKERS] median and percentile function implementation

2013-08-26 Thread Vik Fearing
On 08/26/2013 02:39 PM, Pavel Stehule wrote: > Hello > > Three years ago we worked on implementation of median function. > > http://www.postgresql.org/message-id/aanlktimrksuoggsk7-gtxnvjjgl-1qvuqxiduszqw...@mail.gmail.com > > > Can we implement this function now? > > There are a few opened questio

[HACKERS] median and percentile function implementation

2013-08-26 Thread Pavel Stehule
Hello Three years ago we worked on implementation of median function. http://www.postgresql.org/message-id/aanlktimrksuoggsk7-gtxnvjjgl-1qvuqxiduszqw...@mail.gmail.com Can we implement this function now? There are a few opened questions: * immutable parameters of aggregate functions * effect