summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2025-03-21Fix plpgsql's handling of simple expressions in scrollable cursors.Tom Lane
2025-02-17Translation updatesÁlvaro Herrera
2025-02-10Translation updatesPeter Eisentraut
2025-01-11Repair memory leaks in plpython.Tom Lane
2025-01-09Provide 64-bit ftruncate() and lseek() on Windows.Thomas Munro
2024-11-25Add support for Tcl 9Peter Eisentraut
2024-11-11Fix cross-version upgrade tests.Tom Lane
2024-11-11Add needed .gitignore files in back branches.Tom Lane
2024-11-11Block environment variable mutations from trusted PL/Perl.Noah Misch
2024-11-11Translation updatesPeter Eisentraut
2024-11-07Fix -Wcast-function-type warningsPeter Eisentraut
2024-10-16Further refine _SPI_execute_plan's rule for atomic execution.Tom Lane
2024-08-05Translation updatesPeter Eisentraut
2024-07-22Doc: improve description of plpgsql's FETCH and MOVE commands.Tom Lane
2024-06-26Remove redundant perl version checksAndrew Dunstan
2024-06-13When replanning a plpgsql "simple expression", check it's still simple.Tom Lane
2024-06-07Fix behavior of stable functions called from a CALL's argument list.Tom Lane
2024-06-04Fix pl/tcl's handling of errors from Tcl_ListObjGetElements().Tom Lane
2024-05-15Fix handling of polymorphic output arguments for procedures.Tom Lane
2024-05-09Fix recursive RECORD-returning plpython functions.Tom Lane
2024-05-07Don't corrupt plpython's "TD" dictionary in a recursive trigger call.Tom Lane
2024-05-06Translation updatesPeter Eisentraut
2024-04-10Fix plpgsql's handling of -- comments following expressions.Tom Lane
2024-04-01Avoid possible longjmp-induced logic error in PLy_trigger_build_args.Tom Lane
2023-12-26Hide warnings from Python headers when using gcc-compatible compiler.Tom Lane
2023-11-06Translation updatesPeter Eisentraut
2023-09-30Remove environment sensitivity in pl/tcl regression test.Tom Lane
2023-09-25Collect dependency information for parsed CallStmts.Tom Lane
2023-09-18Fix assertion failure with PL/Python exceptionsMichael Paquier
2023-08-24Avoid unnecessary plancache revalidation of utility statements.Tom Lane
2023-05-08Translation updatesPeter Eisentraut
2023-05-04Move return statements out of PG_TRY blocks.Nathan Bossart
2023-05-04Tighten array dimensionality checks in Python -> SQL array conversion.Tom Lane
2023-04-29Tighten array dimensionality checks in Perl -> SQL array conversion.Tom Lane
2023-04-28Handle zero-length sublist correctly in Python -> SQL array conversion.Tom Lane
2023-04-24Fix memory leakage in plpgsql DO blocks that use cast expressions.Tom Lane
2023-02-06Translation updatesPeter Eisentraut
2023-01-02perl: Hide warnings inside perl.h when using gcc compatible compilerAndres Freund
2022-11-25Allow building with MSVC and Strawberry perlAndrew Dunstan
2022-11-07Translation updatesPeter Eisentraut
2022-09-16Improve plpgsql's ability to handle arguments declared as RECORD.Tom Lane
2022-08-08Translation updatesAlvaro Herrera
2022-06-22Fix SPI's handling of errors during transaction commit.Tom Lane
2022-06-01Fix pl/perl test case so it will still work under Perl 5.36.Tom Lane
2022-05-09Translation updatesPeter Eisentraut
2022-02-25Disallow execution of SPI functions during plperl function compilation.Tom Lane
2022-02-10Use gendef instead of pexports for building windows .def filesAndrew Dunstan
2022-02-09Remove ppport.h's broken re-implementation of eval_pv().Tom Lane
2022-02-07Translation updatesPeter Eisentraut
2022-01-31Revert "plperl: Fix breakage of c89f409749c in back branches."Tom Lane