From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
---|---|
To: | David Rowley <david(dot)rowley(at)2ndquadrant(dot)com> |
Cc: | Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>, David Fetter <david(at)fetter(dot)org>, dean(dot)a(dot)rasheed(at)gmail(dot)com, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: multivariate statistics (v25) |
Date: | 2017-03-16 22:20:33 |
Message-ID: | 20170316222033.ncdi7nidah2gdzjx@alvherre.pgsql |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Here's a rebased series on top of today's a3eac988c267. I call this
v28.
I put David's pg_dump and COMMENT patches as second in line, just after
the initial infrastructure patch. I suppose those three have to be
committed together, while the others (which add support for additional
statistic types) can rightly remain as separate commits.
(I think I lost some regression test files. I couldn't make up my mind
about putting each statistic type's tests in a separate file, or all
together in stats_ext.sql.)
--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Attachment | Content-Type | Size |
---|---|---|
0001-teach-pull_-varno-varattno-_walker-about-RestrictInf.patch.gz | application/x-gunzip | 733 bytes |
0002-PATCH-shared-infrastructure-and-ndistinct-coefficien.patch.gz | application/x-gunzip | 39.9 KB |
0003-Add-COMMENT-ON-STATISTICS-support.patch.gz | application/x-gunzip | 1.3 KB |
0004-pg_dump-support-for-pg_statistic_ext.patch.gz | application/x-gunzip | 5.3 KB |
0005-PATCH-functional-dependencies-only-the-ANALYZE-part.patch.gz | application/x-gunzip | 16.2 KB |
0006-PATCH-selectivity-estimation-using-functional-depend.patch.gz | application/x-gunzip | 14.0 KB |
0007-PATCH-multivariate-MCV-lists.patch.gz | application/x-gunzip | 30.1 KB |
0008-PATCH-multivariate-histograms.patch.gz | application/x-gunzip | 37.1 KB |
0009-WIP-use-ndistinct-for-selectivity-estimation-in-clau.patch.gz | application/x-gunzip | 4.3 KB |
0010-WIP-allow-using-multiple-statistics-in-clauselist_se.patch.gz | application/x-gunzip | 1015 bytes |
0011-WIP-psql-tab-completion-basics.patch.gz | application/x-gunzip | 1.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2017-03-16 22:20:54 | Re: Size vs size_t |
Previous Message | Thomas Munro | 2017-03-16 22:12:54 | Re: Size vs size_t |