Re: Parallel safety for extern params
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Robert Haas <robertmhaas@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2025-03-24T03:38:19Z
Lists: pgsql-hackers
On Sat, Mar 22, 2025 at 1:25 AM Tom Lane <tgl@sss.pgh.pa.us> wrote: > > Robert Haas <robertmhaas@gmail.com> writes: > > I'm happy to have you tidy up here in whatever way seems best to you. > > Cool, done. > Thanks for taking care of this, and sorry for not digging deeper to find the appropriate fix. -- With Regards, Amit Kapila.
Commits
-
Revert inappropriate weakening of an Assert in plpgsql.
- 16a3ae504e20 18.0 landed
-
Repair bogus handling of multi-assignment Params in upper plan levels.
- 0f7ec8d9c3ae 12.0 cited
-
Allow parallel query for prepared statements with generic plans.
- a87c0c7631d2 10.1 landed
- 682ce911f8f3 11.0 landed
-
Fix mistaken failure to allow parallelism in corner case.
- 036b6bd50365 9.6.6 landed
- 965a16fa9f8c 10.1 landed
- 639c1a6bb9ee 11.0 landed
-
Make simpler-simple-expressions code cope with a Gather plan.
- b73f1b5c29e0 11.0 cited