summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_planobject.c
AgeCommit message (Expand)Author
2025-04-27Remove circular #include's between plpython.h and plpy_util.h.Tom Lane
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-01-11Repair memory leaks in plpython.Tom Lane
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2022-03-08plpython: Code cleanup related to removal of Python 2 support.Andres Freund
2020-05-21Clear some style deviations.Noah Misch
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2018-09-07Use C99 designated initializers for some structsPeter Eisentraut
2017-03-27PL/Python: Add cursor and execute methods to plan objectPeter Eisentraut
2016-10-27Add function name to PyArg_ParseTuple()Peter Eisentraut
2015-11-05Fix memory leaks in PL/Python.Tom Lane
2011-12-29PL/Python: Add argument names to function declarationsPeter Eisentraut
2011-12-18Split plpython.c into smaller piecesPeter Eisentraut