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

Peter Smith <smithpb2250@gmail.com>

From: Peter Smith <smithpb2250@gmail.com>
To: Timur Magomedov <t.magomedov@postgrespro.ru>
Cc: Tomas Vondra <tomas@vondra.me>, "Aya Iwata (Fujitsu)" <iwata.aya@fujitsu.com>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2025-06-12T07:06:19Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Mark ItemPointer arguments as const throughout

  2. Reorganize GUC structs

  3. Eliminate XLOG_HEAP2_VISIBLE from vacuum phase III

  4. Update various forward declarations to use typedef

  5. Pathify RHS unique-ification for semijoin planning

  6. Revert "Don't lock partitions pruned by initial pruning"

  7. For inplace update, send nontransactional invalidations.

  8. Remove nearly-unused SizeOfIptrData macro.

Attachments

Here are the v6 patches. The changes are as follows:

0001 (postgres core)
- now this addresses the rollback of "additional" optimization change
on master -- see report by Timur [1].
- minor cleanups

0002 (VCI module)
- updated with calls to TupleHashEntryGetAdditional() to support the 0001 fix
- build warnings fixed
- includes the contrib/vci/README
- minor meson changes

0003 (VCI_ENABLE_HOT_HASH_TABLE)
- minor meson changes

0004 (ENABLE_WOSROS_TRANS_DEFERRAL)
- rebased

0005 (docs)
- (unchanged)

======
[1] https://www.postgresql.org/message-id/1a7e91a87816ee2a9aa4d5559453baf2f3da9115.camel%40postgrespro.ru

Kind Regards,
Peter Smith.
Fujitsu Australia