quantile icon indicating copy to clipboard operation
quantile copied to clipboard

an aggregation function for PostgreSQL

Results 6 quantile issues
Sort by recently updated
recently updated
newest added

I've been curious if this extension is still beneficial, so I did a bunch of tests to see how it compares to `percentile_cont` and `percentile_disc`. I did those tests on...

Hi, It is possible to compile for postgresql 13 and it is working well. Steps: * download the zip * unzip into a folder, cd in * make; make install...

Since PostgreSQL 12 was released last week, users are running into problems with 1.1.15. Could you update the version on pgxn? Also, it would be nice if you could add...

Update the Makefile ```shell # the extensions name EXTENSION = quantile DATA = $(wildcard sql/*--*.sql) # script files to install TESTS = $(wildcard test/sql/*.sql) # use test/sql/*.sql as testfile #...

Running `sudo pgxn install quantile` produces ``` INFO: best version: quantile 1.1.5 INFO: saving /tmp/tmp1aP2zs/quantile-1.1.5.zip INFO: unpacking: /tmp/tmp1aP2zs/quantile-1.1.5.zip INFO: building extension Makefile:16: /usr/lib/postgresql/9.6/lib/pgxs/src/makefiles/pgxs.mk: No such file or directory make: ***...

This is the first extension I try to install, so I may have made numerous amateur mistakes. I tried various ways of installing the extension, via pgxn client, manually and...