| Age | Commit message (Expand) | Author |
| 2010-05-13 | 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-04-30 | Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak | Tom Lane |
| 2010-04-03 | Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ... | Andrew Dunstan |
| 2010-03-09 | Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl. | Tom Lane |
| 2010-02-18 | Volatile-ize all five places where we expect a PG_TRY block to restore | Tom Lane |
| 2010-02-12 | Don't choke when exec_move_row assigns a synthesized null to a column | Tom Lane |
| 2010-01-25 | Apply Tcl_Init() to the "hold" interpreter created by pltcl. | Tom Lane |
| 2009-12-29 | Previous fix for temporary file management broke returning a set from | Heikki Linnakangas |
| 2009-11-03 | Fix obscure segfault condition in PL/Python | Peter Eisentraut |
| 2009-09-28 | Convert a perl array to a postgres array when returned by Set Returning Funct... | Andrew Dunstan |
| 2009-06-05 | Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and... | Andrew Dunstan |
| 2009-06-04 | Initialise perl library as documented in perl API. Backpatch to release 7.4. | Andrew Dunstan |
| 2009-02-27 | Set isnull for errm and sqlstate local variables when they're free'd. Because | Heikki Linnakangas |
| 2008-10-09 | Fix overly tense optimization of PLpgSQL_func_hashkey: we must represent | Tom Lane |
| 2008-09-01 | Fix plpgsql's exec_move_row() to supply valid type OIDs to exec_assign_value() | Tom Lane |
| 2008-07-28 | Update 8.1 and 8.0 plpython to work with Python 2.5. This backports several | Tom Lane |
| 2008-06-17 | Clean up a number of bogosities around pltcl's handling of the Tcl "result": | Tom Lane |
| 2008-01-22 | Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens. | Andrew Dunstan |
| 2007-12-01 | 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-11-23 | Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead | Alvaro Herrera |
| 2007-11-22 | Prevent Perl from introducing a possibly-incompatible definition of type | Tom Lane |
| 2007-06-28 | Fix incorrect tests for undef Perl values in some places in plperl.c. | Tom Lane |
| 2007-02-08 | 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-01-30 | 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 |
| 2006-08-14 | Get rid of "lookahead" functionality in plpgsql's yylex() function, | Tom Lane |
| 2006-05-30 | Update ppport.h to not cause warnings with newest Perl versions. | Tom Lane |
| 2006-03-23 | Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL | Tom Lane |
| 2006-03-02 | Fix possible crash at transaction end when a plpgsql function is used and | Tom Lane |
| 2006-02-20 | Fix three Python reference leaks in PLy_traceback(). This would result | Neil Conway |
| 2006-01-28 | Undo perl's nasty locale setting on Windows. Since we can't do that as | Andrew Dunstan |
| 2006-01-28 | Per a bug report from Theo Schlossnagle, plperl_return_next() leaks | Neil Conway |
| 2006-01-17 | Repair problems with the result of lookup_rowtype_tupdesc() possibly being | Tom Lane |
| 2006-01-10 | In PLy_function_build_args(), the code loops repeatedly, constructing | Neil Conway |
| 2006-01-08 | Stop perl from hijacking stdio and other stuff on Windows. | Andrew Dunstan |
| 2006-01-03 | Add checks to verify that a plpgsql function returning a rowtype is actually | Tom Lane |
| 2005-12-29 | Index: src/pl/plpython/plpython.c | Neil Conway |
| 2005-12-09 | Fix core dump in error path of plpgsql_parse_tripwordtype. Somebody | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-10-24 | Ensure that a plpgsql LOOP with an empty body still executes at least | Tom Lane |
| 2005-10-18 | Code review for spi_query/spi_fetchrow patch: handle errors sanely, | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-10-13 | Fix small oversight in recent patch to add more CREATE-FUNCTION-time | Tom Lane |
| 2005-10-04 | Add an expected case to cover error message as spelled by python 2.2.3. | Tom Lane |
| 2005-09-24 | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane |
| 2005-09-14 | Fix recent breakage of decl_cursor_arglist syntax, per Michael Paesold. | Tom Lane |
| 2005-09-13 | Fix make_tuple_from_row to support nested rowtypes, per gripe from | Tom Lane |