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
...
*
PL/Python: Avoid lossiness in float conversion
Peter Eisentraut
2015-03-11
1
-0
/
+8
*
Improve support for composite types in PL/Python.
Tom Lane
2014-07-03
4
-18
/
+35
*
Make plpython_unicode regression test work in more database encodings.
Tom Lane
2014-06-03
1
-6
/
+11
*
PL/Python: Adjust the regression tests for Python 3.4
Peter Eisentraut
2014-04-29
1
-3
/
+3
*
Add a regression test case for plpython function returning setof RECORD.
Tom Lane
2013-12-11
1
-2
/
+34
*
Fix plpython3 expected output.
Heikki Linnakangas
2013-11-27
1
-0
/
+3
*
Oops, forgot to "git add" last minute changes to regression test.
Heikki Linnakangas
2013-11-26
1
-0
/
+3
*
Handle domains over arrays like plain arrays in PL/python.
Heikki Linnakangas
2013-11-26
2
-0
/
+56
*
PL/Python: Adjust the regression tests for Python 3.3
Peter Eisentraut
2013-08-11
1
-4
/
+4
*
PL/Python: Make regression tests pass with older Python versions
Peter Eisentraut
2013-07-06
2
-18
/
+18
*
PL/Python: Convert numeric to Decimal
Peter Eisentraut
2013-07-05
2
-16
/
+82
*
PL/Python: Add result object str handler
Peter Eisentraut
2013-02-03
1
-0
/
+18
*
Handle SPIErrors raised directly in PL/Python code.
Heikki Linnakangas
2013-01-28
2
-0
/
+52
*
Fix plpython's handling of functions used as triggers on multiple tables.
Tom Lane
2013-01-25
1
-0
/
+24
*
PL/Python: Convert oid to long/int
Peter Eisentraut
2012-09-29
2
-0
/
+56
*
Adjust PL/Python regression tests some more for Python 3.3.
Tom Lane
2012-09-08
1
-2
/
+2
*
Perform conversion from Python unicode to string/bytes object via UTF-8.
Heikki Linnakangas
2012-08-06
1
-54
/
+0
*
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-07-04
6
-15
/
+0
*
PL/Python: Adjust the regression tests for Python 3.3
Peter Eisentraut
2012-05-11
3
-11
/
+21
*
PL/Python: Fix slicing support for result objects for Python 3
Peter Eisentraut
2012-05-10
1
-20
/
+55
*
Python 2.2 is no longer supported
Peter Eisentraut
2012-05-10
1
-3
/
+0
*
PL/Python: Improve test coverage
Peter Eisentraut
2012-05-02
2
-0
/
+23
*
PL/Python: Fix crash in functions returning SETOF and using SPI
Peter Eisentraut
2012-05-02
1
-0
/
+16
*
PL/Python: Accept strings in functions returning composite types
Peter Eisentraut
2012-04-26
2
-0
/
+53
*
PL/Python: Improve documentation of nrows() method
Peter Eisentraut
2012-04-16
1
-0
/
+58
*
PL/Python: Fix crash when colnames() etc. called without result set
Peter Eisentraut
2012-04-15
1
-10
/
+18
*
Code review for plpgsql fn_signature patch.
Tom Lane
2012-02-01
2
-4
/
+4
*
Adjust expected regression test outputs for PL/python.
Robert Haas
2012-01-31
1
-2
/
+2
*
PL/Python: Add result metadata functions
Peter Eisentraut
2012-01-30
1
-1
/
+10
*
plpython: Add SPI cursor support
Peter Eisentraut
2011-12-05
5
-3
/
+360
*
Preserve SQLSTATE when an SPI error is propagated through PL/python
Heikki Linnakangas
2011-11-24
2
-0
/
+44
*
Fix two issues in plpython's handling of composite results.
Tom Lane
2011-08-17
1
-0
/
+21
*
Set client encoding explicitly in plpython_unicode test
Peter Eisentraut
2011-04-16
4
-52
/
+3
*
Update regression test files for PL/Python traceback patch
Peter Eisentraut
2011-04-06
1
-1
/
+4
*
Add traceback information to PL/Python errors
Peter Eisentraut
2011-04-06
9
-41
/
+480
*
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-04
2
-2
/
+3
*
Additional PL/Python regression test expected file
Peter Eisentraut
2011-03-01
2
-6
/
+373
*
Fix regression tests after PL/Python custom SPI exceptions patch
Peter Eisentraut
2011-02-28
1
-1
/
+1
*
PL/Python custom SPI exceptions
Peter Eisentraut
2011-02-28
5
-15
/
+91
*
PL/Python explicit subtransactions
Peter Eisentraut
2011-02-27
4
-3
/
+749
*
Remove remaining expected file for Python 2.2
Peter Eisentraut
2011-02-27
2
-57
/
+7
*
Table function support for PL/Python
Peter Eisentraut
2011-02-26
3
-8
/
+385
*
Add PL/Python functions for quoting strings
Peter Eisentraut
2011-02-22
2
-3
/
+59
*
Invalidate PL/Python functions with composite type argument when the
Peter Eisentraut
2011-02-19
2
-0
/
+104
*
Clean up missed change to plpython expected files.
Tom Lane
2011-02-02
1
-2
/
+0
*
Wrap PL/Python SPI calls into subtransactions
Peter Eisentraut
2011-02-02
2
-20
/
+44
*
Add validator to PL/Python
Peter Eisentraut
2011-02-01
6
-3
/
+193
*
Do not prefix error messages with the string "PL/Python: "
Peter Eisentraut
2011-01-27
7
-22
/
+22
*
Improve exception usage in PL/Python
Peter Eisentraut
2011-01-27
2
-2
/
+2
*
Also save the error detail in SPIError
Peter Eisentraut
2011-01-27
2
-1
/
+2
[prev]
[next]