summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
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-19Initialize variable to quiet compiler.Bruce Momjian
2011-02-18Convert Postgres arrays to Perl arrays on PL/perl input argumentsAlvaro Herrera
2011-02-18pgindent run on plperl.cAlvaro Herrera
2011-02-16Fix for warnings-free compilation with Python 3.2Peter Eisentraut
2011-02-16Add FOREACH IN ARRAY looping to plpgsql.Tom Lane
2011-02-15Allow make check in PL directoriesPeter Eisentraut
2011-02-08Per-column collation supportPeter Eisentraut
2011-02-07Supply now required HeUTF8 macro for plperl where it's missing, per buildfarm...Andrew Dunstan
2011-02-06Force strings passed to and from plperl to be in UTF8 encoding.Andrew Dunstan
2011-02-04Unbreak the VPATH build.Robert Haas
2011-02-04Avoid maintaining three separate copies of the error codes list.Robert Haas
2011-02-03Clean up missed change to plpython expected files.Tom Lane
2011-02-02Wrap PL/Python SPI calls into subtransactionsPeter Eisentraut
2011-02-02Add comment on why we're passing a useless 'false' to the plperl function co...Andrew Dunstan
2011-02-01Add validator to PL/PythonPeter Eisentraut
2011-02-01Set up PLPerl trigger data using C code instead of Perl code.Andrew Dunstan
2011-02-01Re-classify ERRCODE_DATABASE_DROPPED to 57P04Simon Riggs
2011-02-01Fix wrong error reports in 'number of array dimensions exceeds theItagaki Takahiro
2011-02-01Create new errcode for recovery conflict caused by db drop on master.Simon Riggs
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-23Quick hack to un-break plpython regression tests.Tom Lane
2011-01-22Suppress "control reaches end of non-void function" warning from gcc 4.5.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
2011-01-18Skip dropped attributes when converting Python objects to tuplesPeter Eisentraut
2011-01-18Use palloc in TopMemoryContext instead of mallocPeter Eisentraut
2011-01-18Fix an error when a set-returning function fails halfway through the executionPeter Eisentraut
2011-01-17Use HTABs instead of Python dictionary objects to cache proceduresPeter Eisentraut
2011-01-17Increment Py_None refcount for NULL array elementsAlvaro Herrera
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-27Corrections to patch adding SQL/MED error codes.Robert Haas
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-18Improve plpgsql's error reporting for no-such-column cases.Tom Lane
2010-11-15Fix aboriginal mistake in plpython's set-returning-function support.Tom Lane
2010-11-12Improved parallel make supportPeter Eisentraut