Commits

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

DateSubjectAuthorReleases
2011-03-17 Fix PL/Python memory leak involving array slices Alvaro Herrera 8.3.15
2010-11-15 Fix aboriginal mistake in plpython's set-returning-function support. Tom Lane 8.3.13
2010-08-25 Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr Peter Eisentraut 8.3.12
2010-04-30 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak Tom Lane 8.3.11
2010-02-18 Volatile-ize all five places where we expect a PG_TRY block to restore Tom Lane 8.3.10
2009-11-03 Fix obscure segfault condition in PL/Python Peter Eisentraut 8.3.9
2008-01-02 Fix plpython's overoptimistic caching of information about the rowtype of Tom Lane 8.3.0
2007-11-23 Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead Alvaro Herrera 8.3.0
2007-11-15 pgindent run for 8.3. Bruce Momjian 8.3.0
2007-08-10 Fix uninitialized-memory bug in plpython proargnames patch. Per bug #3523 Tom Lane 8.3.0
2007-07-13 Volatile-qualify a dozen variables in plpython.c to eliminate warnings Tom Lane 8.3.0
2007-05-31 Make some messages more consistent Peter Eisentraut 8.3.0
2007-04-04 Remove plpython casts C source code casts: Bruce Momjian 8.3.0
2007-04-03 Allow pl/pythonu >= version 2.3 to return boolean, rather than 1/0. Bruce Momjian 8.3.0
2007-04-03 Allow PL/PythonU to compile on Python 2.5. Change needed because of API Bruce Momjian 8.3.0
2007-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0
2007-02-21 Allow pltcl args to spi_prepare and plpython args to plpy.prepare to be standard type aliases as well as those known in pg_type. Similar to recent change in plperl. Andrew Dunstan 8.3.0
2007-02-09 Combine cmin and cmax fields of HeapTupleHeaders into a single field, by Tom Lane 8.3.0
2007-02-01 Wording cleanup for error messages. Also change can't -> cannot. Bruce Momjian 8.3.0
2007-01-28 Fix plpython MSVC build in non-debug mode. Andrew Dunstan 8.3.0
2007-01-25 Reverse out use of Py_RETURN_TRUE in plpython, only supported in Python >= Bruce Momjian 8.3.0
2007-01-25 Fix for plpython functions; return true/false for boolean, Bruce Momjian 8.3.0