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

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

Hi.

Here is the latest set of VCI patches.

Summary of changes:
- Most palloc's have been changed to use palloc_array and
palloc_object per similar recent HEAD changes
- In passing, noticed and fixed a MemSet bug.

======
Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v20251219-0001-VCI-changes-to-postgres-core.patch application/octet-stream 59.9 KB
v20251219-0002-VCI-main-part1.patch application/octet-stream 137.1 KB
v20251219-0005-VCI-main-part4.patch application/octet-stream 175.3 KB
v20251219-0004-VCI-main-part3.patch application/octet-stream 138.0 KB
v20251219-0003-VCI-main-part2.patch application/octet-stream 314.7 KB
v20251219-0007-VCI-main-part6.patch application/octet-stream 25.2 KB
v20251219-0008-VCI-tests.patch application/octet-stream 26.3 KB
v20251219-0006-VCI-main-part5.patch application/octet-stream 477.7 KB
v20251219-0009-VCI-docs.patch application/octet-stream 5.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Xingbin She 2025-12-19 02:47:22 [PATCH v1] Fixed a spelling error in the comments in gininsert.c
Previous Message Chao Li 2025-12-19 01:53:53 Re: Report bytes and transactions actually sent downtream