index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plpython
/
expected
Age
Commit message (
Expand
)
Author
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-08-21
PL/Python: Add event trigger support
Peter Eisentraut
2025-06-07
plpython: Remove obsolete test expected file
Peter Eisentraut
2025-04-03
plpython: Add test for returning Python set from SETOF function
Peter Eisentraut
2025-02-07
Virtual generated columns
Peter Eisentraut
2024-11-25
Simplify some SPI tests of PL/Python
Michael Paquier
2024-05-09
Fix recursive RECORD-returning plpython functions.
Tom Lane
2024-05-07
Don't corrupt plpython's "TD" dictionary in a recursive trigger call.
Tom Lane
2023-09-19
Fix assertion failure with PL/Python exceptions
Michael Paquier
2023-05-04
Tighten array dimensionality checks in Python -> SQL array conversion.
Tom Lane
2023-04-28
Handle zero-length sublist correctly in Python -> SQL array conversion.
Tom Lane
2023-03-22
Fix a couple of typos
Michael Paquier
2022-06-27
PL/Python: Update guide to alternative expected files
Peter Eisentraut
2022-03-08
plpython: Restore alternative output for plpython_error test.
Andres Freund
2022-03-07
plpython: Remove regression test infrastructure for Python 2.
Andres Freund
2022-02-28
Fix SPI's handling of errors during transaction commit.
Tom Lane
2021-06-10
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-05
Fix subtransaction test for Python 3.10
Peter Eisentraut
2020-10-05
Support for OUT parameters in procedures
Peter Eisentraut
2020-01-08
Modernize Python exception syntax in tests
Peter Eisentraut
2020-01-08
Remove support for Python older than 2.6
Peter Eisentraut
2019-03-30
Generated columns
Peter Eisentraut
2018-07-22
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-05-03
Update expected files for older Python versions
Peter Eisentraut
2018-05-03
Tweak tests to support Python 3.7
Peter Eisentraut
2018-03-28
Allow committing inside cursor loop
Peter Eisentraut
2018-03-14
Support INOUT arguments in procedures
Peter Eisentraut
2018-02-14
Fix broken logic for reporting PL/Python function names in errcontext.
Tom Lane
2018-01-22
PL/Python: Fix tests for older Python versions
Peter Eisentraut
2018-01-22
Transaction control in PL procedures
Peter Eisentraut
2017-11-30
SQL procedures
Peter Eisentraut
2017-11-16
Make PL/Python handle domain-type conversions correctly.
Tom Lane
2017-08-04
Message style improvements
Peter Eisentraut
2017-06-30
PL/Python: Fix hint about returning composite type from Python
Peter Eisentraut
2017-05-25
Update expected file
Alvaro Herrera
2017-04-04
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-03-27
PL/Python: Add cursor and execute methods to plan object
Peter Eisentraut
2017-02-21
Drop support for Python 2.3
Peter Eisentraut
2017-01-18
Adapt python regression tests to 69f4b9c85f16.
Andres Freund
2016-10-27
Format PL/Python module contents test vertically
Peter Eisentraut
2016-10-26
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-12
Fix further hash table order dependent tests.
Andres Freund
2016-07-02
PL/Python: Report argument parsing errors using exceptions
Peter Eisentraut
2016-06-15
PL/Python: Clean up extended error reporting docs and tests
Peter Eisentraut
2016-06-11
PL/Python: Rename new keyword arguments of plpy.error() etc.
Peter Eisentraut
[next]