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
/
sql
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tighten array dimensionality checks in Python -> SQL array conversion.
Tom Lane
2023-05-04
1
-3
/
+47
*
Handle zero-length sublist correctly in Python -> SQL array conversion.
Tom Lane
2023-04-28
1
-0
/
+7
*
Fix a couple of typos
Michael Paquier
2023-03-22
1
-1
/
+1
*
plpython: Remove regression test infrastructure for Python 2.
Andres Freund
2022-03-07
21
-251
/
+243
*
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-28
1
-0
/
+30
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
1
-1
/
+1
*
Fix subtransaction test for Python 3.10
Peter Eisentraut
2021-06-05
1
-2
/
+5
*
Support for OUT parameters in procedures
Peter Eisentraut
2020-10-05
1
-0
/
+19
*
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
1
-37
/
+0
*
Generated columns
Peter Eisentraut
2019-03-30
1
-0
/
+37
*
Tweak tests to support Python 3.7
Peter Eisentraut
2018-05-03
1
-1
/
+1
*
Allow committing inside cursor loop
Peter Eisentraut
2018-03-28
1
-0
/
+36
*
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-14
1
-0
/
+20
*
Fix broken logic for reporting PL/Python function names in errcontext.
Tom Lane
2018-02-14
1
-0
/
+16
*
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
1
-0
/
+115
*
SQL procedures
Peter Eisentraut
2017-11-30
1
-0
/
+41
*
Make PL/Python handle domain-type conversions correctly.
Tom Lane
2017-11-16
1
-0
/
+91
*
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-04-04
1
-0
/
+24
*
PL/Python: Add cursor and execute methods to plan object
Peter Eisentraut
2017-03-27
1
-2
/
+16
*
Drop support for Python 2.3
Peter Eisentraut
2017-02-21
1
-6
/
+2
*
Format PL/Python module contents test vertically
Peter Eisentraut
2016-10-27
1
-2
/
+2
*
Remove platform-dependent PL/python test case.
Heikki Linnakangas
2016-10-26
1
-7
/
+0
*
Avoid using platform-dependent floats in test case.
Heikki Linnakangas
2016-10-26
1
-9
/
+2
*
Give a hint, when [] is incorrectly used for a composite type in array.
Heikki Linnakangas
2016-10-26
1
-0
/
+9
*
Support multi-dimensional arrays in PL/python.
Heikki Linnakangas
2016-10-26
2
-3
/
+95
*
Fix further hash table order dependent tests.
Andres Freund
2016-10-12
1
-2
/
+2
*
PL/Python: Clean up extended error reporting docs and tests
Peter Eisentraut
2016-06-15
1
-58
/
+64
*
PL/Python: Rename new keyword arguments of plpy.error() etc.
Peter Eisentraut
2016-06-11
1
-31
/
+31
*
PL/Python: Move ereport wrapper test cases to separate file
Peter Eisentraut
2016-06-07
2
-138
/
+137
*
Fix PL/Python ereport() test to work on Python 2.3.
Tom Lane
2016-04-09
1
-2
/
+6
*
Enhanced custom error in PLPythonu
Teodor Sigaev
2016-04-08
1
-2
/
+135
*
Fix PL/Python for recursion and interleaved set-returning functions.
Tom Lane
2016-04-05
2
-9
/
+22
*
Make plpython cope with funny characters in function names.
Tom Lane
2016-02-16
1
-3
/
+3
*
Fix plpython crash when returning string representation of a RECORD result.
Tom Lane
2015-08-21
1
-0
/
+41
*
PL/Python: Make tests pass with Python 3.5
Peter Eisentraut
2015-08-13
1
-2
/
+2
*
PL/Python: Avoid lossiness in float conversion
Peter Eisentraut
2015-03-11
1
-0
/
+1
*
Improve support for composite types in PL/Python.
Tom Lane
2014-07-03
3
-2
/
+14
*
Make plpython_unicode regression test work in more database encodings.
Tom Lane
2014-06-03
1
-3
/
+8
*
PL/Python: Adjust the regression tests for Python 3.4
Peter Eisentraut
2014-04-29
1
-1
/
+1
*
Add a regression test case for plpython function returning setof RECORD.
Tom Lane
2013-12-11
1
-3
/
+12
*
Handle domains over arrays like plain arrays in PL/python.
Heikki Linnakangas
2013-11-26
1
-0
/
+20
*
PL/Python: Adjust the regression tests for Python 3.3
Peter Eisentraut
2013-08-11
1
-1
/
+1
*
PL/Python: Make regression tests pass with older Python versions
Peter Eisentraut
2013-07-06
1
-1
/
+1
*
PL/Python: Convert numeric to Decimal
Peter Eisentraut
2013-07-05
1
-2
/
+7
*
PL/Python: Add result object str handler
Peter Eisentraut
2013-02-03
1
-0
/
+10
*
Handle SPIErrors raised directly in PL/Python code.
Heikki Linnakangas
2013-01-28
1
-0
/
+30
*
Fix plpython's handling of functions used as triggers on multiple tables.
Tom Lane
2013-01-25
1
-0
/
+18
*
PL/Python: Convert oid to long/int
Peter Eisentraut
2012-09-29
1
-0
/
+10
[next]