aboutsummaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAge
* 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
* 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 obscure segfault condition in PL/PythonPeter Eisentraut2009-11-03
* 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
* Set isnull for errm and sqlstate local variables when they're free'd. BecauseHeikki Linnakangas2009-02-27
* 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
* Update 8.1 and 8.0 plpython to work with Python 2.5. This backports severalTom Lane2008-07-28
* 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
* 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
* Fix incorrect tests for undef Perl values in some places in plperl.c.Tom Lane2007-06-28
* 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
* 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
* Get rid of "lookahead" functionality in plpgsql's yylex() function,Tom Lane2006-08-14
* Update ppport.h to not cause warnings with newest Perl versions.Tom Lane2006-05-30
* Fix plpgsql to pass only one copy of any given plpgsql variable into a SQLTom Lane2006-03-23
* Fix possible crash at transaction end when a plpgsql function is used andTom Lane2006-03-02
* Fix three Python reference leaks in PLy_traceback(). This would resultNeil Conway2006-02-20
* Undo perl's nasty locale setting on Windows. Since we can't do that asAndrew Dunstan2006-01-28
* Per a bug report from Theo Schlossnagle, plperl_return_next() leaksNeil Conway2006-01-28
* Repair problems with the result of lookup_rowtype_tupdesc() possibly beingTom Lane2006-01-17
* In PLy_function_build_args(), the code loops repeatedly, constructingNeil Conway2006-01-10
* Stop perl from hijacking stdio and other stuff on Windows.Andrew Dunstan2006-01-08
* Add checks to verify that a plpgsql function returning a rowtype is actuallyTom Lane2006-01-03
* Index: src/pl/plpython/plpython.cNeil Conway2005-12-29
* Fix core dump in error path of plpgsql_parse_tripwordtype. SomebodyTom Lane2005-12-09
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Ensure that a plpgsql LOOP with an empty body still executes at leastTom Lane2005-10-24
* Code review for spi_query/spi_fetchrow patch: handle errors sanely,Tom Lane2005-10-18
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix small oversight in recent patch to add more CREATE-FUNCTION-timeTom Lane2005-10-13
* Add an expected case to cover error message as spelled by python 2.2.3.Tom Lane2005-10-04