summaryrefslogtreecommitdiff
path: root/src/pl/plpython
AgeCommit message (Expand)Author
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
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-03-24meson: add install-{quiet, world} targetsAndres Freund
2023-03-21Fix a couple of typosMichael Paquier
2023-03-08Break up long GETTEXT_FILES listsPeter Eisentraut
2023-01-25plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCEAndres Freund
2023-01-25plpython: Avoid the need to redefine *printf macrosAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-27Convert the reg* input functions to report (most) errors softly.Tom Lane
2022-12-20Add copyright notices to meson filesAndrew Dunstan