Re: Re: proposal: schema variables

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: jian he <jian(dot)universality(at)gmail(dot)com>
Cc: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, Erik Rijkers <er(at)xs4all(dot)nl>, Michael Paquier <michael(at)paquier(dot)xyz>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, DUVAL REMI <REMI(dot)DUVAL(at)cheops(dot)fr>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Re: proposal: schema variables
Date: 2025-01-15 07:28:13
Message-ID: CAFj8pRCpAV5N9q5q+JenC=MWup2gVCWi7ZkOM4F2mbUT=Bp4UQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-performance

Hi

necessary rebase

Regards

Pavel

Attachment Content-Type Size
v20250115-0022-pg_restore-A-variable.patch text/x-patch 2.8 KB
v20250115-0020-this-patch-changes-error-message-column-doesn-t-exis.patch text/x-patch 29.1 KB
v20250115-0019-expression-with-session-variables-can-be-inlined.patch text/x-patch 4.2 KB
v20250115-0018-plpgsql-implementation-for-LET-statement.patch text/x-patch 17.2 KB
v20250115-0021-transactional-variables.patch text/x-patch 37.3 KB
v20250115-0016-allow-read-an-value-of-session-variable-directly-fro.patch text/x-patch 15.5 KB
v20250115-0014-Implementation-of-DEFAULT-clause-default-expressions.patch text/x-patch 32.0 KB
v20250115-0017-allow-parallel-execution-queries-with-session-variab.patch text/x-patch 15.8 KB
v20250115-0015-Implementation-of-NOT-NULL-and-IMMUTABLE-clauses.patch text/x-patch 33.9 KB
v20250115-0013-Implementation-ON-TRANSACTION-END-RESET-clause.patch text/x-patch 14.6 KB
v20250115-0012-implementation-of-temporary-session-variables.patch text/x-patch 40.6 KB
v20250115-0011-PREPARE-LET-support.patch text/x-patch 7.4 KB
v20250115-0010-EXPLAIN-LET-support.patch text/x-patch 8.2 KB
v20250115-0009-dynamic-check-of-usage-of-session-variable-fences.patch text/x-patch 16.3 KB
v20250115-0008-variable-fence-syntax-support-and-variable-fence-usa.patch text/x-patch 19.4 KB
v20250115-0006-plpgsql-tests.patch text/x-patch 16.9 KB
v20250115-0007-GUC-session_variables_ambiguity_warning.patch text/x-patch 15.1 KB
v20250115-0004-DISCARD-VARIABLES.patch text/x-patch 9.5 KB
v20250115-0003-function-pg_session_variables-for-cleaning-tests.patch text/x-patch 4.3 KB
v20250115-0005-memory-cleaning-after-DROP-VARIABLE.patch text/x-patch 20.9 KB
v20250115-0002-Storage-for-session-variables-and-SQL-interface.patch text/x-patch 159.6 KB
v20250115-0001-Enhancing-catalog-for-support-session-variables-and-.patch text/x-patch 169.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2025-01-15 07:51:04 Re: pg_dump, pg_dumpall, pg_restore: Add --no-policies option
Previous Message Tom Lane 2025-01-15 07:14:48 Re: [PATCH] Hex-coding optimizations using SVE on ARM.

Browse pgsql-performance by date

  From Date Subject
Next Message bruno vieira da silva 2025-01-15 18:29:30 Query planning read a large amount of buffers for partitioned tables
Previous Message Tom Lane 2025-01-09 19:39:53 Re: Unexpected Seq Scan's when using MERGE WHEN NOT MATCHED BY SOURCE