Commits

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

DateSubjectAuthorReleases
2022-02-25 Disallow execution of SPI functions during plperl function compilation. Tom Lane 10.21
2022-01-31 Revert "plperl: Fix breakage of c89f409749c in back branches." Tom Lane 10.20
2022-01-31 plperl: update ppport.h to Perl 5.34.0. Tom Lane 10.20
2022-01-31 plperl: Fix breakage of c89f409749c in back branches. Andres Freund 10.20
2022-01-31 plperl: windows: Use Perl_setlocale on 5.28+, fixing compile failure. Andres Freund 10.20
2017-07-31 Tighten coding for non-composite case in plperl's return_next. Tom Lane 10.0
2017-07-28 PL/Perl portability fix: avoid including XSUB.h in plperl.c. Tom Lane 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-05-17 Post-PG 10 beta1 pgindent run Bruce Momjian 10.0
2017-04-04 Follow-on cleanup for the transition table patch. Kevin Grittner 10.0
2017-02-25 Remove useless duplicate inclusions of system header files. Tom Lane 10.0
2017-01-23 Volatile-ize some plperl variables that must survive into PG_CATCH blocks. Tom Lane 10.0
2016-11-08 Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection. Tom Lane 10.0
2016-11-08 Make SPI_fnumber() reject dropped columns. Tom Lane 10.0
2016-11-08 Use heap_modify_tuple not SPI_modifytuple in pl/perl triggers. Tom Lane 10.0
2016-08-31 Improve memory management for PL/Perl functions. Tom Lane 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 10.0