| From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
|---|---|
| To: | Jim Jones <jim(dot)jones(at)uni-muenster(dot)de> |
| Cc: | Bruce Momjian <bruce(at)momjian(dot)us>, 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>, jian he <jian(dot)universality(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, PegoraroF10 <marcos(at)f10(dot)com(dot)br> |
| Subject: | Re: proposal: schema variables |
| Date: | 2025-12-12 14:46:33 |
| Message-ID: | CAFj8pRDoetKkQGqwPtku5hpomPUAvLKihhH6DGmPgVQmaK+UDg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-performance |
Hi
- rebase
- palloc replaced by palloc_object, and palloc_array
Regards
Pavel
| Attachment | Content-Type | Size |
|---|---|---|
| v20251212-0011-subtransaction-support-for-session-variables-DDL-CRE.patch | text/x-patch | 8.0 KB |
| v20251212-0008-support-CREATE-IF-NOT-EXISTS-and-DROP-IF-EXISTS.patch | text/x-patch | 11.2 KB |
| v20251212-0007-DISCARD-TEMP.patch | text/x-patch | 4.3 KB |
| v20251212-0009-use-names-of-currently-used-temp-variables-for-tab-c.patch | text/x-patch | 6.2 KB |
| v20251212-0010-transactional-DDL-CREATE-VARIABLE-DROP-VARIABLE.patch | text/x-patch | 11.4 KB |
| v20251212-0004-fill-an-auxiliary-buffer-with-values-of-session-vari.patch | text/x-patch | 14.3 KB |
| v20251212-0006-LET-command-assign-a-result-of-expression-to-the-ses.patch | text/x-patch | 39.0 KB |
| v20251212-0005-svariableReceiver.patch | text/x-patch | 10.8 KB |
| v20251212-0003-collect-session-variables-used-in-plan-and-assign-pa.patch | text/x-patch | 15.8 KB |
| v20251212-0002-parsing-session-variable-fences.patch | text/x-patch | 18.4 KB |
| v20251212-0001-CREATE-VARIABLE-DROP-VARIABLE.patch | text/x-patch | 33.1 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Euler Taveira | 2025-12-12 15:19:38 | Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement |
| Previous Message | Bertrand Drouvot | 2025-12-12 14:33:39 | Re: Mark function arguments of type "T *" as "const T *" where possible |
| From | Date | Subject | |
|---|---|---|---|
| Previous Message | Pavel Stehule | 2025-12-09 05:51:43 | Re: proposal: schema variables |