Re: Additional improvements to extended statistics

From: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Additional improvements to extended statistics
Date: 2020-03-06 00:15:56
Message-ID: 20200306001556.il6altnuqgjxp55z@development
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Here is a rebased version of this patch series. I've polished the first
two parts a bit - estimation of OR clauses and (Var op Var) clauses, and
added a bunch of regression tests to exercise this code. It's not quite
there yet, but I think it's feasible to get this committed for PG13.

The last part (extended stats on expressions) is far from complete, and
it's not feasible to get it into PG13. There's too much missing stuff.

regards

--
Tomas Vondra http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0001-Support-using-extended-stats-for-parts-of-O-20200306.patch text/plain 11.3 KB
0002-Support-clauses-of-the-form-Var-op-Var-20200306.patch text/plain 15.9 KB
0003-Support-for-extended-statistics-on-expressi-20200306.patch text/plain 68.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2020-03-06 00:39:42 Re: Proposal: PqSendBuffer removal
Previous Message Bruce Momjian 2020-03-05 23:48:20 Re: our checks for read-only queries are not great