Commits

DateSubjectAuthorReleases
2010-06-10 Fix quite-bogus handling of arrays in plpython datum-to-PyObject Tom Lane 9.0.0
2010-05-01 Fix leakage of proc-related storage in plpython's inline handler. Tom Lane 9.0.0
2010-04-30 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak Tom Lane 7.4.29
2010-04-30 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak Tom Lane 8.0.25
2010-04-30 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak Tom Lane 8.1.21
2010-04-30 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak Tom Lane 8.2.17
2010-04-30 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak Tom Lane 8.3.11
2010-04-30 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak Tom Lane 8.4.4
2010-04-30 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak Tom Lane 9.0.0
2010-02-18 Volatile-ize all five places where we expect a PG_TRY block to restore Tom Lane 8.0.24
2010-02-18 Volatile-ize all five places where we expect a PG_TRY block to restore Tom Lane 8.1.20
2010-02-18 Volatile-ize all five places where we expect a PG_TRY block to restore Tom Lane 8.2.16
2010-02-18 Volatile-ize all five places where we expect a PG_TRY block to restore Tom Lane 8.3.10
2010-02-18 Volatile-ize all five places where we expect a PG_TRY block to restore Tom Lane 8.4.3
2010-02-18 Volatile-ize all five places where we expect a PG_TRY block to restore Tom Lane 9.0.0
2009-06-04 Improve the recently-added support for properly pluralized error messages Tom Lane 8.4.0
2009-04-03 Defend against possible crash if a plpython function does not specify names Tom Lane 8.4.0
2008-11-04 Fix bug introduced in recent patch to make plpython cope with OUT arguments: Tom Lane 8.4.0
2008-11-02 Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, Tom Lane 8.4.0
2008-07-28 Update 8.1 and 8.0 plpython to work with Python 2.5. This backports several Tom Lane 8.0.18
2008-07-28 Update 8.1 and 8.0 plpython to work with Python 2.5. This backports several Tom Lane 8.1.14
2008-07-18 Implement SQL-spec RETURNS TABLE syntax for functions. Tom Lane 8.4.0
2008-07-16 Support "variadic" functions, which can accept a variable number of arguments Tom Lane 8.4.0
2008-05-03 Fix plpython to not get totally confused by OUT arguments. (It still doesn't Tom Lane 8.4.0
2008-03-28 Support statement-level ON TRUNCATE triggers. Simon Riggs Tom Lane 8.4.0