Commits

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

DateSubjectAuthorReleases
2015-01-06 Fix thinko in plpython error message Alvaro Herrera 9.0.19
2014-05-06 Remove tabs after spaces in C comments Bruce Momjian 9.0.18
2014-03-26 Fix refcounting bug in PLy_modify_tuple(). Tom Lane 9.0.18
2012-08-06 Perform conversion from Python unicode to string/bytes object via UTF-8. Heikki Linnakangas 9.0.9
2012-07-05 Revert part of the previous patch that avoided using PLy_elog(). Heikki Linnakangas 9.0.9
2012-07-05 Fix mapping of PostgreSQL encodings to Python encodings. Heikki Linnakangas 9.0.9
2011-08-18 Change PyInit_plpy to external linkage Peter Eisentraut 9.0.5
2011-03-17 Fix PL/Python memory leak involving array slices Alvaro Herrera 9.0.4
2011-01-17 Increment Py_None refcount for NULL array elements Alvaro Herrera 9.0.3
2010-11-15 Fix aboriginal mistake in plpython's set-returning-function support. Tom Lane 9.0.2
2010-10-12 Fix plpython so that it again honors typmod while assigning to tuple fields. Tom Lane 9.0.2
2010-08-25 Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr Peter Eisentraut 9.0.0
2010-07-08 Minor kibitzing on previous patch: no need to run check more than once. Tom Lane 9.0.0
2010-07-08 Install safeguard against running PL/Python 2 and 3 in the same session Peter Eisentraut 9.0.0
2010-07-06 pgindent run for 9.0, second run Bruce Momjian 9.0.0
2010-06-29 Use different function names for plpython3 handlers, to avoid clashes in Peter Eisentraut 9.0.0
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 9.0.0
2010-03-18 Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL Peter Eisentraut 9.0.0
2010-03-18 Use data-type specific conversion functions also in plpy.execute Peter Eisentraut 9.0.0
2010-02-26 pgindent run for 9.0 Bruce Momjian 9.0.0
2010-02-18 Volatile-ize all five places where we expect a PG_TRY block to restore Tom Lane 9.0.0
2010-02-14 Wrap calls to SearchSysCache and related functions using macros. Robert Haas 9.0.0
2010-01-22 PL/Python DO handler Peter Eisentraut 9.0.0