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
...
*
Adjust PL/Python regression tests some more for Python 3.3.
Tom Lane
2012-09-08
1
-2
/
+2
*
PL/Python: Adjust the regression tests for Python 3.3
Peter Eisentraut
2012-05-11
3
-5
/
+17
*
PL/Python: Fix slicing support for result objects for Python 3
Peter Eisentraut
2012-05-10
1
-15
/
+36
*
PL/Python: Improve test coverage
Peter Eisentraut
2012-05-02
2
-0
/
+17
*
PL/Python: Fix crash in functions returning SETOF and using SPI
Peter Eisentraut
2012-05-02
1
-0
/
+12
*
PL/Python: Accept strings in functions returning composite types
Peter Eisentraut
2012-04-26
2
-0
/
+46
*
PL/Python: Improve documentation of nrows() method
Peter Eisentraut
2012-04-16
1
-0
/
+22
*
PL/Python: Fix crash when colnames() etc. called without result set
Peter Eisentraut
2012-04-15
1
-3
/
+4
*
PL/Python: Add result metadata functions
Peter Eisentraut
2012-01-30
1
-1
/
+4
*
plpython: Add SPI cursor support
Peter Eisentraut
2011-12-05
2
-0
/
+168
*
Preserve SQLSTATE when an SPI error is propagated through PL/python
Heikki Linnakangas
2011-11-24
1
-0
/
+20
*
Fix two issues in plpython's handling of composite results.
Tom Lane
2011-08-17
1
-0
/
+15
*
Set client encoding explicitly in plpython_unicode test
Peter Eisentraut
2011-04-16
1
-0
/
+2
*
Add traceback information to PL/Python errors
Peter Eisentraut
2011-04-06
1
-0
/
+105
*
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-04
2
-2
/
+4
*
PL/Python custom SPI exceptions
Peter Eisentraut
2011-02-28
1
-0
/
+21
*
PL/Python explicit subtransactions
Peter Eisentraut
2011-02-27
1
-0
/
+244
*
Table function support for PL/Python
Peter Eisentraut
2011-02-26
3
-3
/
+189
*
Add PL/Python functions for quoting strings
Peter Eisentraut
2011-02-22
1
-0
/
+33
*
Invalidate PL/Python functions with composite type argument when the
Peter Eisentraut
2011-02-19
1
-0
/
+43
*
Wrap PL/Python SPI calls into subtransactions
Peter Eisentraut
2011-02-02
1
-0
/
+22
*
Add validator to PL/Python
Peter Eisentraut
2011-02-01
1
-0
/
+23
*
Correctly add exceptions to the plpy module for Python 3
Peter Eisentraut
2011-01-21
1
-0
/
+11
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
3
-3
/
+3
*
Fix aboriginal mistake in plpython's set-returning-function support.
Tom Lane
2010-11-15
1
-0
/
+11
*
Fix plpython so that it again honors typmod while assigning to tuple fields.
Tom Lane
2010-10-11
1
-0
/
+23
*
Support triggers on views.
Tom Lane
2010-10-10
1
-0
/
+17
*
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-19
3
-4
/
+2
*
Add a regression test case for bug #5497
Peter Eisentraut
2010-06-12
1
-0
/
+8
*
Use data-type specific conversion functions also in plpy.execute
Peter Eisentraut
2010-03-18
1
-0
/
+50
*
PL/Python DO handler
Peter Eisentraut
2010-01-22
1
-0
/
+3
*
Python 3 support in PL/Python
Peter Eisentraut
2009-12-15
2
-1
/
+6
*
PL/Python array support
Peter Eisentraut
2009-12-10
1
-0
/
+65
*
Improve PL/Python elog output
Peter Eisentraut
2009-11-03
1
-0
/
+1
*
Add Unicode support in PL/Python
Peter Eisentraut
2009-09-12
2
-11
/
+45
*
Fix/improve bytea and boolean support in PL/Python
Peter Eisentraut
2009-09-09
1
-2
/
+52
*
Use generic attribute management in PL/Python
Peter Eisentraut
2009-08-25
1
-0
/
+18
*
Make PL/Python tests more compatible with Python 3
Peter Eisentraut
2009-08-24
7
-22
/
+28
*
Remove the test case that depends on the platform's float output format.
Peter Eisentraut
2009-08-14
1
-1
/
+0
*
PL/Python regression tests for data type handling
Peter Eisentraut
2009-08-14
1
-0
/
+157
*
Augment test coverage in PL/Python, especially for error conditions.
Peter Eisentraut
2009-08-13
7
-16
/
+224
*
Split the plpython regression test into test cases arranged by topic, instead
Peter Eisentraut
2009-08-12
14
-656
/
+663
*
Defend against possible crash if a plpython function does not specify names
Tom Lane
2009-04-03
2
-2
/
+7
*
Fix plpython to not get totally confused by OUT arguments. (It still doesn't
Tom Lane
2008-05-03
2
-0
/
+18
*
Remove use of whrandom module, which was removed in Python 2.5.
Peter Eisentraut
2006-10-16
1
-1
/
+0
*
Allow PL/python to return composite types and result sets
Bruce Momjian
2006-09-02
3
-32
/
+204
*
Looks like the new plpython regression test fails on older pythons. See if th...
Andrew Dunstan
2006-05-27
1
-1
/
+3
*
Add table_name and table_schema to plpython trigger data, plus docs and regre...
Andrew Dunstan
2006-05-26
1
-0
/
+31
*
Adjust plpython for escape_string_warning.
Bruce Momjian
2006-03-08
1
-4
/
+4
*
Adjust PL regression tests for escape_string_warning.
Bruce Momjian
2006-03-08
1
-3
/
+3
[prev]
[next]