index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plperl
Age
Commit message (
Expand
)
Author
2011-05-01
Rewrite installation makefile rules without for loops
Peter Eisentraut
2011-04-25
Assorted minor changes to silence Windows compiler warnings.
Andrew Dunstan
2011-04-25
Prevent perl header overriding our *snprintf macros, and give it a usable PER...
Andrew Dunstan
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-07
Revise the API for GUC variable assign hooks.
Tom Lane
2011-03-07
Suppress some "variable might be clobbered by longjmp" warnings.
Tom Lane
2011-03-05
Fix parallel gmake for extension directory addition in PL languages.
Bruce Momjian
2011-03-05
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-02-19
Initialize variable to quiet compiler.
Bruce Momjian
2011-02-18
Convert Postgres arrays to Perl arrays on PL/perl input arguments
Alvaro Herrera
2011-02-18
pgindent run on plperl.c
Alvaro Herrera
2011-02-15
Allow make check in PL directories
Peter Eisentraut
2011-02-07
Supply now required HeUTF8 macro for plperl where it's missing, per buildfarm...
Andrew Dunstan
2011-02-06
Force strings passed to and from plperl to be in UTF8 encoding.
Andrew Dunstan
2011-02-02
Add comment on why we're passing a useless 'false' to the plperl function co...
Andrew Dunstan
2011-02-01
Set up PLPerl trigger data using C code instead of Perl code.
Andrew Dunstan
2011-01-22
Suppress "control reaches end of non-void function" warning from gcc 4.5.
Tom Lane
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-10-31
Revert removal of trigger flag from plperl function hash key.
Tom Lane
2010-10-29
Allow generic record arguments to plperl functions
Andrew Dunstan
2010-10-25
Remove unnecessary use of trigger flag to hash plperl functions
Andrew Dunstan
2010-10-10
Support triggers on views.
Tom Lane
2010-09-30
Use a separate interpreter for each calling SQL userid in plperl and pltcl.
Tom Lane
2010-09-22
Some more gitignore cleanups: cover contrib and PL regression test outputs.
Tom Lane
2010-09-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-07-27
Ensure $_SHARED is declared in the main:: namespace, per bugs #5570 and #5571.
Alvaro Herrera
2010-07-08
Translation updates for 9.0beta3
Peter Eisentraut
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-06-29
Message tuning
Peter Eisentraut
2010-06-16
Remove perl symbol table additions for plperl functions, and mention of it
Andrew Dunstan
2010-06-03
Translation updates for 9.0beta2
Peter Eisentraut
2010-05-18
Fix regression tests to match error message change
Andrew Dunstan
2010-05-17
Follow up a visit from the style police.
Andrew Dunstan
2010-05-13
Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is
Andrew Dunstan
2010-05-13
Translation update
Peter Eisentraut
2010-04-18
Fix bogus order of cleanup steps in plperl_inline_handler.
Tom Lane
2010-03-18
Message style tuning
Peter Eisentraut
2010-03-17
Message style tuning
Peter Eisentraut
2010-03-09
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-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-19
Translation updates for 9.0alpha4
Peter Eisentraut
2010-02-17
Use a fatal warning check with what looks like a more portable error message....
Andrew Dunstan
2010-02-16
Clean up package namespace use and use of Safe in plperl.
Andrew Dunstan
2010-02-15
Move main error message text in plperl into errmsg from errdetail,
Alvaro Herrera
2010-02-14
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-12
Add regression test files inadvertantly omitted in plperl.on_plperl{u}_init p...
Andrew Dunstan
[next]