index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plpython
/
expected
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tighten array dimensionality checks in Python -> SQL array conversion.
Tom Lane
2023-05-04
1
-7
/
+58
*
Handle zero-length sublist correctly in Python -> SQL array conversion.
Tom Lane
2023-04-28
1
-0
/
+9
*
Fix a couple of typos
Michael Paquier
2023-03-22
1
-1
/
+1
*
PL/Python: Update guide to alternative expected files
Peter Eisentraut
2022-06-27
1
-5
/
+0
*
plpython: Restore alternative output for plpython_error test.
Andres Freund
2022-03-08
2
-1
/
+448
*
plpython: Remove regression test infrastructure for Python 2.
Andres Freund
2022-03-07
23
-1771
/
+321
*
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-28
1
-6
/
+61
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
1
-2
/
+2
*
Fix subtransaction test for Python 3.10
Peter Eisentraut
2021-06-05
1
-4
/
+7
*
Support for OUT parameters in procedures
Peter Eisentraut
2020-10-05
1
-0
/
+17
*
Modernize Python exception syntax in tests
Peter Eisentraut
2020-01-08
7
-13
/
+13
*
Remove support for Python older than 2.6
Peter Eisentraut
2020-01-08
5
-1412
/
+0
*
Generated columns
Peter Eisentraut
2019-03-30
1
-0
/
+94
*
Mop-up for 3522d0eaba5, which missed some alternative output files.
Andres Freund
2018-07-22
3
-3
/
+3
*
Deduplicate "invalid input syntax" messages for various types.
Andres Freund
2018-07-22
2
-3
/
+3
*
Update expected files for older Python versions
Peter Eisentraut
2018-05-03
2
-2
/
+2
*
Tweak tests to support Python 3.7
Peter Eisentraut
2018-05-03
1
-3
/
+3
*
Allow committing inside cursor loop
Peter Eisentraut
2018-03-28
1
-4
/
+63
*
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-14
1
-0
/
+23
*
Fix broken logic for reporting PL/Python function names in errcontext.
Tom Lane
2018-02-14
3
-0
/
+69
*
PL/Python: Fix tests for older Python versions
Peter Eisentraut
2018-01-22
1
-2
/
+3
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
2
-1
/
+138
*
SQL procedures
Peter Eisentraut
2017-11-30
1
-0
/
+35
*
Make PL/Python handle domain-type conversions correctly.
Tom Lane
2017-11-16
2
-0
/
+256
*
Message style improvements
Peter Eisentraut
2017-08-04
2
-2
/
+4
*
PL/Python: Fix hint about returning composite type from Python
Peter Eisentraut
2017-06-30
1
-1
/
+1
*
Update expected file
Alvaro Herrera
2017-05-25
1
-2
/
+2
*
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-04-04
1
-0
/
+21
*
PL/Python: Add cursor and execute methods to plan object
Peter Eisentraut
2017-03-27
1
-3
/
+16
*
Drop support for Python 2.3
Peter Eisentraut
2017-02-21
1
-14
/
+10
*
Adapt python regression tests to 69f4b9c85f16.
Andres Freund
2017-01-18
1
-5
/
+2
*
Format PL/Python module contents test vertically
Peter Eisentraut
2016-10-27
1
-6
/
+23
*
Remove platform-dependent PL/python test case.
Heikki Linnakangas
2016-10-26
2
-22
/
+0
*
Avoid using platform-dependent floats in test case.
Heikki Linnakangas
2016-10-26
2
-30
/
+8
*
Fix regression test to also work with Python 2.
Heikki Linnakangas
2016-10-26
1
-1
/
+1
*
Give a hint, when [] is incorrectly used for a composite type in array.
Heikki Linnakangas
2016-10-26
1
-0
/
+13
*
Support multi-dimensional arrays in PL/python.
Heikki Linnakangas
2016-10-26
3
-9
/
+309
*
Fix further hash table order dependent tests.
Andres Freund
2016-10-12
1
-2
/
+2
*
PL/Python: Report argument parsing errors using exceptions
Peter Eisentraut
2016-07-02
1
-8
/
+20
*
PL/Python: Clean up extended error reporting docs and tests
Peter Eisentraut
2016-06-15
1
-63
/
+69
*
PL/Python: Rename new keyword arguments of plpy.error() etc.
Peter Eisentraut
2016-06-11
1
-33
/
+33
*
PL/Python: Move ereport wrapper test cases to separate file
Peter Eisentraut
2016-06-07
2
-191
/
+191
*
Fix PL/Python ereport() test to work on Python 2.3.
Tom Lane
2016-04-09
1
-10
/
+14
*
Enhanced custom error in PLPythonu
Teodor Sigaev
2016-04-08
1
-3
/
+190
*
Fix PL/Python for recursion and interleaved set-returning functions.
Tom Lane
2016-04-05
2
-0
/
+44
*
Make plpython cope with funny characters in function names.
Tom Lane
2016-02-16
1
-4
/
+4
*
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
12
-311
/
+0
*
Fix plpython crash when returning string representation of a RECORD result.
Tom Lane
2015-08-21
1
-0
/
+206
*
PL/Python: Make tests pass with Python 3.5
Peter Eisentraut
2015-08-13
5
-14
/
+443
*
PL/Python: Fix regression tests for Python 3
Peter Eisentraut
2015-03-11
1
-0
/
+8
[next]