aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_subxactobject.c
Commit message (Expand)AuthorAge
* Clear some style deviations.Noah Misch2020-05-21
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Use C99 designated initializers for some structsPeter Eisentraut2018-09-07
* Use Py_RETURN_NONE where suitablePeter Eisentraut2017-09-29
* Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.Tom Lane2016-11-08
* Fix memory leaks in PL/Python.Tom Lane2015-11-05
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* PL/Python: Add argument names to function declarationsPeter Eisentraut2011-12-29
* Split plpython.c into smaller piecesPeter Eisentraut2011-12-18