summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2012-05-31Translation updatesPeter Eisentraut
2012-05-10PL/pgSQL RETURN NEXT was leaking converted tuples, causingJoe Conway
2012-03-22Fix GET DIAGNOSTICS for case of assignment to function's first variable.Tom Lane
2012-02-23Translation updatesPeter Eisentraut
2012-02-11Fix I/O-conversion-related memory leaks in plpgsql.Tom Lane
2011-12-01Translation updatesPeter Eisentraut
2011-11-28Backpatch "Use the preferred version of xsubpp."Andrew Dunstan
2011-09-22Translation updatesPeter Eisentraut
2011-09-05Guard against using plperl's Makefile without specifying --with-perl.Tom Lane
2011-08-18Change PyInit_plpy to external linkagePeter Eisentraut
2011-06-14Fix assorted issues with build and install paths containing spaces.Tom Lane
2011-06-04Allow building with perl 5.14.Andrew Dunstan
2011-03-17Fix PL/Python memory leak involving array slicesAlvaro Herrera
2011-02-01Create new errcode for recovery conflict caused by db drop on master.Simon Riggs
2011-02-01Fix wrong error reports in 'number of array dimensions exceeds theItagaki Takahiro
2011-01-17Increment Py_None refcount for NULL array elementsAlvaro Herrera
2010-12-13Translation updates for release 9.0.2Peter 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-10-28Fix plpgsql's handling of "simple" expression evaluation.Tom Lane
2010-10-12Fix plpython so that it again honors typmod while assigning to tuple fields.Tom Lane
2010-09-30Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane
2010-09-30Translation updates for 9.0.1Peter Eisentraut
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-16Translation updates for 9.0.0Peter Eisentraut
2010-08-26Translation updates for 9.0rc1Peter Eisentraut
2010-08-25Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtrPeter Eisentraut
2010-08-19Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order.Tom Lane
2010-08-19Keep exec_simple_check_plan() from thinking "SELECT foo INTO bar" is simple.Tom Lane
2010-08-19Be a bit less cavalier with both the code and the comment for UNKNOWN fix.Tom Lane
2010-08-19Revert patch to coerce 'unknown' type parameters in the backend. As TomHeikki Linnakangas
2010-08-09Fix incorrect logic in plpgsql for cleanup after evaluation of non-simpleTom Lane
2010-07-29Translation updates for 9.0beta4Peter Eisentraut
2010-07-27Ensure $_SHARED is declared in the main:: namespace, per bugs #5570 and #5571.Alvaro Herrera
2010-07-08Translation updates for 9.0beta3Peter Eisentraut
2010-07-08Minor kibitzing on previous patch: no need to run check more than once.Tom Lane
2010-07-08Install safeguard against running PL/Python 2 and 3 in the same sessionPeter Eisentraut
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-07-05The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas
2010-06-29Message tuningPeter Eisentraut
2010-06-29Use different function names for plpython3 handlers, to avoid clashes inPeter Eisentraut
2010-06-25Fix thinko in tok_is_keyword(): it was looking at the wrong union variantTom Lane
2010-06-21In a PL/pgSQL "FOR cursor" statement, the statements executed in the loopHeikki Linnakangas
2010-06-16Remove perl symbol table additions for plperl functions, and mention of itAndrew Dunstan
2010-06-12Update Python version informationPeter Eisentraut
2010-06-12Add a regression test case for bug #5497Peter Eisentraut
2010-06-10Fix quite-bogus handling of arrays in plpython datum-to-PyObjectTom Lane
2010-06-03Translation updates for 9.0beta2Peter Eisentraut
2010-05-31Add error hint that PL/pgSQL "EXECUTE of SELECT ... INTO" can beBruce Momjian