Re: Add 64-bit XIDs into PostgreSQL 15

2025-06-10 Thread Evgeny Voropaev
> What exactly would break if we did perform `heap_page_prune_execute` > with NO fragmentation repair during `heap_page_prepare_for_xid`? Correction into the last question: What exactly would break if we did invoke `heap_page_prune_execute` with `repairFragmentation=true` during performing of `

Re: Add 64-bit XIDs into PostgreSQL 15

2025-06-10 Thread Evgeny Voropaev
execute` without a fragmentation during the preparation of a page for xid? What exactly would break if we did perform `heap_page_prune_execute` with NO fragmentation repair during `heap_page_prepare_for_xid`? Best regards, Evgeny Voropaev, Tantor Labs, LLC.

Re: Elimination of the repetitive code at the SLRU bootstrap functions.

2025-03-12 Thread Evgeny Voropaev
f this function would better belong to SLRU than common XLog stuff. In accordance with Álvaro's proposal, we want to enclose this function in the "xloginsert.c" module. Best regards, Evgeny Voropaev.From 8c9aa484dc96cdf23c7fa524d88d67ce3c4cc6fc Mon Sep 17 00:00:00 2001 From: Evgeny Vo

Re: Elimination of the repetitive code at the SLRU bootstrap functions.

2025-02-18 Thread Evgeny Voropaev
. * * SimpleLruZeroPage performs: * 2. nullifying. */From de4621460b1b63fb3cbc78095af31e1e6b565dd2 Mon Sep 17 00:00:00 2001 From: Evgeny Voropaev Date: Tue, 18 Feb 2025 15:48:12 +0800 Subject: [PATCH v3] Elimination of the repetitive code at the SLRU bootstrapping and nullifying functions. The

Re: Elimination of the repetitive code at the SLRU bootstrap functions.

2025-02-13 Thread Evgeny Voropaev
-dc69-4c3e-968f-a822ae0937b5%40gmail.com). The corrected patch version implementing these proposals is attached. Best regards, Evgeny Voropaev, Tantor Labs LLC. From a5a29cdbb37834bfcd23cd22db90a78a7db43d18 Mon Sep 17 00:00:00 2001 From: Evgeny Voropaev Date: Fri, 14 Feb 2025 14:03:01 +0800 Sub

Elimination of the repetitive code at the SLRU bootstrap functions.

2025-02-12 Thread Evgeny Voropaev
realm of bootstrapping SLRU. Best regards, Evgeny Voropaev, Tantor Labs LLC.From 62762bf4a86af76d845755e41f46714d2b41bbe4 Mon Sep 17 00:00:00 2001 From: Evgeny Voropaev Date: Thu, 13 Feb 2025 12:43:20 +0800 Subject: [PATCH v1] Elimination of the repetitive code at the SLRU bootstrap functions

Re: Add 64-bit XIDs into PostgreSQL 15

2024-12-17 Thread Evgeny Voropaev
ws us to continually test and fix the xid64 solution. Best regards, Evgeny Voropaev, Tantor Labs LLC.

Re: [PATCH] Support Int64 GUCs

2024-12-08 Thread Evgeny Voropaev
Hi hackers! Upgraded the "Int64 GUC" patch in order to conform to f3f06b13308e3 updates. Rebased and tested upon the current master (3f9b9621766). The patch is still needed to be up to date as a part of the xid64 solution. Best regards, Evgeny Voropaev, TantorLabs,