index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
Commit message (
Expand
)
Author
Age
*
Translation updates
Peter Eisentraut
2014-02-17
*
Prevent privilege escalation in explicit calls to PL validators.
Noah Misch
2014-02-17
*
Eliminate memory leaks in plperl's spi_prepare() function.
Tom Lane
2013-03-01
*
Translation updates
Peter Eisentraut
2013-02-03
*
Back-patch fix and test case for bug #7516.
Tom Lane
2012-09-14
*
Make plperl safe against functions that are redefined while running.
Tom Lane
2012-09-09
*
Restore SIGFPE handler after initializing PL/Perl.
Tom Lane
2012-09-05
*
Translation updates
Peter Eisentraut
2012-08-14
*
Translation updates
Peter Eisentraut
2012-05-31
*
PL/pgSQL RETURN NEXT was leaking converted tuples, causing
Joe Conway
2012-05-09
*
Fix GET DIAGNOSTICS for case of assignment to function's first variable.
Tom Lane
2012-03-22
*
Translation updates
Peter Eisentraut
2012-02-23
*
Fix I/O-conversion-related memory leaks in plpgsql.
Tom Lane
2012-02-11
*
Translation updates
Peter Eisentraut
2011-12-01
*
Backpatch "Use the preferred version of xsubpp."
Andrew Dunstan
2011-11-28
*
Translation updates
Peter Eisentraut
2011-09-22
*
Fix assorted issues with build and install paths containing spaces.
Tom Lane
2011-06-14
*
Allow building with perl 5.14.
Andrew Dunstan
2011-06-04
*
Fix plpgsql's issues with dropped columns in rowtypes in 8.4 branch.
Tom Lane
2011-04-07
*
Fix PL/Python memory leak involving array slices
Alvaro Herrera
2011-03-17
*
Fix wrong error reports in 'number of array dimensions exceeds the
Itagaki Takahiro
2011-02-01
*
Translation updates for release 8.4.7
Peter Eisentraut
2011-01-27
*
Translation updates for release 8.4.6
Peter Eisentraut
2010-12-13
*
Fix aboriginal mistake in plpython's set-returning-function support.
Tom Lane
2010-11-15
*
Fix plpgsql's handling of "simple" expression evaluation.
Tom Lane
2010-10-28
*
Use a separate interpreter for each calling SQL userid in plperl and pltcl.
Tom Lane
2010-09-30
*
Translation updates for 8.4.5
Peter Eisentraut
2010-09-30
*
Some more gitignore cleanups: cover contrib and PL regression test outputs.
Tom Lane
2010-09-22
*
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-22
*
Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr
Peter Eisentraut
2010-08-25
*
Allow USING and INTO clauses of plpgsql's EXECUTE to appear in either order.
Tom Lane
2010-08-19
*
Keep exec_simple_check_plan() from thinking "SELECT foo INTO bar" is simple.
Tom Lane
2010-08-19
*
Be a bit less cavalier with both the code and the comment for UNKNOWN fix.
Tom Lane
2010-08-19
*
Revert patch to coerce 'unknown' type parameters in the backend. As Tom
Heikki Linnakangas
2010-08-19
*
Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple
Tom Lane
2010-08-09
*
The previous fix in CVS HEAD and 8.4 for handling the case where a cursor
Heikki Linnakangas
2010-07-05
*
In a PL/pgSQL "FOR cursor" statement, the statements executed in the loop
Heikki Linnakangas
2010-06-21
*
> Follow up a visit from the style police.
Andrew Dunstan
2010-05-17
*
Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unless
Tom Lane
2010-05-13
*
Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is
Andrew Dunstan
2010-05-13
*
Translation update
Peter Eisentraut
2010-05-13
*
Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak
Tom Lane
2010-04-30
*
Fix plpgsql's exec_eval_expr() to ensure it returns a sane type OID
Tom Lane
2010-04-14
*
Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ...
Andrew Dunstan
2010-04-03
*
Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl.
Tom Lane
2010-03-09
*
Volatile-ize all five places where we expect a PG_TRY block to restore
Tom Lane
2010-02-18
*
Prevent #option dump from crashing on FORI statement with null step. Reporte...
Tom Lane
2010-02-17
*
Don't choke when exec_move_row assigns a synthesized null to a column
Tom Lane
2010-02-12
*
Free reference in correct Perl context. Backpatch to release 8.2. Patch from ...
Andrew Dunstan
2010-02-12
*
Apply Tcl_Init() to the "hold" interpreter created by pltcl.
Tom Lane
2010-01-25
[next]