faster execution of CALL statement from plpgsql

Edit
ID 2819
Title faster execution of CALL statement from plpgsql
Topic Procedural Languages
Created 2020-11-02 12:33:16
Last modified 2021-01-26 03:29:11 (3 years, 9 months ago)
Latest email 2021-01-26 04:38:32 (3 years, 9 months ago)
Status
2021-01: Committed
Target version
Authors Pavel Stehule (okbobcz)
Reviewers Tom Lane (tgl)Become reviewer
Committer Tom Lane (tgl)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/2819
git checkout commitfest/cf/2819
Emails
patch: reduce overhead of execution of CALL statement in no atomic mode from PL/pgSQL
First at 2020-11-02 12:08:19 by Pavel Stehule <pavel.stehule at gmail.com>
Latest at 2021-01-26 04:38:32 by Pavel Stehule <pavel.stehule at gmail.com>
Latest attachment (plpgsql-plan-cache-for-call-3.patch) at 2021-01-21 14:14:10 from Pavel Stehule <pavel.stehule at gmail.com>
    Attachment (plpgsql-plan-cache-for-call-3.patch) at 2021-01-21 14:14:10 from Pavel Stehule <pavel.stehule at gmail.com> (Patch: Yes)
    Attachment (plpgsql-plan-cache-for-call-2.patch) at 2021-01-21 13:37:39 from Pavel Stehule <pavel.stehule at gmail.com> (Patch: Yes)
    Attachment (plpgsql-plan-cache-for-call.patch) at 2021-01-21 12:51:25 from Pavel Stehule <pavel.stehule at gmail.com> (Patch: Yes)
    Attachment (plpgsql-using-local-resowner-for-call-plans-20200108.patch) at 2021-01-08 07:16:09 from Pavel Stehule <pavel.stehule at gmail.com> (Patch: Yes)
    Attachment (plpgsql-using-resowner-for-call-plans-20210101.patch) at 2021-01-01 08:15:33 from Pavel Stehule <pavel.stehule at gmail.com> (Patch: Yes)
    Attachment (call-graph-profile.gz) at 2020-11-03 17:27:34 from Pavel Stehule <pavel.stehule at gmail.com> (Patch: No)
    Attachment (plpgsql-using-local-resowner-for-call-plans.patch) at 2020-11-02 12:08:19 from Pavel Stehule <pavel.stehule at gmail.com> (Patch: Yes)
History
When Who What
2021-01-26 03:29:11 Tom Lane (tgl) Closed in commitfest 2021-01 with status: Committed
2021-01-26 03:29:11 Tom Lane (tgl) Changed committer to tgl
2021-01-22 13:25:54 Masahiko Sawada (masahikosawada) New status: Needs review
2021-01-15 21:51:08 Tom Lane (tgl) New status: Waiting on Author
2021-01-15 21:51:04 Tom Lane (tgl) Added tgl as reviewer
2020-11-02 12:33:25 Pavel Stehule (okbobcz) Changed authors to Pavel Stehule (okbobcz)
2020-11-02 12:33:16 Pavel Stehule (okbobcz) Attached mail thread CAFj8pRCLPdDAETvR7Po7gC5y_ibkn_-bOzbeJb39WHms01194Q@mail.gmail.com
2020-11-02 12:33:16 Pavel Stehule (okbobcz) Created patch record
Edit