Age | Commit message (Expand) | Author |
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-06-28 | Fix incorrect tests for undef Perl values in some places in plperl.c. | Tom Lane |
2006-11-21 | remove duplicate declaration, per report from Magnus Hagander. | Andrew Dunstan |
2006-11-13 | Force plperl and plperlu to run in separate interpreters. Create an error | Andrew Dunstan |
2006-10-19 | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane |
2006-10-15 | Adjust plperl to ensure that all strings and hash keys passed to Perl | Tom Lane |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-08-27 | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane |
2006-08-13 | Back out plperl OUT hash/array parameter patch, again. | Bruce Momjian |
2006-08-13 | Re-apply plperl patch that allows OUT parameters to be placed into Perl | Bruce Momjian |
2006-08-12 | Back out patch for plperl to handle OUT paramaters into arrays and | Bruce Momjian |
2006-08-11 | plperl: | Bruce Momjian |
2006-08-08 | Add a feature for automatic initialization and finalization of dynamically | Tom Lane |
2006-06-16 | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane |
2006-05-30 | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane |
2006-05-29 | Make plperl's $_TD trigger data a global rather than a lexical variable, | Andrew Dunstan |
2006-05-26 | Add table_name and table_schema to plperl trigger data. relname is | Andrew Dunstan |
2006-04-04 | Modify all callers of datatype input and receive functions so that if these | Tom Lane |
2006-03-19 | Fix a few places that were checking for the return value of palloc() to be | Neil Conway |
2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
2006-03-11 | Remove copyright notices from Jan (per author approval), and those files | Bruce Momjian |
2006-03-05 | Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch | Andrew Dunstan |
2006-02-28 | Fix typo in comment. | Neil Conway |
2006-02-26 | Fix a few minor typos in comments in PL/Perl. | 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-08 | Rationalise perl header inclusions via a common include file, which also | Andrew Dunstan |
2005-12-29 | Move declaration of check_function_bodies to where the perl headers | Andrew Dunstan |
2005-12-28 | Fix plperl validator to honor check_function_bodies: when that is OFF, | Tom Lane |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-11-18 | translate undef to NULL for result arrayref, now that we allow NULLs in array... | Andrew Dunstan |
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-08-24 | Get rid of inappropriate use of croak(). Per report from Michael Fuhr. | Tom Lane |
2005-08-24 | Fix up plperl 'use_strict' so that it can be enabled or disabled on the | Tom Lane |
2005-08-20 | Invoke mksafefunc and mkunsafefunc with :: decoration. This seems a good | Tom Lane |
2005-08-12 | Un-break plperl for non-set case. | Tom Lane |
2005-08-12 | More rsi assignment line too. | Bruce Momjian |
2005-08-12 | > The attached patch moves a plperl sanity check into the correct | Bruce Momjian |
2005-07-12 | Fix plperl crash with list value return for an array result type. | Tom Lane |
2005-07-12 | Fix plperl to do recursion safely, and fix a problem with array results. | Tom Lane |
2005-07-10 | Rename xmalloc to pg_malloc for consistency with psql usage. | Bruce Momjian |
2005-07-10 | Following up a previous thought I had, yesterday I realised how to | Bruce Momjian |
2005-07-10 | The attached patch implements spi_query() and spi_fetchrow() functions | Bruce Momjian |
2005-07-06 | Currently, nonfatal warnings are not trapped (as they should be) by | Bruce Momjian |
2005-07-06 | Currently, nonfatal warnings are not trapped (as they should be) by | Bruce Momjian |
2005-07-03 | Fix memory leak in plperl_hash_from_tuple(), per report from Jean-Max Reymond. | Tom Lane |
2005-06-22 | Add a validator function for plperl. Andrew Dunstan | Tom Lane |