summaryrefslogtreecommitdiff
path: root/src/pl/plpython/sql/plpython_setof.sql
AgeCommit message (Expand)Author
2025-04-03plpython: Add test for returning Python set from SETOF functionPeter Eisentraut
2022-03-08plpython: Remove regression test infrastructure for Python 2.Andres Freund
2016-04-05Fix PL/Python for recursion and interleaved set-returning functions.Tom Lane
2013-12-11Add a regression test case for plpython function returning setof RECORD.Tom Lane
2012-05-02PL/Python: Fix crash in functions returning SETOF and using SPIPeter Eisentraut
2010-11-15Fix aboriginal mistake in plpython's set-returning-function support.Tom Lane
2009-08-24Make PL/Python tests more compatible with Python 3Peter Eisentraut
2009-08-13Augment test coverage in PL/Python, especially for error conditions.Peter Eisentraut
2009-08-12Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut
2005-07-05Back out patch. This should be done like other server-side languages.Bruce Momjian
2005-07-04This patch allows the PL/Python module to do (SRF) functions.Bruce Momjian