OSDN Git Service

Fix declaration of $_TD in "strict" trigger functions
[pg-rex/syncrep.git] / src / pl / plperl /
2011-05-19 Alvaro HerreraFix declaration of $_TD in "strict" trigger functions
2011-05-01 Peter EisentrautRewrite installation makefile rules without for loops
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-25 Andrew DunstanPrevent perl header overriding our *snprintf macros...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-03-07 Tom LaneSuppress some "variable might be clobbered by longjmp...
2011-03-05 Bruce MomjianFix parallel gmake for extension directory addition...
2011-03-05 Tom LaneCreate extension infrastructure for the core procedural...
2011-02-19 Bruce MomjianInitialize variable to quiet compiler.
2011-02-18 Alvaro HerreraConvert Postgres arrays to Perl arrays on PL/perl input...
2011-02-18 Alvaro Herrerapgindent run on plperl.c
2011-02-15 Peter EisentrautAllow make check in PL directories
2011-02-07 Andrew DunstanSupply now required HeUTF8 macro for plperl where it...
2011-02-06 Andrew DunstanForce strings passed to and from plperl to be in UTF8...
2011-02-02 Andrew DunstanAdd comment on why we're passing a useless 'false...
2011-02-01 Andrew DunstanSet up PLPerl trigger data using C code instead of...
2011-01-22 Tom LaneSuppress "control reaches end of non-void function...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-31 Tom LaneRevert removal of trigger flag from plperl function...
2010-10-29 Andrew DunstanAllow generic record arguments to plperl functions
2010-10-25 Andrew DunstanRemove unnecessary use of trigger flag to hash plperl...
2010-10-10 Tom LaneSupport triggers on views.
2010-09-30 Tom LaneUse a separate interpreter for each calling SQL userid...
2010-09-22 Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-07-27 Alvaro HerreraEnsure $_SHARED is declared in the main:: namespace...
2010-07-08 Peter EisentrautTranslation updates for 9.0beta3
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-29 Peter EisentrautMessage tuning
2010-06-16 Andrew DunstanRemove perl symbol table additions for plperl functions...
2010-06-03 Peter EisentrautTranslation updates for 9.0beta2
2010-05-18 Andrew DunstanFix regression tests to match error message change
2010-05-17 Andrew DunstanFollow up a visit from the style police.
2010-05-13 Andrew DunstanAbandon the use of Perl's Safe.pm to enforce restrictio...
2010-05-13 Peter EisentrautTranslation update
2010-04-18 Tom LaneFix bogus order of cleanup steps in plperl_inline_handler.
2010-03-18 Peter EisentrautMessage style tuning
2010-03-17 Peter EisentrautMessage style tuning
2010-03-09 Tom LaneUse SvROK(sv) rather than directly checking SvTYPE...
2010-03-09 Andrew DunstanAdd checks for valid encoding of query strings passed...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-19 Peter EisentrautTranslation updates for 9.0alpha4
2010-02-17 Andrew DunstanUse a fatal warning check with what looks like a more...
2010-02-16 Andrew DunstanClean up package namespace use and use of Safe in plperl.
2010-02-15 Alvaro HerreraMove main error message text in plperl into errmsg...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-12 Andrew DunstanAdd regression test files inadvertantly omitted in...
2010-02-12 Andrew DunstanAdd plperl.on_plperl_init and plperl.on_plperlu_init...
2010-02-12 Andrew DunstanFree reference in correct Perl context. Backpatch to...
2010-01-30 Andrew DunstanAdd plperl.on_perl_init setting to provide for initiali...
2010-01-28 Andrew DunstanFix bug found by warning from recent gcc. patch from...
2010-01-26 Andrew DunstanVarious small improvements and cleanups for PL/Perl.
2010-01-20 Andrew DunstanAdd utility functions to PLPerl:
2010-01-10 Tom LaneRemove unnecessary use of temp file. Tim Bunce
2010-01-09 Andrew DunstanProvide regression testing for plperlu, and for plperl...
2010-01-09 Tom LaneFix makefile so it works for VPATH case.
2010-01-09 Andrew DunstanTidy up and refactor plperl.c.
2010-01-04 Andrew DunstanCheck values passed back from PLPerl to the database...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-31 Tom LaneRedefine Datum as uintptr_t, instead of unsigned long.
2009-12-29 Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-12-25 Andrew DunstanUpgrade to latest ppport.h. Patch from Tim Bunce.
2009-12-19 Peter EisentrautTranslation updates
2009-11-29 Tom LaneFix session-lifespan memory leak when a plperl function...
2009-11-29 Tom LaneAdd support for anonymous code blocks (DO blocks) to...
2009-10-31 Tom LaneEnsure the previous Perl interpreter selection is resto...
2009-10-20 Peter EisentrautTranslations update for 8.5alpha2
2009-09-28 Andrew DunstanConvert a perl array to a postgres array when returned...
2009-09-16 Peter Eisentrauterrcontext support in PL/Perl
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-10 Peter EisentrautTranslation updates
2009-06-06 Tom LaneMove variable declaration to avoid 'unused variable...
2009-06-05 Andrew DunstanAdjust recent PERL_SYS_INIT3 call to avoid platforms...
2009-06-05 Andrew DunstanSearch for versioned perl library instead of using...
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-06-04 Andrew DunstanInitialise perl library as documented in perl API....
2009-05-14 Alvaro HerreraTranslation updates
2009-04-09 Peter EisentrautTranslation updates for 8.4 beta
2009-02-20 Peter Eisentrautanother small message tweak
2009-02-19 Peter EisentrautWordsmithing for PL/Perl messages
2009-02-19 Peter EisentrautRemove croak and Perl_croak from gettext triggers....
2009-02-17 Peter EisentrautRemove gettext trigger write_stderr(), which isn't...
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-11-19 Tom LaneSome infrastructure changes for the upcoming auto-expla...
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-10-28 Tom LaneExtend ExecMakeFunctionResult() to support set-returnin...
2008-10-09 Alvaro HerreraImprove translatability of error messages for external...
2008-10-02 Peter EisentrautUpdate pg_regress calls in PL checks to handle vpath...
2008-10-01 Peter EisentrautAllow pg_regress to be run outside the build tree....
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-04-07 Peter EisentrautImplement a few changes to how shared libraries and...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
next