Re: list_free in addRangeTableEntryForJoin

2024-06-10 Thread Ilia Evdokimov
list_free` immediately after `addRangeTableEntryForJoin()`. The new patch is attached. Thanks for reviewing. I'm looking forward to new suggestions. Regards, Ilia Evdokimov, Tantor Labs LCC From b545770d57ac3ca137e9ad97c004576e77213648 Mon Sep 17 00:00:00 2001 From: Ilia Evdokimov Date: Mo

Re: list_free in addRangeTableEntryForJoin

2024-06-10 Thread Ilia Evdokimov
oin()` is the last function to use this list, it would be more efficient to free the `List` at the point of its declaration. I'll attach new patch where I free the lists. Regards, Ilia Evdokimov, Tantor Labs LCC From 853c5bc854bcc03e791cf32cc8cad7b257ec558f Mon Sep 17 00:00:00 2001 From: Ilia Evdoki

list_free in addRangeTableEntryForJoin

2024-06-10 Thread Ilia Evdokimov
ked `list_free(colnames)` afterwards. If anyone is aware of where the list is being freed or has any suggestions for improvement, I would greatly appreciate your input. Best Regards, Ilia Evdokimov, TantorLabs LCC From cd7aa7ac5904501085a980944dc3c18f42721c06 Mon Sep 17 00:00:00 2001 From: I

Re: pg_stat_advisor extension

2024-05-13 Thread Ilia Evdokimov
and any improvements you might suggest. Best regards, Ilia Evdokimov Tantor Labs LLC. From eb998bea96a3640d240afa63e08cc8cf98925bf7 Mon Sep 17 00:00:00 2001 From: Ilia Evdokimov Date: Mon, 13 May 2024 14:41:59 +0300 Subject: [PATCH] 'pg_stat_advisor' extension This service as a hook into executor

Re: pg_stat_advisor extension

2024-02-08 Thread Ilia Evdokimov
to write them in this thread. Regards, Ilia Evdokimov, Tantor Labs LLC.

Re: pg_stat_advisor extension

2024-02-08 Thread Ilia Evdokimov
. And this will make it inconvenient for everyone to read the messages. I apologize for the inconvenience caused. Regards, Ilia Evdokimov, TantorLabs LLC.

Re: pg_stat_advisor extension

2024-02-08 Thread Ilia Evdokimov
dback. Regards, Ilia Evdokimov, Tantor Labs LLC. From f87f4a57e532d57f43dab4764d08ddf83d9f3d8f Mon Sep 17 00:00:00 2001 From: Ilia Evdokimov Date: Thu, 8 Feb 2024 16:00:57 +0300 Subject: [PATCH] 'pg_stat_advisor' extension. This serves as a hook into the executor for determining total rows a

Re: pg_stat_advisor extension

2024-02-06 Thread Ilia Evdokimov
statistics with name 't_i_j' on 'i', 'j' columns from 't' table. Thank you for your understanding, patience, and continued support. Best regards, Ilia Evdokimov, Tantor Labs LLC.

Re: pg_stat_advisor extension

2024-02-06 Thread Ilia Evdokimov
extension into PostgreSQL. Kind regards, Ilia Evdokimov, Tantor Labs LLC. From 6316706c42996219e507bb6ded9dd1e872180e38 Mon Sep 17 00:00:00 2001 From: Ilia Evdokimov Date: Tue, 6 Feb 2024 18:11:04 +0300 Subject: [PATCH] pg_stat_advisor extension --- contrib/Makefile

Re: pg_stat_advisor extension

2024-02-05 Thread Ilia Evdokimov
for your time and consideration. Best regards,Ilia Evdokimov,Tantor Labs LLC.