Commits

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

DateSubjectAuthorReleases
2011-03-17 Fix PL/Python memory leak involving array slices Alvaro Herrera 8.2.21
2010-11-15 Fix aboriginal mistake in plpython's set-returning-function support. Tom Lane 8.2.19
2010-08-25 Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr Peter Eisentraut 8.2.18
2010-04-30 Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak Tom Lane 8.2.17
2010-02-18 Volatile-ize all five places where we expect a PG_TRY block to restore Tom Lane 8.2.16
2009-11-03 Fix obscure segfault condition in PL/Python Peter Eisentraut 8.2.15
2008-01-02 Fix plpython's overoptimistic caching of information about the rowtype of Tom Lane 8.2.6
2007-11-23 Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead Alvaro Herrera 8.2.6
2007-10-15 Back-patch some plpython patches previously made only in HEAD: changes of Tom Lane 8.2.6
2007-08-10 Fix uninitialized-memory bug in plpython proargnames patch. Per bug #3523 Tom Lane 8.2.5
2006-11-21 Fix plpython to work (or at least pass its regression tests) with Tom Lane 8.2.0
2006-10-04 pgindent run for 8.2. Bruce Momjian 8.2.0
2006-09-16 Define errcode as __msvc_errcode not __vc_errcode for MSVC builds, Tom Lane 8.2.0
2006-09-02 Allow PL/python to return composite types and result sets Bruce Momjian 8.2.0
2006-08-27 Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. Tom Lane 8.2.0
2006-08-08 Add a feature for automatic initialization and finalization of dynamically Tom Lane 8.2.0
2006-07-06 Attached patch is required ot build with the CRT that comes with Visual Bruce Momjian 8.2.0
2006-06-25 Fix Win32/Cygwin problems: Bruce Momjian 8.2.0
2006-06-16 Fix problems with cached tuple descriptors disappearing while still in use Tom Lane 8.2.0
2006-05-30 Magic blocks don't do us any good unless we use 'em ... so install one Tom Lane 8.2.0
2006-05-26 Add table_name and table_schema to plpython trigger data, plus docs and regression test. Andrew Dunstan 8.2.0
2006-04-27 Revert patch, causing plpython regression failues: Bruce Momjian 8.2.0
2006-04-27 plpython improvements: Bruce Momjian 8.2.0
2006-04-04 Modify all callers of datatype input and receive functions so that if these Tom Lane 8.2.0
2006-03-14 Improve parser so that we can show an error cursor position for errors Tom Lane 8.2.0