summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_exec.c
AgeCommit message (Expand)Author
2022-10-07Fix final warnings produced by -Wshadow=compatible-localDavid Rowley
2022-03-08plpython: Code cleanup related to removal of Python 2 support.Andres Freund
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-04Fix some compiler warnings on older compilersPeter Eisentraut
2019-11-01PG_FINALLYPeter Eisentraut
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-03-30Generated columnsPeter Eisentraut
2019-01-26Change function call information to be variable length.Andres Freund
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-03-14Support INOUT arguments in proceduresPeter Eisentraut
2017-12-03Fix uninitialized-variable compiler warning induced by commit e4128ee76.Tom Lane
2017-11-30SQL proceduresPeter Eisentraut
2017-11-29PL/Python: Fix remaining scan-build warningsPeter Eisentraut
2017-11-18Consistently catch errors from Python _New() functionsPeter Eisentraut
2017-11-16Make PL/Python handle domain-type conversions correctly.Tom Lane
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-04Follow-on cleanup for the transition table patch.Kevin Grittner
2016-11-08Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.Tom Lane
2016-11-08Use heap_modify_tuple not SPI_modifytuple in pl/python triggers.Tom Lane
2016-10-26Give a hint, when [] is incorrectly used for a composite type in array.Heikki Linnakangas
2016-04-05Fix PL/Python for recursion and interleaved set-returning functions.Tom Lane
2015-11-05Fix memory leaks in PL/Python.Tom Lane
2015-08-03Fix a number of places that produced XX000 errors in the regression tests.Tom Lane
2015-01-06Fix thinko in plpython error messageAlvaro Herrera
2014-07-03Improve support for composite types in PL/Python.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-26Fix refcounting bug in PLy_modify_tuple().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-04-26PL/Python: Accept strings in functions returning composite typesPeter Eisentraut
2012-03-13Create a stack of pl/python "execution contexts".Tom Lane
2011-12-29PL/Python: Add argument names to function declarationsPeter Eisentraut
2011-12-18Split plpython.c into smaller piecesPeter Eisentraut