index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plperl
/
plperl.c
Commit message (
Expand
)
Author
Age
*
Keep plperl's current_call_data record on the stack, instead of palloc'ing.
Tom Lane
2012-09-13
*
Make plperl safe against functions that are redefined while running.
Tom Lane
2012-09-09
*
Restore SIGFPE handler after initializing PL/Perl.
Tom Lane
2012-09-05
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Add comment why seemingly dead code is necessary
Peter Eisentraut
2012-07-16
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
plperl: Package-qualify _TD
Alvaro Herrera
2012-03-19
*
Fix up Perl-to-Postgres datatype conversions in pl/perl.
Tom Lane
2011-10-13
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
*
Properly handle empty arrays returned from plperl functions.
Andrew Dunstan
2011-08-17
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Allow building with perl 5.14.
Andrew Dunstan
2011-06-04
*
Remove usage of &PL_sv_undef in hashes and arrays
Alvaro Herrera
2011-05-30
*
Fix declaration of $_TD in "strict" trigger functions
Alvaro Herrera
2011-05-18
*
Assorted minor changes to silence Windows compiler warnings.
Andrew Dunstan
2011-04-25
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
*
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-04
*
Initialize variable to quiet compiler.
Bruce Momjian
2011-02-19
*
Convert Postgres arrays to Perl arrays on PL/perl input arguments
Alvaro Herrera
2011-02-17
*
pgindent run on plperl.c
Alvaro Herrera
2011-02-17
*
Force strings passed to and from plperl to be in UTF8 encoding.
Andrew Dunstan
2011-02-06
*
Add comment on why we're passing a useless 'false' to the plperl function co...
Andrew Dunstan
2011-02-02
*
Set up PLPerl trigger data using C code instead of Perl code.
Andrew Dunstan
2011-02-01
*
Suppress "control reaches end of non-void function" warning from gcc 4.5.
Tom Lane
2011-01-22
*
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
*
Allow generic record arguments to plperl functions
Andrew Dunstan
2010-10-28
*
Remove unnecessary use of trigger flag to hash plperl functions
Andrew Dunstan
2010-10-24
*
Support triggers on views.
Tom Lane
2010-10-10
*
Use a separate interpreter for each calling SQL userid in plperl and pltcl.
Tom Lane
2010-09-30
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Message tuning
Peter Eisentraut
2010-06-29
*
Remove perl symbol table additions for plperl functions, and mention of it
Andrew Dunstan
2010-06-16
*
Follow up a visit from the style police.
Andrew Dunstan
2010-05-17
*
Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is
Andrew Dunstan
2010-05-13
*
Fix bogus order of cleanup steps in plperl_inline_handler.
Tom Lane
2010-04-18
*
Message style tuning
Peter Eisentraut
2010-03-18
*
Message style tuning
Peter Eisentraut
2010-03-17
*
Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl.
Tom Lane
2010-03-09
*
Add checks for valid encoding of query strings passed to SPI by plperl.
Andrew Dunstan
2010-03-09
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
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
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
*
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
*
Add plperl.on_perl_init setting to provide for initializing the perl library ...
Andrew Dunstan
2010-01-30
[next]