summaryrefslogtreecommitdiff
path: root/src/pl/plpython/expected
Commit message (Expand)AuthorAgeFilesLines
* Tighten array dimensionality checks in Python -> SQL array conversion.Tom Lane2023-05-041-7/+58
* Handle zero-length sublist correctly in Python -> SQL array conversion.Tom Lane2023-04-281-0/+9
* Fix a couple of typosMichael Paquier2023-03-221-1/+1
* PL/Python: Update guide to alternative expected filesPeter Eisentraut2022-06-271-5/+0
* plpython: Restore alternative output for plpython_error test.Andres Freund2022-03-082-1/+448
* plpython: Remove regression test infrastructure for Python 2.Andres Freund2022-03-0723-1771/+321
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-02-281-6/+61
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-101-2/+2
* Fix subtransaction test for Python 3.10Peter Eisentraut2021-06-051-4/+7
* Support for OUT parameters in proceduresPeter Eisentraut2020-10-051-0/+17
* Modernize Python exception syntax in testsPeter Eisentraut2020-01-087-13/+13
* Remove support for Python older than 2.6Peter Eisentraut2020-01-085-1412/+0
* Generated columnsPeter Eisentraut2019-03-301-0/+94
* Mop-up for 3522d0eaba5, which missed some alternative output files.Andres Freund2018-07-223-3/+3
* Deduplicate "invalid input syntax" messages for various types.Andres Freund2018-07-222-3/+3
* Update expected files for older Python versionsPeter Eisentraut2018-05-032-2/+2
* Tweak tests to support Python 3.7Peter Eisentraut2018-05-031-3/+3
* Allow committing inside cursor loopPeter Eisentraut2018-03-281-4/+63
* Support INOUT arguments in proceduresPeter Eisentraut2018-03-141-0/+23
* Fix broken logic for reporting PL/Python function names in errcontext.Tom Lane2018-02-143-0/+69
* PL/Python: Fix tests for older Python versionsPeter Eisentraut2018-01-221-2/+3
* Transaction control in PL proceduresPeter Eisentraut2018-01-222-1/+138
* SQL proceduresPeter Eisentraut2017-11-301-0/+35
* Make PL/Python handle domain-type conversions correctly.Tom Lane2017-11-162-0/+256
* Message style improvementsPeter Eisentraut2017-08-042-2/+4
* PL/Python: Fix hint about returning composite type from PythonPeter Eisentraut2017-06-301-1/+1
* Update expected fileAlvaro Herrera2017-05-251-2/+2
* Follow-on cleanup for the transition table patch.Kevin Grittner2017-04-041-0/+21
* PL/Python: Add cursor and execute methods to plan objectPeter Eisentraut2017-03-271-3/+16
* Drop support for Python 2.3Peter Eisentraut2017-02-211-14/+10
* Adapt python regression tests to 69f4b9c85f16.Andres Freund2017-01-181-5/+2
* Format PL/Python module contents test verticallyPeter Eisentraut2016-10-271-6/+23
* Remove platform-dependent PL/python test case.Heikki Linnakangas2016-10-262-22/+0
* Avoid using platform-dependent floats in test case.Heikki Linnakangas2016-10-262-30/+8
* Fix regression test to also work with Python 2.Heikki Linnakangas2016-10-261-1/+1
* Give a hint, when [] is incorrectly used for a composite type in array.Heikki Linnakangas2016-10-261-0/+13
* Support multi-dimensional arrays in PL/python.Heikki Linnakangas2016-10-263-9/+309
* Fix further hash table order dependent tests.Andres Freund2016-10-121-2/+2
* PL/Python: Report argument parsing errors using exceptionsPeter Eisentraut2016-07-021-8/+20
* PL/Python: Clean up extended error reporting docs and testsPeter Eisentraut2016-06-151-63/+69
* PL/Python: Rename new keyword arguments of plpy.error() etc.Peter Eisentraut2016-06-111-33/+33
* PL/Python: Move ereport wrapper test cases to separate filePeter Eisentraut2016-06-072-191/+191
* Fix PL/Python ereport() test to work on Python 2.3.Tom Lane2016-04-091-10/+14
* Enhanced custom error in PLPythonuTeodor Sigaev2016-04-081-3/+190
* Fix PL/Python for recursion and interleaved set-returning functions.Tom Lane2016-04-052-0/+44
* Make plpython cope with funny characters in function names.Tom Lane2016-02-161-4/+4
* Rearrange the handling of error context reports.Tom Lane2015-09-0512-311/+0
* Fix plpython crash when returning string representation of a RECORD result.Tom Lane2015-08-211-0/+206
* PL/Python: Make tests pass with Python 3.5Peter Eisentraut2015-08-135-14/+443
* PL/Python: Fix regression tests for Python 3Peter Eisentraut2015-03-111-0/+8