Commits

DateSubjectAuthorReleases
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-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
2011-01-20 Fix typo Peter Eisentraut 9.1.0
2011-01-20 Factor out functions responsible for caching I/O routines Peter Eisentraut 9.1.0
2011-01-19 Add braces around an if block, for readability Peter Eisentraut 9.1.0
2011-01-18 Free plan values in the PLyPlanObject dealloc function Peter Eisentraut 9.1.0
2011-01-18 Improve message for errors in compiling anonymous PL/Python blocks Peter Eisentraut 9.1.0
2011-01-18 Use PyObject_New instead of PyObject_NEW Peter Eisentraut 9.1.0
2011-01-18 Skip dropped attributes when converting Python objects to tuples Peter Eisentraut 9.1.0
2011-01-18 Use palloc in TopMemoryContext instead of malloc Peter Eisentraut 9.1.0
2011-01-18 Fix an error when a set-returning function fails halfway through the execution Peter Eisentraut 9.1.0
2011-01-17 Use HTABs instead of Python dictionary objects to cache procedures Peter Eisentraut 9.1.0
2010-08-25 Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr Peter Eisentraut 9.1.0
2010-08-25 Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr Peter Eisentraut 9.0.0
2010-08-25 Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr Peter Eisentraut 8.4.5
2010-08-25 Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr Peter Eisentraut 8.3.12
2010-08-25 Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr Peter Eisentraut 8.2.18
2010-08-25 Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr Peter Eisentraut 8.1.22
2010-08-25 Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr Peter Eisentraut 8.0.26
2010-07-08 Install safeguard against running PL/Python 2 and 3 in the same session Peter Eisentraut 9.0.0
2010-06-29 Use different function names for plpython3 handlers, to avoid clashes in Peter Eisentraut 9.0.0