summaryrefslogtreecommitdiff
path: root/src/pl/plpython/sql
AgeCommit message (Expand)Author
2023-03-21Fix a couple of typosMichael Paquier
2022-03-08plpython: Remove regression test infrastructure for Python 2.Andres Freund
2022-02-28Fix SPI's handling of errors during transaction commit.Tom Lane
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-06-05Fix subtransaction test for Python 3.10Peter Eisentraut
2020-10-05Support for OUT parameters in proceduresPeter Eisentraut
2020-01-08Modernize Python exception syntax in testsPeter Eisentraut
2020-01-08Remove support for Python older than 2.6Peter Eisentraut
2019-03-30Generated columnsPeter Eisentraut
2018-05-03Tweak tests to support Python 3.7Peter Eisentraut
2018-03-28Allow committing inside cursor loopPeter Eisentraut
2018-03-14Support INOUT arguments in proceduresPeter Eisentraut
2018-02-14Fix broken logic for reporting PL/Python function names in errcontext.Tom Lane
2018-01-22PL/Python: Fix tests for older Python versionsPeter Eisentraut
2018-01-22Transaction control in PL proceduresPeter Eisentraut
2017-11-30SQL proceduresPeter Eisentraut
2017-11-16Make PL/Python handle domain-type conversions correctly.Tom Lane
2017-04-04Follow-on cleanup for the transition table patch.Kevin Grittner
2017-03-27PL/Python: Add cursor and execute methods to plan objectPeter Eisentraut
2017-02-21Drop support for Python 2.3Peter Eisentraut
2016-10-27Format PL/Python module contents test verticallyPeter Eisentraut
2016-10-26Remove platform-dependent PL/python test case.Heikki Linnakangas
2016-10-26Avoid using platform-dependent floats in test case.Heikki Linnakangas
2016-10-26Give a hint, when [] is incorrectly used for a composite type in array.Heikki Linnakangas
2016-10-26Support multi-dimensional arrays in PL/python.Heikki Linnakangas
2016-10-13Fix further hash table order dependent tests.Andres Freund
2016-06-15PL/Python: Clean up extended error reporting docs and testsPeter Eisentraut
2016-06-11PL/Python: Rename new keyword arguments of plpy.error() etc.Peter Eisentraut
2016-06-07PL/Python: Move ereport wrapper test cases to separate filePeter Eisentraut
2016-04-09Fix PL/Python ereport() test to work on Python 2.3.Tom Lane
2016-04-08Enhanced custom error in PLPythonuTeodor Sigaev
2016-04-05Fix PL/Python for recursion and interleaved set-returning functions.Tom Lane
2016-02-17Make plpython cope with funny characters in function names.Tom Lane
2015-08-21Fix plpython crash when returning string representation of a RECORD result.Tom Lane
2015-08-14PL/Python: Make tests pass with Python 3.5Peter Eisentraut
2015-03-11PL/Python: Avoid lossiness in float conversionPeter Eisentraut
2014-07-03Improve support for composite types in PL/Python.Tom Lane
2014-06-03Make plpython_unicode regression test work in more database encodings.Tom Lane
2014-04-30PL/Python: Adjust the regression tests for Python 3.4Peter Eisentraut
2013-12-11Add a regression test case for plpython function returning setof RECORD.Tom Lane
2013-11-26Handle domains over arrays like plain arrays in PL/python.Heikki Linnakangas
2013-08-11PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut
2013-07-07PL/Python: Make regression tests pass with older Python versionsPeter Eisentraut
2013-07-06PL/Python: Convert numeric to DecimalPeter Eisentraut
2013-02-03PL/Python: Add result object str handlerPeter Eisentraut
2013-01-28Handle SPIErrors raised directly in PL/Python code.Heikki Linnakangas
2013-01-25Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane
2012-09-29PL/Python: Convert oid to long/intPeter Eisentraut
2012-09-08Adjust PL/Python regression tests some more for Python 3.3.Tom Lane
2012-05-11PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut