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
*
Backpatch plperl GNUmakefile fixes to allow building release 8.2 on Mingw wit...
Andrew Dunstan
2010-12-17
*
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
*
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
*
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
*
> 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
*
Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak
Tom Lane
2010-04-30
*
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
*
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
*
Previous fix for temporary file management broke returning a set from
Heikki Linnakangas
2009-12-29
*
Fix session-lifespan memory leak when a plperl function is redefined:
Tom Lane
2009-11-29
*
Fix obscure segfault condition in PL/Python
Peter Eisentraut
2009-11-03
*
Ensure the previous Perl interpreter selection is restored upon exit from
Tom Lane
2009-10-31
*
Convert a perl array to a postgres array when returned by Set Returning Funct...
Andrew Dunstan
2009-09-28
*
Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and...
Andrew Dunstan
2009-06-05
*
Initialise perl library as documented in perl API. Backpatch to release 7.4.
Andrew Dunstan
2009-06-04
*
plpgsql's exec_simple_cast_value() mistakenly supposed that it could bypass
Tom Lane
2009-04-02
*
Set isnull for errm and sqlstate local variables when they're free'd. Because
Heikki Linnakangas
2009-02-27
*
Fix plpgsql to not treat INSERT INTO as an INTO-variables clause anywhere
Tom Lane
2009-02-02
*
Remove broken Assertions that failed if a statement executed in PL/pgSQL is
Heikki Linnakangas
2009-01-14
*
Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,
Tom Lane
2009-01-07
*
Fix overly tense optimization of PLpgSQL_func_hashkey: we must represent
Tom Lane
2008-10-09
*
Fix plpgsql's exec_move_row() to supply valid type OIDs to exec_assign_value()
Tom Lane
2008-09-01
*
Clean up a number of bogosities around pltcl's handling of the Tcl "result":
Tom Lane
2008-06-17
*
Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens.
Andrew Dunstan
2008-01-22
*
Fix plpython's overoptimistic caching of information about the rowtype of
Tom Lane
2008-01-02
*
Suppress compiler warnings in recent plperl patch. Avoid uselessly expensive
Tom Lane
2007-12-01
*
Workaround for perl problem where evaluating UTF8 regexes can cause
Andrew Dunstan
2007-12-01
*
Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead
Alvaro Herrera
2007-11-23
*
Prevent Perl from introducing a possibly-incompatible definition of type
Tom Lane
2007-11-22
*
Back-patch some plpython patches previously made only in HEAD: changes of
Tom Lane
2007-10-15
*
Fix uninitialized-memory bug in plpython proargnames patch. Per bug #3523
Tom Lane
2007-08-10
*
Fix incorrect tests for undef Perl values in some places in plperl.c.
Tom Lane
2007-06-28
*
Fix plpgsql to avoid reference to already-freed memory when returning a
Tom Lane
2007-04-19
*
Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it could
Tom Lane
2007-02-08
*
Rearrange use of plpgsql_add_initdatums() so that only the parsing of a
Tom Lane
2007-02-08
*
Fix plpgsql so that when a local variable has no initial-value expression,
Tom Lane
2007-02-01
*
Repair oversights in the mechanism used to store compiled plpgsql functions.
Tom Lane
2007-01-30
*
Add SPI_push/SPI_pop calls so that datatype input and output functions called
Tom Lane
2007-01-30
*
Fix up plpgsql's "simple expression" evaluation mechanism so that it behaves
Tom Lane
2007-01-28
[next]