Re: [WIP]Vertical Clustered Index (columnar store extension) - take2

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Tomas Vondra <tomas(at)vondra(dot)me>, "Aya Iwata (Fujitsu)" <iwata(dot)aya(at)fujitsu(dot)com>, Japin Li <japinli(at)hotmail(dot)com>, Timur Magomedov <t(dot)magomedov(at)postgrespro(dot)ru>, shveta malik <shveta(dot)malik(at)gmail(dot)com>
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Date: 2025-07-22 07:46:44
Message-ID: CAHut+Pt9rg0gWgBOwpV_6FSDeYQ_VxYuN1HNs3J__2nRYAQQRg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi.

Here are the latest v14 patches.

Changes include:

PATCH 0002.
- Fixes the enable_seqscan PANIC bug reported by Japin [1]
- Adds a new regression test case for this

======
[1] https://www.postgresql.org/message-id/ME0P300MB04457E24CA8965F008FB2CDBB648A%40ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v14-0003-VCI-module-documentation.patch application/octet-stream 5.4 KB
v14-0001-VCI-changes-to-postgres-core.patch application/octet-stream 64.3 KB
v14-0002-VCI-module-main.patch application/octet-stream 1.3 MB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2025-07-22 08:06:52 Re: Support getrandom() for pg_strong_random() source
Previous Message Peter Smith 2025-07-22 07:36:29 Re: IndexAmRoutine aminsertcleanup function can be NULL?