]> granicus.if.org Git - postgresql/history - src/pl/plpython/plpy_exec.c
Phase 2 of pgindent updates.
[postgresql] / src / pl / plpython / plpy_exec.c
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-04-04 Kevin GrittnerFollow-on cleanup for the transition table patch.
2016-11-08 Tom LaneSimplify code by getting rid of SPI_push, SPI_pop,...
2016-11-08 Tom LaneUse heap_modify_tuple not SPI_modifytuple in pl/python...
2016-10-26 Heikki LinnakangasGive a hint, when [] is incorrectly used for a composit...
2016-04-05 Tom LaneFix PL/Python for recursion and interleaved set-returni...
2015-11-05 Tom LaneFix memory leaks in PL/Python.
2015-08-03 Tom LaneFix a number of places that produced XX000 errors in...
2015-01-06 Alvaro HerreraFix thinko in plpython error message
2014-07-03 Tom LaneImprove support for composite types in PL/Python.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-26 Tom LaneFix refcounting bug in PLy_modify_tuple().
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-04-26 Peter EisentrautPL/Python: Accept strings in functions returning compos...
2012-03-13 Tom LaneCreate a stack of pl/python "execution contexts".
2011-12-29 Peter EisentrautPL/Python: Add argument names to function declarations
2011-12-18 Peter EisentrautSplit plpython.c into smaller pieces