summaryrefslogtreecommitdiff
path: root/src/pl/plperl
AgeCommit message (Expand)Author
2011-05-01Rewrite installation makefile rules without for loopsPeter Eisentraut
2011-04-25Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan
2011-04-25Prevent perl header overriding our *snprintf macros, and give it a usable PER...Andrew Dunstan
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-03-07Suppress some "variable might be clobbered by longjmp" warnings.Tom Lane
2011-03-05Fix parallel gmake for extension directory addition in PL languages.Bruce Momjian
2011-03-05Create extension infrastructure for the core procedural languages.Tom Lane
2011-02-19Initialize variable to quiet compiler.Bruce Momjian
2011-02-18Convert Postgres arrays to Perl arrays on PL/perl input argumentsAlvaro Herrera
2011-02-18pgindent run on plperl.cAlvaro Herrera
2011-02-15Allow make check in PL directoriesPeter Eisentraut
2011-02-07Supply now required HeUTF8 macro for plperl where it's missing, per buildfarm...Andrew Dunstan
2011-02-06Force strings passed to and from plperl to be in UTF8 encoding.Andrew Dunstan
2011-02-02Add comment on why we're passing a useless 'false' to the plperl function co...Andrew Dunstan
2011-02-01Set up PLPerl trigger data using C code instead of Perl code.Andrew Dunstan
2011-01-22Suppress "control reaches end of non-void function" warning from gcc 4.5.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-10-31Revert removal of trigger flag from plperl function hash key.Tom Lane
2010-10-29Allow generic record arguments to plperl functionsAndrew Dunstan
2010-10-25Remove unnecessary use of trigger flag to hash plperl functionsAndrew Dunstan
2010-10-10Support triggers on views.Tom Lane
2010-09-30Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-07-27Ensure $_SHARED is declared in the main:: namespace, per bugs #5570 and #5571.Alvaro Herrera
2010-07-08Translation updates for 9.0beta3Peter Eisentraut
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-06-29Message tuningPeter Eisentraut
2010-06-16Remove perl symbol table additions for plperl functions, and mention of itAndrew Dunstan
2010-06-03Translation updates for 9.0beta2Peter Eisentraut
2010-05-18Fix regression tests to match error message changeAndrew Dunstan
2010-05-17Follow up a visit from the style police.Andrew Dunstan
2010-05-13Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan
2010-05-13Translation updatePeter Eisentraut
2010-04-18Fix bogus order of cleanup steps in plperl_inline_handler.Tom Lane
2010-03-18Message style tuningPeter Eisentraut
2010-03-17Message style tuningPeter Eisentraut
2010-03-09Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl.Tom Lane
2010-03-09Add checks for valid encoding of query strings passed to SPI by plperl.Andrew Dunstan
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-19Translation updates for 9.0alpha4Peter Eisentraut
2010-02-17Use a fatal warning check with what looks like a more portable error message....Andrew Dunstan
2010-02-16Clean up package namespace use and use of Safe in plperl.Andrew Dunstan
2010-02-15Move main error message text in plperl into errmsg from errdetail,Alvaro Herrera
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-02-12Add regression test files inadvertantly omitted in plperl.on_plperl{u}_init p...Andrew Dunstan