]> granicus.if.org Git - postgresql/history - src/pl/plpython/plpy_spi.c
Add macros to make AllocSetContextCreate() calls simpler and safer.
[postgresql] / src / pl / plpython / plpy_spi.c
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-08 Teodor SigaevEnhanced custom error in PLPythonu
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2015-11-05 Tom LaneFix memory leaks in PL/Python.
2015-04-26 Peter EisentrautAdd transforms feature
2014-07-05 Kevin GrittnerRemove dead typeStruct variable from plpy_spi.c.
2014-07-03 Tom LaneImprove support for composite types in PL/Python.
2014-04-08 Robert HaasAdd new to_reg* functions for error-free OID lookups.
2013-07-25 Tom LanePrevent leakage of SPI tuple tables during subtransacti...
2013-07-20 Tom LaneFix error handling in PLy_spi_execute_fetch_result().
2013-01-31 Tom LaneDon't use spi_priv.h in plpython.
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-02 Peter EisentrautPL/Python: Fix crash in functions returning SETOF and...
2012-03-13 Tom LanePatch some corner-case bugs in pl/python.
2012-03-13 Tom LaneCreate a stack of pl/python "execution contexts".
2012-01-30 Peter EisentrautPL/Python: Add result metadata functions
2011-12-29 Peter EisentrautPL/Python: Add argument names to function declarations
2011-12-18 Peter EisentrautSplit plpython.c into smaller pieces