Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-18Split plpython.c into smaller piecesPeter Eisentraut
2011-12-15PL/Python: Refactor subtransaction handlingPeter Eisentraut
2011-12-05plpython: Add SPI cursor supportPeter Eisentraut
2011-11-24Preserve SQLSTATE when an SPI error is propagated through PL/pythonHeikki Linnakangas
2011-09-16Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane
2011-08-18Change PyInit_plpy to external linkagePeter Eisentraut
2011-08-18Hide unused variable warnings under Python 3Peter Eisentraut
2011-08-17Fix two issues in plpython's handling of composite results.Tom Lane
2011-08-04Restore the primacy of postgres.h in plpython.c.Andrew Dunstan
2011-07-16Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-05-20Message style improvementsPeter Eisentraut
2011-04-28Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan
2011-04-20Fix PL/Python traceback for error in separate filePeter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-08Fix some sloppiness in new PL/python get_source_line() function.Robert Haas
2011-04-06Add traceback information to PL/Python errorsPeter Eisentraut
2011-03-31Don't leak the temporary PLyProcedure struct we create for inline plpythonHeikki Linnakangas
2011-03-17Fix PL/Python memory leak involving array slicesAlvaro Herrera
2011-03-07Fix behavior when raising plpy.Fatal()Peter Eisentraut
2011-03-07Report Python errors from iterators with PLy_elogPeter Eisentraut
2011-03-07Suppress some "variable might be clobbered by longjmp" warnings.Tom Lane
2011-03-05Create extension infrastructure for the core procedural languages.Tom Lane
2011-03-04Add a comment explaining the recent fix for plpython breakage in commit 4c966d9.Andrew Dunstan
2011-03-01Fix plpython breakage detected on certain Fedora machines on buildfarm.Andrew Dunstan
2011-02-28PL/Python custom SPI exceptionsPeter Eisentraut
2011-02-27PL/Python explicit subtransactionsPeter Eisentraut
2011-02-26Table function support for PL/PythonPeter Eisentraut
2011-02-22Add PL/Python functions for quoting stringsPeter Eisentraut
2011-02-19Invalidate PL/Python functions with composite type argument when thePeter Eisentraut
2011-02-16Fix for warnings-free compilation with Python 3.2Peter Eisentraut
2011-02-02Wrap PL/Python SPI calls into subtransactionsPeter Eisentraut
2011-02-01Add validator to PL/PythonPeter Eisentraut
2011-01-26Do not prefix error messages with the string "PL/Python: "Peter Eisentraut
2011-01-26Improve exception usage in PL/PythonPeter Eisentraut
2011-01-26Also save the error detail in SPIErrorPeter Eisentraut
2011-01-26Fix compiler warningsPeter Eisentraut
2011-01-24Call PLy_spi_execute_fetch_result inside the try/catch blockPeter Eisentraut
2011-01-24Refactor PLy_spi_prepare to save two levels of indentationPeter Eisentraut
2011-01-23Revert "Factor out functions responsible for caching I/O routines".Tom Lane
2011-01-22Get rid of the global variable holding the error statePeter Eisentraut
2011-01-21Correctly add exceptions to the plpy module for Python 3Peter Eisentraut
2011-01-20Fix wrong commentPeter Eisentraut
2011-01-20Fix typoPeter Eisentraut
2011-01-20Factor out functions responsible for caching I/O routinesPeter Eisentraut
2011-01-19Add braces around an if block, for readabilityPeter Eisentraut
2011-01-18Free plan values in the PLyPlanObject dealloc functionPeter Eisentraut
2011-01-18Improve message for errors in compiling anonymous PL/Python blocksPeter Eisentraut
2011-01-18Use PyObject_New instead of PyObject_NEWPeter Eisentraut