summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_planobject.c
AgeCommit message (Expand)Author
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