Commits

Showing commits that first shipped in 11 (backpatches included). Clear

DateSubjectAuthorReleases
2023-04-29 Tighten array dimensionality checks in Perl -> SQL array conversion. Tom Lane 11.20
2022-06-22 Fix SPI's handling of errors during transaction commit. Tom Lane 11.17
2022-02-25 Disallow execution of SPI functions during plperl function compilation. Tom Lane 11.16
2022-01-31 Revert "plperl: Fix breakage of c89f409749c in back branches." Tom Lane 11.15
2022-01-31 plperl: update ppport.h to Perl 5.34.0. Tom Lane 11.15
2022-01-31 plperl: Fix breakage of c89f409749c in back branches. Andres Freund 11.15
2022-01-31 plperl: windows: Use Perl_setlocale on 5.28+, fixing compile failure. Andres Freund 11.15
2019-04-19 Fix problems with auto-held portals. Tom Lane 11.3
2018-06-18 Allow plperl_sv_to_datum to look through scalar refs. Tom Lane 11.0
2018-04-08 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. Tom Lane 11.0
2018-03-28 Allow committing inside cursor loop Peter Eisentraut 11.0
2018-03-27 Allow memory contexts to have both fixed and variable ident strings. Tom Lane 11.0
2018-03-05 Remove some obsolete procedure-specific code from PLs Peter Eisentraut 11.0
2018-03-02 Add prokind column, replacing proisagg and proiswindow Peter Eisentraut 11.0
2018-01-22 Transaction control in PL procedures Peter Eisentraut 11.0
2018-01-10 Use portal pinning in PL/Perl and PL/Python Peter Eisentraut 11.0
2017-12-13 Rethink MemoryContext creation to improve performance. Tom Lane 11.0
2017-11-30 SQL procedures Peter Eisentraut 11.0
2017-11-10 Add some const decorations to prototypes Peter Eisentraut 11.0
2017-10-28 Support domains over composite types in PL/Perl. Tom Lane 11.0
2017-08-20 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). Andres Freund 11.0