summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_spi.c
AgeCommit message (Expand)Author
2013-07-25Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane
2013-07-20Fix error handling in PLy_spi_execute_fetch_result().Tom Lane
2013-01-31Don't use spi_priv.h in plpython.Tom Lane
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-02PL/Python: Fix crash in functions returning SETOF and using SPIPeter Eisentraut
2012-03-13Patch some corner-case bugs in pl/python.Tom Lane
2012-03-13Create a stack of pl/python "execution contexts".Tom Lane
2012-01-30PL/Python: Add result metadata functionsPeter Eisentraut
2011-12-29PL/Python: Add argument names to function declarationsPeter Eisentraut
2011-12-18Split plpython.c into smaller piecesPeter Eisentraut