index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plpython
/
expected
Commit message (
Expand
)
Author
Age
*
Fix recursive RECORD-returning plpython functions.
Tom Lane
2024-05-09
*
Don't corrupt plpython's "TD" dictionary in a recursive trigger call.
Tom Lane
2024-05-07
*
Fix assertion failure with PL/Python exceptions
Michael Paquier
2023-09-19
*
Tighten array dimensionality checks in Python -> SQL array conversion.
Tom Lane
2023-05-04
*
Handle zero-length sublist correctly in Python -> SQL array conversion.
Tom Lane
2023-04-28
*
Fix a couple of typos
Michael Paquier
2023-03-22
*
PL/Python: Update guide to alternative expected files
Peter Eisentraut
2022-06-27
*
plpython: Restore alternative output for plpython_error test.
Andres Freund
2022-03-08
*
plpython: Remove regression test infrastructure for Python 2.
Andres Freund
2022-03-07
*
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-28
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
*
Fix subtransaction test for Python 3.10
Peter Eisentraut
2021-06-05
*
Support for OUT parameters in procedures
Peter Eisentraut
2020-10-05
*
Modernize Python exception syntax in tests
Peter Eisentraut
2020-01-08
*
Remove support for Python older than 2.6
Peter Eisentraut
2020-01-08
*
Generated columns
Peter Eisentraut
2019-03-30
*
Mop-up for 3522d0eaba5, which missed some alternative output files.
Andres Freund
2018-07-22
*
Deduplicate "invalid input syntax" messages for various types.
Andres Freund
2018-07-22
*
Update expected files for older Python versions
Peter Eisentraut
2018-05-03
*
Tweak tests to support Python 3.7
Peter Eisentraut
2018-05-03
*
Allow committing inside cursor loop
Peter Eisentraut
2018-03-28
*
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-14
*
Fix broken logic for reporting PL/Python function names in errcontext.
Tom Lane
2018-02-14
*
PL/Python: Fix tests for older Python versions
Peter Eisentraut
2018-01-22
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Make PL/Python handle domain-type conversions correctly.
Tom Lane
2017-11-16
*
Message style improvements
Peter Eisentraut
2017-08-04
*
PL/Python: Fix hint about returning composite type from Python
Peter Eisentraut
2017-06-30
*
Update expected file
Alvaro Herrera
2017-05-25
*
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-04-04
*
PL/Python: Add cursor and execute methods to plan object
Peter Eisentraut
2017-03-27
*
Drop support for Python 2.3
Peter Eisentraut
2017-02-21
*
Adapt python regression tests to 69f4b9c85f16.
Andres Freund
2017-01-18
*
Format PL/Python module contents test vertically
Peter Eisentraut
2016-10-27
*
Remove platform-dependent PL/python test case.
Heikki Linnakangas
2016-10-26
*
Avoid using platform-dependent floats in test case.
Heikki Linnakangas
2016-10-26
*
Fix regression test to also work with Python 2.
Heikki Linnakangas
2016-10-26
*
Give a hint, when [] is incorrectly used for a composite type in array.
Heikki Linnakangas
2016-10-26
*
Support multi-dimensional arrays in PL/python.
Heikki Linnakangas
2016-10-26
*
Fix further hash table order dependent tests.
Andres Freund
2016-10-12
*
PL/Python: Report argument parsing errors using exceptions
Peter Eisentraut
2016-07-02
*
PL/Python: Clean up extended error reporting docs and tests
Peter Eisentraut
2016-06-15
*
PL/Python: Rename new keyword arguments of plpy.error() etc.
Peter Eisentraut
2016-06-11
*
PL/Python: Move ereport wrapper test cases to separate file
Peter Eisentraut
2016-06-07
*
Fix PL/Python ereport() test to work on Python 2.3.
Tom Lane
2016-04-09
*
Enhanced custom error in PLPythonu
Teodor Sigaev
2016-04-08
*
Fix PL/Python for recursion and interleaved set-returning functions.
Tom Lane
2016-04-05
*
Make plpython cope with funny characters in function names.
Tom Lane
2016-02-16
*
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
[next]