Re: multivariate statistics (v25)
Tomas Vondra <tomas.vondra@2ndquadrant.com>
From: Tomas Vondra <tomas.vondra@2ndquadrant.com>
To: Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>
Cc: david@fetter.org, dean.a.rasheed@gmail.com, alvherre@2ndquadrant.com,
pgsql-hackers@postgresql.org
Date: 2017-03-02T14:53:45Z
Lists: pgsql-hackers
Attachments
- 0001-teach-pull_-varno-varattno-_walker-about-Restric-v25.patch.gz (application/gzip) patch v25-0001
- 0002-PATCH-shared-infrastructure-and-ndistinct-coeffi-v25.patch.gz (application/gzip) patch v25-0002
- 0003-PATCH-functional-dependencies-only-the-ANALYZE-p-v25.patch.gz (application/gzip) patch v25-0003
- 0004-PATCH-selectivity-estimation-using-functional-de-v25.patch.gz (application/gzip) patch v25-0004
- 0005-PATCH-multivariate-MCV-lists-v25.patch.gz (application/gzip) patch v25-0005
- 0006-PATCH-multivariate-histograms-v25.patch.gz (application/gzip) patch v25-0006
- 0007-WIP-use-ndistinct-for-selectivity-estimation-in--v25.patch.gz (application/gzip) patch v25-0007
- 0008-WIP-allow-using-multiple-statistics-in-clauselis-v25.patch.gz (application/gzip) patch v25-0008
- 0009-WIP-psql-tab-completion-basics-v25.patch.gz (application/gzip) patch v25-0009
On 03/02/2017 03:52 PM, Tomas Vondra wrote: > On 03/02/2017 07:42 AM, Kyotaro HORIGUCHI wrote: >> Hello, >> >> At Thu, 2 Mar 2017 04:05:34 +0100, Tomas Vondra >> <tomas.vondra@2ndquadrant.com> wrote in >> <a78ffb17-70e8-a55a-c10c-66ab575e88ed@2ndquadrant.com> >>> OK, >>> >>> attached is v24 of the patch series, addressing most of the reported >>> issues and comments (at least I believe so). The main changes are: >> >> Unfortunately, 0002 conflicts with the current master >> (4461a9b). Could you rebase them or tell us the commit where this >> patches stand on? >> > > Attached is a rebased patch series, otherwise it's the same as v24. > This time with the attachments .... regards -- Tomas Vondra http://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Collect and use multi-column dependency stats
- 2686ee1b7ccf 10.0 landed
-
Implement SortSupport for macaddr data type
- f90d23d0c518 10.0 cited
-
Implement multivariate n-distinct coefficients
- 7b504eb282ca 10.0 landed
-
Generate fmgr prototypes automatically
- 352a24a1f9d6 10.0 cited