summaryrefslogtreecommitdiff
path: root/src/pl/plpython
AgeCommit message (Expand)Author
8 daysUse palloc_object() and palloc_array() in more areas of the treeMichael Paquier
2025-10-23Avoid memory leak in validation of a PL/Python trigger function.Tom Lane
2025-10-23Fix resource leaks in PL/Python error reporting, redux.Tom Lane
2025-10-22Remove useless pstrdup() calls.Tom Lane
2025-10-21Use CompactAttribute more often, when possibleDavid Rowley
2025-10-15plpython: Remove support for major version conflict detectionPeter Eisentraut
2025-09-30Make some use of anonymous unions [plpython]Peter Eisentraut
2025-09-16Provide more-specific error details/hints for function lookup failures.Tom Lane
2025-08-21PL/Python: Add event trigger supportPeter Eisentraut
2025-08-21PL/Python: Refactor for event trigger supportPeter Eisentraut
2025-07-29Don't put library-supplied -L/-I switches before user-supplied ones.Tom Lane
2025-06-15Sync typedefs.list with the buildfarm.Tom Lane
2025-06-07plpython: Remove obsolete test expected filePeter Eisentraut
2025-06-01Run pgindent on the previous commit.Tom Lane
2025-06-01Fix edge-case resource leaks in PL/Python error reporting.Tom Lane
2025-05-05Translation updatesPeter Eisentraut
2025-04-27Remove circular #include's between plpython.h and plpy_util.h.Tom Lane
2025-04-03plpython: Add test for returning Python set from SETOF functionPeter Eisentraut
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-03-14Activate Python "Limited API" in PL/PythonPeter Eisentraut
2025-03-12Prepare for Python "Limited API" in PL/PythonPeter Eisentraut
2025-02-26Revert "Prepare for Python "Limited API" in PL/Python"Peter Eisentraut
2025-02-26Prepare for Python "Limited API" in PL/PythonPeter Eisentraut
2025-02-25Remove obsolete Python version checkPeter Eisentraut
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-11Repair memory leaks in plpython.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-25Simplify some SPI tests of PL/PythonMichael Paquier
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
2024-08-06Mark misc static global variables as constHeikki Linnakangas
2024-05-14Make formatting in nls.mk files more consistentPeter Eisentraut
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-01Avoid possible longjmp-induced logic error in PLy_trigger_build_args.Tom Lane
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-26Fix mistaken file name in plpython's meson recipe.Tom Lane
2023-12-26Hide warnings from Python headers when using gcc-compatible compiler.Tom Lane
2023-11-06Remove distprepPeter Eisentraut
2023-09-18Fix assertion failure with PL/Python exceptionsMichael Paquier
2023-08-07Translation updatesPeter Eisentraut
2023-06-26Translation updatesPeter Eisentraut
2023-05-22Translation 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-28Handle zero-length sublist correctly in Python -> SQL array conversion.Tom Lane