Re: Schema variables - new implementation for Postgres 15

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Julien Rouhaud <rjuju123(at)gmail(dot)com>
Cc: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>, Joel Jacobson <joel(at)compiler(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Schema variables - new implementation for Postgres 15
Date: 2022-07-21 06:16:19
Message-ID: CAFj8pRAJrntBk4GeSsOY5MzkEN8TvA1aT-9DLyN-cnT7xXG+xw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

new update of session variable;s implementation

- fresh rebase
- new possibility to trace execution with DEBUG1 notification
- new SRF function pg_debug_show_used_session_variables that returns
content of sessionvars hashtab
- redesign of work with list of variables for reset, recheck, on commit
drop, on commit reset

Regards

Pavel

Attachment Content-Type Size
v20220721-0013-debug-func.patch text/x-patch 3.3 KB
v20220721-0009-typedefs.patch text/x-patch 1.6 KB
v20220721-0011-This-patch-changes-error-message-column-doesn-t-exis.patch text/x-patch 29.1 KB
v20220721-0010-Regress-tests-for-session-variables.patch text/x-patch 37.2 KB
v20220721-0012-documentation.patch text/x-patch 37.3 KB
v20220721-0008-Possibility-to-dump-session-variables-by-pg_dump.patch text/x-patch 19.4 KB
v20220721-0007-Enhancing-psql-for-session-variables.patch text/x-patch 15.1 KB
v20220721-0005-Support-of-LET-command-in-PLpgSQL.patch text/x-patch 11.5 KB
v20220721-0006-DISCARD-VARIABLES-command.patch text/x-patch 3.2 KB
v20220721-0004-LET-command.patch text/x-patch 37.7 KB
v20220721-0003-typecheck-check-of-consistency-of-format-of-stored-v.patch text/x-patch 15.5 KB
v20220721-0002-session-variables.patch text/x-patch 98.4 KB
v20220721-0001-Catalogue-support-for-session-variables.patch text/x-patch 94.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2022-07-21 06:23:37 Re: Collect ObjectAddress for ATTACH DETACH PARTITION to use in event trigger
Previous Message Michael Paquier 2022-07-21 06:04:30 Re: Fwd: Unprivileged user can induce crash by using an SUSET param in PGOPTIONS