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
/
plpython_spi.out
Age
Commit message (
Expand
)
Author
2017-03-27
PL/Python: Add cursor and execute methods to plan object
Peter Eisentraut
2016-10-12
Fix further hash table order dependent tests.
Andres Freund
2016-04-05
Fix PL/Python for recursion and interleaved set-returning functions.
Tom Lane
2015-09-05
Rearrange the handling of error context reports.
Tom Lane
2014-07-03
Improve support for composite types in PL/Python.
Tom Lane
2013-08-11
PL/Python: Adjust the regression tests for Python 3.3
Peter Eisentraut
2013-02-03
PL/Python: Add result object str handler
Peter Eisentraut
2012-05-10
PL/Python: Fix slicing support for result objects for Python 3
Peter Eisentraut
2012-05-02
PL/Python: Improve test coverage
Peter Eisentraut
2012-04-16
PL/Python: Improve documentation of nrows() method
Peter Eisentraut
2012-04-15
PL/Python: Fix crash when colnames() etc. called without result set
Peter Eisentraut
2012-01-30
PL/Python: Add result metadata functions
Peter Eisentraut
2011-12-05
plpython: Add SPI cursor support
Peter Eisentraut
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2009-11-03
Improve PL/Python elog output
Peter Eisentraut
2009-08-25
Use generic attribute management in PL/Python
Peter Eisentraut
2009-08-24
Make PL/Python tests more compatible with Python 3
Peter Eisentraut
2009-08-12
Split the plpython regression test into test cases arranged by topic, instead
Peter Eisentraut