| Commit message (Expand) | Author | Age |
* | Add a regression test case based on bug #7516. | Tom Lane | 2012-09-14 |
* | Make plperl safe against functions that are redefined while running. | Tom Lane | 2012-09-09 |
* | Remove recently added PL/Perl encoding tests | Alvaro Herrera | 2012-07-17 |
* | plperl: Skip setting UTF8 flag when in SQL_ASCII encoding | Alvaro Herrera | 2012-07-10 |
* | Remove whitespace from end of lines | Peter Eisentraut | 2012-05-15 |
* | Improve efficiency of recent changes to plperl's sv2cstr(). | Andrew Dunstan | 2012-01-15 |
* | Use the right interpreter for encoding test. | Andrew Dunstan | 2011-11-26 |
* | Ensure plperl strings are always correctly UTF8 encoded. | Andrew Dunstan | 2011-11-26 |
* | Fix up Perl-to-Postgres datatype conversions in pl/perl. | Tom Lane | 2011-10-13 |
* | Remember the source GucContext for each GUC parameter. | Tom Lane | 2011-10-04 |
* | Remove the custom_variable_classes parameter. | Tom Lane | 2011-10-04 |
* | Fix declaration of $_TD in "strict" trigger functions | Alvaro Herrera | 2011-05-18 |
* | Convert Postgres arrays to Perl arrays on PL/perl input arguments | Alvaro Herrera | 2011-02-17 |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 |
* | Revert removal of trigger flag from plperl function hash key.REL9_1_ALPHA2 | Tom Lane | 2010-10-31 |
* | Support triggers on views. | Tom Lane | 2010-10-10 |
* | Ensure $_SHARED is declared in the main:: namespace, per bugs #5570 and #5571. | Alvaro Herrera | 2010-07-27 |
* | Fix regression tests to match error message change | Andrew Dunstan | 2010-05-18 |
* | Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is | Andrew Dunstan | 2010-05-13 |
* | Message style tuning | Peter Eisentraut | 2010-03-17 |
* | Use a fatal warning check with what looks like a more portable error message.... | Andrew Dunstan | 2010-02-17 |
* | Clean up package namespace use and use of Safe in plperl. | Andrew Dunstan | 2010-02-16 |
* | Move main error message text in plperl into errmsg from errdetail, | Alvaro Herrera | 2010-02-15 |
* | Add regression test files inadvertantly omitted in plperl.on_plperl{u}_init p... | Andrew Dunstan | 2010-02-12 |
* | Add plperl.on_plperl_init and plperl.on_plperlu_init settings for language-sp... | Andrew Dunstan | 2010-02-12 |
* | Free reference in correct Perl context. Backpatch to release 8.2. Patch from ... | Andrew Dunstan | 2010-02-12 |
* | Various small improvements and cleanups for PL/Perl. | Andrew Dunstan | 2010-01-26 |
* | Add utility functions to PLPerl: | Andrew Dunstan | 2010-01-20 |
* | Provide regression testing for plperlu, and for plperl+plperlu interaction. | Andrew Dunstan | 2010-01-09 |
* | Add support for anonymous code blocks (DO blocks) to PL/Perl. | Tom Lane | 2009-11-29 |
* | errcontext support in PL/Perl | Peter Eisentraut | 2009-09-16 |
* | Wordsmithing for PL/Perl messages | Peter Eisentraut | 2009-02-19 |
* | Extend ExecMakeFunctionResult() to support set-returning functions that return | Tom Lane | 2008-10-28 |
* | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 |
* | Fix plperl and pltcl to include the name of the current function when | Tom Lane | 2007-10-05 |
* | Update some of the "expected" regression test results for Bruce's | Neil Conway | 2007-02-01 |
* | Remove unnecessary checkpoint from PL regression tests. This was once | Tom Lane | 2007-01-28 |
* | Allow args to spi_prepare to be standard type aliaes as well as those known i... | Andrew Dunstan | 2007-01-27 |
* | 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-13 |
* | Add table_name and table_schema to plperl trigger data. relname is | Andrew Dunstan | 2006-05-26 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch | Andrew Dunstan | 2006-03-05 |
* | translate undef to NULL for result arrayref, now that we allow NULLs in array... | Andrew Dunstan | 2005-11-18 |
* | Make the plperl regression tests pass in 'use_strict' mode, by adding | Tom Lane | 2005-08-24 |
* | Fix up plperl 'use_strict' so that it can be enabled or disabled on the | Tom Lane | 2005-08-24 |
* | Fix plperl to do recursion safely, and fix a problem with array results. | Tom Lane | 2005-07-12 |
* | The attached patch implements spi_query() and spi_fetchrow() functions | Bruce Momjian | 2005-07-10 |
* | Fix plperl expected output. | Bruce Momjian | 2005-07-07 |
* | Currently, nonfatal warnings are not trapped (as they should be) by | Bruce Momjian | 2005-07-06 |