]> granicus.if.org Git - postgresql/history - src/pl/plperl
Track typmods in plpgsql expression evaluation and assignment.
[postgresql] / src / pl / plperl /
2015-02-22 Jeff DavisIn array_agg(), don't create a new context for every...
2015-02-02 Peter EisentrautTranslation updates
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-12-15 Peter EisentrautTranslation updates
2014-12-02 Tom LaneImprove error messages for malformed array input strings.
2014-11-25 Tom LaneSupport arrays as input to array_agg() and ARRAY(SELECT...
2014-07-21 Peter EisentrautTranslation updates
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-07-10 Bruce MomjianAdjust blank lines around PG_MODULE_MAGIC defines,...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-04-08 Robert HaasAdd new to_reg* functions for error-free OID lookups.
2014-03-17 Alvaro Herreraplperl: Fix memory leak in hek2cstr
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-02-23 Tom LanePrefer pg_any_to_server/pg_server_to_any over pg_do_enc...
2014-02-17 Noah MischPrevent privilege escalation in explicit calls to PL...
2014-02-14 Tom LaneIn mingw builds, make our own import library for libperl.
2014-02-12 Bruce MomjianRename 'gmake' to 'make' in docs and recommended commands
2014-02-05 Peter EisentrautPL/Perl: Fix compiler warning
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
2013-12-11 Peter EisentrautPL/Perl: Add event trigger support
2013-12-02 Peter EisentrautTranslation updates
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-10-14 Peter EisentrautTranslation updates to fix build failures
2013-10-07 Peter EisentrautTranslation updates
2013-09-02 Peter EisentrautTranslation updates
2013-06-03 Tom LaneAdd semicolons to eval'd strings to hide a minor Perl...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-06 Peter EisentrautTranslation updates
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-03-02 Tom LaneEliminate memory leaks in plperl's spi_prepare() function.
2013-01-09 Andrew DunstanDetect Windows perl linkage parameters in configure...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-18 Peter EisentrautRemove allow_nonpic_in_shlib
2012-09-14 Tom LaneAdd a regression test case based on bug #7516.
2012-09-13 Tom LaneKeep plperl's current_call_data record on the stack...
2012-09-10 Tom LaneMake plperl safe against functions that are redefined...
2012-09-05 Tom LaneRestore SIGFPE handler after initializing PL/Perl.
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-07-17 Alvaro HerreraRemove recently added PL/Perl encoding tests
2012-07-16 Peter EisentrautAdd comment why seemingly dead code is necessary
2012-07-10 Alvaro Herreraplperl: Skip setting UTF8 flag when in SQL_ASCII encoding
2012-07-05 Bruce MomjianRun newly-configured perltidy script on Perl files.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-27 Peter EisentrautPL/Perl: Avoid compiler warning from clang
2012-05-15 Peter EisentrautRemove whitespace from end of lines
2012-05-08 Peter EisentrautFix misleading comments
2012-03-19 Alvaro Herreraplperl: Package-qualify _TD
2012-01-15 Andrew DunstanImprove efficiency of recent changes to plperl's sv2cstr().
2012-01-05 Andrew DunstanFix breakage from earlier plperl fix.
2012-01-05 Andrew DunstanWork around perl bug in SvPVutf8().
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-27 Peter EisentrautRun "make all" as a prerequisite of "make check"
2011-11-26 Andrew DunstanUse the right interpreter for encoding test.
2011-11-26 Andrew DunstanUse the preferred version of xsubpp, not necessarily...
2011-11-26 Andrew DunstanEnsure plperl strings are always correctly UTF8 encoded.
2011-10-13 Tom LaneFix up Perl-to-Postgres datatype conversions in pl...
2011-10-04 Tom LaneRemember the source GucContext for each GUC parameter.
2011-10-04 Tom LaneRemove the custom_variable_classes parameter.
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-05 Tom LaneGuard against using plperl's Makefile without specifyin...
2011-08-17 Andrew DunstanProperly handle empty arrays returned from plperl funct...
2011-08-17 Peter EisentrautTranslation updates
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-07-03 Tom LanePut comments on the installable procedural languages.
2011-06-26 Peter EisentrautAdd the possibility to pass --flag arguments to xgettex...
2011-06-26 Peter EisentrautRefactor common gettext triggers
2011-06-26 Peter EisentrautReplace := by = in nls.mk files
2011-06-09 Peter EisentrautTranslation updates for 9.1beta2
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-04 Andrew DunstanAllow building with perl 5.14.
2011-05-30 Alvaro HerreraRemove usage of &PL_sv_undef in hashes and arrays
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... REL9_1_ALPHA2
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...
next