summaryrefslogtreecommitdiff
path: root/src/pl/plpython
AgeCommit message (Expand)Author
2026-08-17Use safer allocation routines in more places of the treeMichael Paquier
2026-07-06Make PLy_elog() use pg_integer_constant_p().Tom Lane
2026-06-29plpython: Fix NULL pointer dereferences for broken sequence and mapping objectsRichard Guo
2026-06-21plpython: Use funccache.c infrastructure for procedure caching.Tom Lane
2026-06-01Translation updatesPeter Eisentraut
2026-05-13Pre-beta mechanical code beautification, step 1: run pgindent.Tom Lane
2026-04-08Remove MULE_INTERNAL encoding.Thomas Munro
2026-03-30Remove bits* typedefs.Nathan Bossart
2026-02-26EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing.Noah Misch
2026-02-02Refactor att_align_nominal() to improve performance.Tom Lane
2026-01-15plpython: Streamline initializationPeter Eisentraut
2026-01-15plpython: Remove duplicate PyModule_Create()Peter Eisentraut
2026-01-15plpython: Clean up PyModule_AddObject() usesPeter Eisentraut
2026-01-15plpython: Remove commented out codePeter Eisentraut
2026-01-14Enable Python Limited API for PL/Python on MSVCPeter Eisentraut
2026-01-01Update copyright for 2026Bruce Momjian
2025-12-09Use 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