aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_exec.c
Commit message (Expand)AuthorAge
* Support INOUT arguments in proceduresPeter Eisentraut2018-03-14
* Fix uninitialized-variable compiler warning induced by commit e4128ee76.Tom Lane2017-12-03
* SQL proceduresPeter Eisentraut2017-11-30
* PL/Python: Fix remaining scan-build warningsPeter Eisentraut2017-11-29
* Consistently catch errors from Python _New() functionsPeter Eisentraut2017-11-18
* Make PL/Python handle domain-type conversions correctly.Tom Lane2017-11-16
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Follow-on cleanup for the transition table patch.Kevin Grittner2017-04-04
* Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.Tom Lane2016-11-08
* Use heap_modify_tuple not SPI_modifytuple in pl/python triggers.Tom Lane2016-11-08
* Give a hint, when [] is incorrectly used for a composite type in array.Heikki Linnakangas2016-10-26
* Fix PL/Python for recursion and interleaved set-returning functions.Tom Lane2016-04-05
* Fix memory leaks in PL/Python.Tom Lane2015-11-05
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-02
* Fix thinko in plpython error messageAlvaro Herrera2015-01-06
* Improve support for composite types in PL/Python.Tom Lane2014-07-03
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix refcounting bug in PLy_modify_tuple().Tom Lane2014-03-26
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* PL/Python: Accept strings in functions returning composite typesPeter Eisentraut2012-04-26
* Create a stack of pl/python "execution contexts".Tom Lane2012-03-13
* PL/Python: Add argument names to function declarationsPeter Eisentraut2011-12-29
* Split plpython.c into smaller piecesPeter Eisentraut2011-12-18