Commits

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

DateSubjectAuthorReleases
2011-03-17 Fix PL/Python memory leak involving array slices Alvaro Herrera 9.1.0
2011-03-07 Report Python errors from iterators with PLy_elog Peter Eisentraut 9.1.0
2011-03-07 Fix behavior when raising plpy.Fatal() Peter Eisentraut 9.1.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-03-04 Add a comment explaining the recent fix for plpython breakage in commit 4c966d9. Andrew Dunstan 9.1.0
2011-03-01 Fix plpython breakage detected on certain Fedora machines on buildfarm. Andrew Dunstan 9.1.0
2011-02-28 PL/Python custom SPI exceptions Peter Eisentraut 9.1.0
2011-02-27 PL/Python explicit subtransactions Peter Eisentraut 9.1.0
2011-02-26 Table function support for PL/Python Peter Eisentraut 9.1.0
2011-02-22 Add PL/Python functions for quoting strings Peter Eisentraut 9.1.0
2011-02-19 Invalidate PL/Python functions with composite type argument when the Peter Eisentraut 9.1.0
2011-02-16 Fix for warnings-free compilation with Python 3.2 Peter Eisentraut 9.1.0
2011-02-02 Wrap PL/Python SPI calls into subtransactions Peter Eisentraut 9.1.0
2011-02-01 Add validator to PL/Python Peter Eisentraut 9.1.0
2011-01-26 Do not prefix error messages with the string "PL/Python: " Peter Eisentraut 9.1.0
2011-01-26 Improve exception usage in PL/Python Peter Eisentraut 9.1.0
2011-01-26 Also save the error detail in SPIError Peter Eisentraut 9.1.0
2011-01-26 Fix compiler warnings Peter Eisentraut 9.1.0
2011-01-24 Call PLy_spi_execute_fetch_result inside the try/catch block Peter Eisentraut 9.1.0
2011-01-24 Refactor PLy_spi_prepare to save two levels of indentation Peter Eisentraut 9.1.0
2011-01-23 Revert "Factor out functions responsible for caching I/O routines". Tom Lane 9.1.0
2011-01-22 Get rid of the global variable holding the error state Peter Eisentraut 9.1.0
2011-01-21 Correctly add exceptions to the plpy module for Python 3 Peter Eisentraut 9.1.0
2011-01-20 Fix wrong comment Peter Eisentraut 9.1.0