Re: multivariate statistics (v25)
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: Tomas Vondra <tomas.vondra@2ndquadrant.com>, Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>, David Fetter <david@fetter.org>, dean.a.rasheed@gmail.com, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-03-15T20:45:18Z
Lists: pgsql-hackers
Attachments
- stats-ext-shared-infra-27.patch (text/plain) patch
Here's another version of 0002 after cleaning up almost everything from David's review. I also added tests for ALTER STATISTICS in sql/alter_generic.sql which made me realize there were three crasher bug in here; fixed all those. It also made me realize that psql's \d was a little bit too generous with dropped columns in a stats object. That should all behave better now. One thing I didn't do was change StatisticExtInfo to use a bitmapset instead of int2vector. I think it's a good idea to do so. I'll go rebase the followup patches now. -- Álvaro Herrera https://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