Commits

Showing commits that first shipped in 9.1 (backpatches included). Clear

DateSubjectAuthorReleases
2016-02-17 Make plpython cope with funny characters in function names. Tom Lane 9.1.21
2015-08-21 Fix plpython crash when returning string representation of a RECORD result. Tom Lane 9.1.19
2015-01-06 Fix thinko in plpython error message Alvaro Herrera 9.1.15
2014-05-06 Remove tabs after spaces in C comments Bruce Momjian 9.1.14
2014-03-26 Fix refcounting bug in PLy_modify_tuple(). Tom Lane 9.1.14
2014-02-17 Prevent privilege escalation in explicit calls to PL validators. Noah Misch 9.1.12
2013-01-25 Fix plpython's handling of functions used as triggers on multiple tables. Tom Lane 9.1.8
2012-08-06 Perform conversion from Python unicode to string/bytes object via UTF-8. Heikki Linnakangas 9.1.5
2012-07-05 Revert part of the previous patch that avoided using PLy_elog(). Heikki Linnakangas 9.1.5
2012-07-05 Fix mapping of PostgreSQL encodings to Python encodings. Heikki Linnakangas 9.1.5
2012-04-26 PL/Python: Accept strings in functions returning composite types Peter Eisentraut 9.1.4
2012-04-25 PL/Python: Improve error messages Peter Eisentraut 9.1.4
2012-03-13 Patch some corner-case bugs in pl/python. Tom Lane 9.1.4
2011-11-24 Preserve SQLSTATE when an SPI error is propagated through PL/python Heikki Linnakangas 9.1.2
2011-08-18 Change PyInit_plpy to external linkage Peter Eisentraut 9.1.0
2011-08-17 Fix two issues in plpython's handling of composite results. Tom Lane 9.1.0
2011-07-16 Replace errdetail("%s", ...) with errdetail_internal("%s", ...). Tom Lane 9.1.0
2011-06-09 Pgindent run before 9.1 beta2. Bruce Momjian 9.1.0
2011-05-20 Message style improvements Peter Eisentraut 9.1.0
2011-04-28 Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking printf type functions. Andrew Dunstan 9.1.0
2011-04-20 Fix PL/Python traceback for error in separate file Peter Eisentraut 9.1.0
2011-04-10 pgindent run before PG 9.1 beta 1. Bruce Momjian 9.1.0
2011-04-08 Fix some sloppiness in new PL/python get_source_line() function. Robert Haas 9.1.0
2011-04-06 Add traceback information to PL/Python errors Peter Eisentraut 9.1.0
2011-03-31 Don't leak the temporary PLyProcedure struct we create for inline plpython Heikki Linnakangas 9.1.0