Commits

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
2014-03-26 Fix refcounting bug in PLy_modify_tuple(). Tom Lane 8.4.22
2014-03-26 Fix refcounting bug in PLy_modify_tuple(). Tom Lane 9.0.18
2014-03-26 Fix refcounting bug in PLy_modify_tuple(). Tom Lane 9.1.14
2013-01-25 Fix plpython's handling of functions used as triggers on multiple tables. Tom Lane 9.1.8
2012-03-13 Patch some corner-case bugs in pl/python. Tom Lane 9.1.4
2011-09-16 Redesign the plancache mechanism for more flexibility and efficiency. Tom Lane 9.2.0
2011-08-17 Fix two issues in plpython's handling of composite results. Tom Lane 9.1.0
2011-08-17 Fix two issues in plpython's handling of composite results. Tom Lane 9.2.0
2011-07-16 Replace errdetail("%s", ...) with errdetail_internal("%s", ...). Tom Lane 9.1.0
2011-07-16 Replace errdetail("%s", ...) with errdetail_internal("%s", ...). Tom Lane 9.2.0
2011-03-07 Suppress some "variable might be clobbered by longjmp" warnings. Tom Lane 9.1.0
2011-03-05 Create extension infrastructure for the core procedural languages. Tom Lane 9.1.0
2011-01-23 Revert "Factor out functions responsible for caching I/O routines". Tom Lane 9.1.0
2010-11-15 Fix aboriginal mistake in plpython's set-returning-function support. Tom Lane 8.2.19
2010-11-15 Fix aboriginal mistake in plpython's set-returning-function support. Tom Lane 8.3.13
2010-11-15 Fix aboriginal mistake in plpython's set-returning-function support. Tom Lane 8.4.6
2010-11-15 Fix aboriginal mistake in plpython's set-returning-function support. Tom Lane 9.0.2
2010-11-15 Fix aboriginal mistake in plpython's set-returning-function support. Tom Lane 9.1.0
2010-10-12 Fix plpython so that it again honors typmod while assigning to tuple fields. Tom Lane 9.0.2
2010-10-12 Fix plpython so that it again honors typmod while assigning to tuple fields. Tom Lane 9.1.0
2010-10-10 Support triggers on views. Tom Lane 9.1.0
2010-10-08 Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER. Tom Lane 9.1.0
2010-07-08 Minor kibitzing on previous patch: no need to run check more than once. Tom Lane 9.0.0