index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plpython
/
sql
Commit message (
Expand
)
Author
Age
*
plpython: Add SPI cursor support
Peter Eisentraut
2011-12-05
*
Preserve SQLSTATE when an SPI error is propagated through PL/python
Heikki Linnakangas
2011-11-24
*
Fix two issues in plpython's handling of composite results.
Tom Lane
2011-08-17
*
Set client encoding explicitly in plpython_unicode test
Peter Eisentraut
2011-04-16
*
Add traceback information to PL/Python errors
Peter Eisentraut
2011-04-06
*
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-04
*
PL/Python custom SPI exceptions
Peter Eisentraut
2011-02-28
*
PL/Python explicit subtransactions
Peter Eisentraut
2011-02-27
*
Table function support for PL/Python
Peter Eisentraut
2011-02-26
*
Add PL/Python functions for quoting strings
Peter Eisentraut
2011-02-22
*
Invalidate PL/Python functions with composite type argument when the
Peter Eisentraut
2011-02-19
*
Wrap PL/Python SPI calls into subtransactions
Peter Eisentraut
2011-02-02
*
Add validator to PL/Python
Peter Eisentraut
2011-02-01
*
Correctly add exceptions to the plpy module for Python 3
Peter Eisentraut
2011-01-21
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Fix aboriginal mistake in plpython's set-returning-function support.
Tom Lane
2010-11-15
*
Fix plpython so that it again honors typmod while assigning to tuple fields.
Tom Lane
2010-10-11
*
Support triggers on views.
Tom Lane
2010-10-10
*
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-19
*
Add a regression test case for bug #5497
Peter Eisentraut
2010-06-12
*
Use data-type specific conversion functions also in plpy.execute
Peter Eisentraut
2010-03-18
*
PL/Python DO handler
Peter Eisentraut
2010-01-22
*
Python 3 support in PL/Python
Peter Eisentraut
2009-12-15
*
PL/Python array support
Peter Eisentraut
2009-12-10
*
Improve PL/Python elog output
Peter Eisentraut
2009-11-03
*
Add Unicode support in PL/Python
Peter Eisentraut
2009-09-12
*
Fix/improve bytea and boolean support in PL/Python
Peter Eisentraut
2009-09-09
*
Use generic attribute management in PL/Python
Peter Eisentraut
2009-08-25
*
Make PL/Python tests more compatible with Python 3
Peter Eisentraut
2009-08-24
*
Remove the test case that depends on the platform's float output format.
Peter Eisentraut
2009-08-14
*
PL/Python regression tests for data type handling
Peter Eisentraut
2009-08-14
*
Augment test coverage in PL/Python, especially for error conditions.
Peter Eisentraut
2009-08-13
*
Split the plpython regression test into test cases arranged by topic, instead
Peter Eisentraut
2009-08-12
*
Defend against possible crash if a plpython function does not specify names
Tom Lane
2009-04-03
*
Fix plpython to not get totally confused by OUT arguments. (It still doesn't
Tom Lane
2008-05-03
*
Remove use of whrandom module, which was removed in Python 2.5.
Peter Eisentraut
2006-10-16
*
Allow PL/python to return composite types and result sets
Bruce Momjian
2006-09-02
*
Looks like the new plpython regression test fails on older pythons. See if th...
Andrew Dunstan
2006-05-27
*
Add table_name and table_schema to plpython trigger data, plus docs and regre...
Andrew Dunstan
2006-05-26
*
Adjust plpython for escape_string_warning.
Bruce Momjian
2006-03-08
*
Adjust PL regression tests for escape_string_warning.
Bruce Momjian
2006-03-08
*
Allow PL/Python functions to return void, per gripe from James Robinson
Neil Conway
2006-02-28
*
This patch addresses the problem mentioned in the "process crash
Bruce Momjian
2005-07-10
*
Back out patch. This should be done like other server-side languages.
Bruce Momjian
2005-07-05
*
This patch allows the PL/Python module to do (SRF) functions.
Bruce Momjian
2005-07-04
*
Remove read_file/write_file tests. These were originally intended to
Tom Lane
2005-06-20
*
Convert the existing regression test scripts for the various optional
Tom Lane
2005-05-14