Re: WIP: BRIN multi-range indexes

From: Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>
To: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
Cc: Anastasia Lubennikova <a(dot)lubennikova(at)postgrespro(dot)ru>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: WIP: BRIN multi-range indexes
Date: 2021-01-14 14:32:57
Message-ID: 2ca18c1e-f6d4-c427-4a5f-dfcf462b0ccf@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

A version (hopefully) fixing the issue with build on FreeBSD, identified
by commitfest.cputube.org.

regards

--
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
0001-Pass-all-scan-keys-to-BRIN-consistent-fun-20210114-2.patch text/x-patch 23.5 KB
0002-Move-IS-NOT-NULL-handling-from-BRIN-suppo-20210114-2.patch text/x-patch 23.3 KB
0003-Optimize-allocations-in-bringetbitmap-20210114-2.patch text/x-patch 4.4 KB
0004-BRIN-bloom-indexes-20210114-2.patch text/x-patch 129.6 KB
0005-BRIN-minmax-multi-indexes-20210114-2.patch text/x-patch 217.3 KB
0006-Ignore-correlation-for-new-BRIN-opclasses-20210114-2.patch text/x-patch 4.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Li Japin 2021-01-14 14:59:03 Re: Logical Replication - behavior of ALTER PUBLICATION .. DROP TABLE and ALTER SUBSCRIPTION .. REFRESH PUBLICATION
Previous Message Amit Langote 2021-01-14 13:57:10 Re: POC: postgres_fdw insert batching