summaryrefslogtreecommitdiff
path: root/src/pl/plperl/plc_perlboot.pl
Commit message (Expand)AuthorAgeFilesLines
* Run newly-configured perltidy script on Perl files.Bruce Momjian2012-07-041-58/+72
* Fix declaration of $_TD in "strict" trigger functionsAlvaro Herrera2011-05-181-1/+1
* Convert Postgres arrays to Perl arrays on PL/perl input argumentsAlvaro Herrera2011-02-171-30/+58
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-3/+1
* Ensure $_SHARED is declared in the main:: namespace, per bugs #5570 and #5571.Alvaro Herrera2010-07-271-2/+2
* Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan2010-05-131-8/+5
* Clean up package namespace use and use of Safe in plperl.Andrew Dunstan2010-02-161-11/+15
* Add plperl.on_perl_init setting to provide for initializing the perl library ...Andrew Dunstan2010-01-301-2/+1
* Various small improvements and cleanups for PL/Perl.Andrew Dunstan2010-01-261-10/+18
* Add utility functions to PLPerl:Andrew Dunstan2010-01-201-23/+44
* Tidy up and refactor plperl.c.Andrew Dunstan2010-01-091-0/+50