aboutsummaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAge
* Translation updatesPeter Eisentraut2014-02-17
* Prevent privilege escalation in explicit calls to PL validators.Noah Misch2014-02-17
* Eliminate memory leaks in plperl's spi_prepare() function.Tom Lane2013-03-01
* Translation updatesPeter Eisentraut2013-02-03
* Back-patch fix and test case for bug #7516.Tom Lane2012-09-14
* Make plperl safe against functions that are redefined while running.Tom Lane2012-09-09
* Restore SIGFPE handler after initializing PL/Perl.Tom Lane2012-09-05
* Translation updatesPeter Eisentraut2012-08-14
* Translation updatesPeter Eisentraut2012-05-31
* PL/pgSQL RETURN NEXT was leaking converted tuples, causingJoe Conway2012-05-09
* Fix GET DIAGNOSTICS for case of assignment to function's first variable.Tom Lane2012-03-22
* Translation updatesPeter Eisentraut2012-02-23
* Fix I/O-conversion-related memory leaks in plpgsql.Tom Lane2012-02-11
* Translation updatesPeter Eisentraut2011-12-01
* Backpatch "Use the preferred version of xsubpp."Andrew Dunstan2011-11-28
* Translation updatesPeter Eisentraut2011-09-22
* Fix assorted issues with build and install paths containing spaces.Tom Lane2011-06-14
* Allow building with perl 5.14.Andrew Dunstan2011-06-04
* Fix plpgsql's issues with dropped columns in rowtypes in 8.4 branch.Tom Lane2011-04-07
* Fix PL/Python memory leak involving array slicesAlvaro Herrera2011-03-17
* Fix wrong error reports in 'number of array dimensions exceeds theItagaki Takahiro2011-02-01
* Translation updates for release 8.4.7Peter Eisentraut2011-01-27
* Translation updates for release 8.4.6Peter Eisentraut2010-12-13
* Fix aboriginal mistake in plpython's set-returning-function support.Tom Lane2010-11-15
* Fix plpgsql's handling of "simple" expression evaluation.Tom Lane2010-10-28
* Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane2010-09-30
* Translation updates for 8.4.5Peter Eisentraut2010-09-30
* Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane2010-09-22
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtrPeter Eisentraut2010-08-25
* Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order.Tom Lane2010-08-19
* Keep exec_simple_check_plan() from thinking "SELECT foo INTO bar" is simple.Tom Lane2010-08-19
* Be a bit less cavalier with both the code and the comment for UNKNOWN fix.Tom Lane2010-08-19
* Revert patch to coerce 'unknown' type parameters in the backend. As TomHeikki Linnakangas2010-08-19
* Fix incorrect logic in plpgsql for cleanup after evaluation of non-simpleTom Lane2010-08-09
* The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas2010-07-05
* In a PL/pgSQL "FOR cursor" statement, the statements executed in the loopHeikki Linnakangas2010-06-21
* > Follow up a visit from the style police.Andrew Dunstan2010-05-17
* Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unlessTom Lane2010-05-13
* Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan2010-05-13
* Translation updatePeter Eisentraut2010-05-13
* Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leakTom Lane2010-04-30
* Fix plpgsql's exec_eval_expr() to ensure it returns a sane type OIDTom Lane2010-04-14
* Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ...Andrew Dunstan2010-04-03
* Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl.Tom Lane2010-03-09
* Volatile-ize all five places where we expect a PG_TRY block to restoreTom Lane2010-02-18
* Prevent #option dump from crashing on FORI statement with null step. Reporte...Tom Lane2010-02-17
* Don't choke when exec_move_row assigns a synthesized null to a columnTom Lane2010-02-12
* Free reference in correct Perl context. Backpatch to release 8.2. Patch from ...Andrew Dunstan2010-02-12
* Apply Tcl_Init() to the "hold" interpreter created by pltcl.Tom Lane2010-01-25