aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/expected
Commit message (Expand)AuthorAge
* Fix recursive RECORD-returning plpython functions.Tom Lane2024-05-09
* Don't corrupt plpython's "TD" dictionary in a recursive trigger call.Tom Lane2024-05-07
* Fix assertion failure with PL/Python exceptionsMichael Paquier2023-09-19
* Tighten array dimensionality checks in Python -> SQL array conversion.Tom Lane2023-05-04
* Handle zero-length sublist correctly in Python -> SQL array conversion.Tom Lane2023-04-28
* Fix a couple of typosMichael Paquier2023-03-22
* PL/Python: Update guide to alternative expected filesPeter Eisentraut2022-06-27
* plpython: Restore alternative output for plpython_error test.Andres Freund2022-03-08
* plpython: Remove regression test infrastructure for Python 2.Andres Freund2022-03-07
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-02-28
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-10
* Fix subtransaction test for Python 3.10Peter Eisentraut2021-06-05
* Support for OUT parameters in proceduresPeter Eisentraut2020-10-05
* Modernize Python exception syntax in testsPeter Eisentraut2020-01-08
* Remove support for Python older than 2.6Peter Eisentraut2020-01-08
* Generated columnsPeter Eisentraut2019-03-30
* Mop-up for 3522d0eaba5, which missed some alternative output files.Andres Freund2018-07-22
* Deduplicate "invalid input syntax" messages for various types.Andres Freund2018-07-22
* Update expected files for older Python versionsPeter Eisentraut2018-05-03
* Tweak tests to support Python 3.7Peter Eisentraut2018-05-03
* Allow committing inside cursor loopPeter Eisentraut2018-03-28
* Support INOUT arguments in proceduresPeter Eisentraut2018-03-14
* Fix broken logic for reporting PL/Python function names in errcontext.Tom Lane2018-02-14
* PL/Python: Fix tests for older Python versionsPeter Eisentraut2018-01-22
* Transaction control in PL proceduresPeter Eisentraut2018-01-22
* SQL proceduresPeter Eisentraut2017-11-30
* Make PL/Python handle domain-type conversions correctly.Tom Lane2017-11-16
* Message style improvementsPeter Eisentraut2017-08-04
* PL/Python: Fix hint about returning composite type from PythonPeter Eisentraut2017-06-30
* Update expected fileAlvaro Herrera2017-05-25
* Follow-on cleanup for the transition table patch.Kevin Grittner2017-04-04
* PL/Python: Add cursor and execute methods to plan objectPeter Eisentraut2017-03-27
* Drop support for Python 2.3Peter Eisentraut2017-02-21
* Adapt python regression tests to 69f4b9c85f16.Andres Freund2017-01-18
* Format PL/Python module contents test verticallyPeter Eisentraut2016-10-27
* Remove platform-dependent PL/python test case.Heikki Linnakangas2016-10-26
* Avoid using platform-dependent floats in test case.Heikki Linnakangas2016-10-26
* Fix regression test to also work with Python 2.Heikki Linnakangas2016-10-26
* Give a hint, when [] is incorrectly used for a composite type in array.Heikki Linnakangas2016-10-26
* Support multi-dimensional arrays in PL/python.Heikki Linnakangas2016-10-26
* Fix further hash table order dependent tests.Andres Freund2016-10-12
* PL/Python: Report argument parsing errors using exceptionsPeter Eisentraut2016-07-02
* PL/Python: Clean up extended error reporting docs and testsPeter Eisentraut2016-06-15
* PL/Python: Rename new keyword arguments of plpy.error() etc.Peter Eisentraut2016-06-11
* PL/Python: Move ereport wrapper test cases to separate filePeter Eisentraut2016-06-07
* Fix PL/Python ereport() test to work on Python 2.3.Tom Lane2016-04-09
* Enhanced custom error in PLPythonuTeodor Sigaev2016-04-08
* Fix PL/Python for recursion and interleaved set-returning functions.Tom Lane2016-04-05
* Make plpython cope with funny characters in function names.Tom Lane2016-02-16
* Rearrange the handling of error context reports.Tom Lane2015-09-05