aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plperl/plperl.c
Commit message (Expand)AuthorAge
* Keep plperl's current_call_data record on the stack, instead of palloc'ing.Tom Lane2012-09-13
* Make plperl safe against functions that are redefined while running.Tom Lane2012-09-09
* Restore SIGFPE handler after initializing PL/Perl.Tom Lane2012-09-05
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Add comment why seemingly dead code is necessaryPeter Eisentraut2012-07-16
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* plperl: Package-qualify _TDAlvaro Herrera2012-03-19
* Fix up Perl-to-Postgres datatype conversions in pl/perl.Tom Lane2011-10-13
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Properly handle empty arrays returned from plperl functions.Andrew Dunstan2011-08-17
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Allow building with perl 5.14.Andrew Dunstan2011-06-04
* Remove usage of &PL_sv_undef in hashes and arraysAlvaro Herrera2011-05-30
* Fix declaration of $_TD in "strict" trigger functionsAlvaro Herrera2011-05-18
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-25
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-04
* Initialize variable to quiet compiler.Bruce Momjian2011-02-19
* Convert Postgres arrays to Perl arrays on PL/perl input argumentsAlvaro Herrera2011-02-17
* pgindent run on plperl.cAlvaro Herrera2011-02-17
* Force strings passed to and from plperl to be in UTF8 encoding.Andrew Dunstan2011-02-06
* Add comment on why we're passing a useless 'false' to the plperl function co...Andrew Dunstan2011-02-02
* Set up PLPerl trigger data using C code instead of Perl code.Andrew Dunstan2011-02-01
* Suppress "control reaches end of non-void function" warning from gcc 4.5.Tom Lane2011-01-22
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Revert removal of trigger flag from plperl function hash key.REL9_1_ALPHA2Tom Lane2010-10-31
* Allow generic record arguments to plperl functionsAndrew Dunstan2010-10-28
* Remove unnecessary use of trigger flag to hash plperl functionsAndrew Dunstan2010-10-24
* Support triggers on views.Tom Lane2010-10-10
* Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane2010-09-30
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Message tuningPeter Eisentraut2010-06-29
* Remove perl symbol table additions for plperl functions, and mention of itAndrew Dunstan2010-06-16
* Follow up a visit from the style police.Andrew Dunstan2010-05-17
* Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan2010-05-13
* Fix bogus order of cleanup steps in plperl_inline_handler.Tom Lane2010-04-18
* Message style tuningPeter Eisentraut2010-03-18
* Message style tuningPeter Eisentraut2010-03-17
* Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl.Tom Lane2010-03-09
* Add checks for valid encoding of query strings passed to SPI by plperl.Andrew Dunstan2010-03-09
* pgindent run for 9.0Bruce Momjian2010-02-26
* Clean up package namespace use and use of Safe in plperl.Andrew Dunstan2010-02-16
* Move main error message text in plperl into errmsg from errdetail,Alvaro Herrera2010-02-15
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Add plperl.on_plperl_init and plperl.on_plperlu_init settings for language-sp...Andrew Dunstan2010-02-12
* Free reference in correct Perl context. Backpatch to release 8.2. Patch from ...Andrew Dunstan2010-02-12
* Add plperl.on_perl_init setting to provide for initializing the perl library ...Andrew Dunstan2010-01-30