summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_subxactobject.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
2020-05-21Clear some style deviations.Noah Misch
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2018-09-07Use C99 designated initializers for some structsPeter Eisentraut
2017-09-29Use Py_RETURN_NONE where suitablePeter Eisentraut
2016-11-08Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.Tom Lane
2015-11-05Fix memory leaks in PL/Python.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2011-12-29PL/Python: Add argument names to function declarationsPeter Eisentraut
2011-12-18Split plpython.c into smaller piecesPeter Eisentraut