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