]> granicus.if.org Git - postgresql/history - src/pl/plperl
For some reason access/tupmacs.h has been #including utils/memutils.h,
[postgresql] / src / pl / plperl /
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-04-01 Tom LaneMake plperl work with OUT parameters.
2005-04-01 Tom LaneMinor improvements in the really-pretty-ad-hoc test...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-02-23 Bruce MomjianProperly undef _(x) gettext macro.
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-14 Tom Laneplperl trigger handler tried to fetch new/old tuples...
2005-01-11 Tom Laneplperl was not being quite paranoid enough about detect...
2004-11-29 Tom LaneUpdate plperl to use ereport() not elog() for user...
2004-11-24 Tom LaneAvoid getting bit by roundoff error while checking...
2004-11-23 Tom LaneFurther plperl cleanup: be more paranoid about checking...
2004-11-22 Tom LaneThe beginnings of a regression test for plperl. Right...
2004-11-22 Tom LaneTry to instill some sanity in plperl's function result...
2004-11-21 Tom LaneSuppress remaining compile warnings, and add a comment...
2004-11-21 Tom LaneFix plperl and pltcl error handling per my previous...
2004-11-20 Tom LaneFix plperl's elog() function to convert elog(ERROR...
2004-11-19 Tom LaneSet rpath for plperl and plpython to ensure we can...
2004-11-18 Tom LaneFix memory clobber problem reported by John Hansen...
2004-11-17 Tom LaneRemove ill-considered suppression of gcc warnings in...
2004-11-16 Tom LaneAdjust safety restrictions for plperl functions. Andre...
2004-10-15 Bruce MomjianI have attached 5 patches (split up for ease of review...
2004-10-07 Bruce MomjianMove -DPLPERL_HAVE_UID_GID to the plperl Makefile...
2004-10-07 Bruce MomjianAdd PLperl workaround for Win32 to the *.xs file.
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-10-06 Bruce MomjianUse #define instead of typedef for plperl because perl...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-07-31 Tom LaneBe more consistent about reporting SPI errors in the...
2004-07-31 Tom LaneRestructure error handling as recently discussed. ...
2004-07-21 Bruce MomjianThe attached patch allows 'select foo()' as well as...
2004-07-16 Bruce MomjianHere is a patch required to build plperl with win32...
2004-07-12 Bruce MomjianThe attached patch, which incorporates the previous...
2004-07-05 Tom LaneRevert broken rpath addition.
2004-07-05 Bruce MomjianAllow plperl to compile with Perl 5.05.
2004-07-01 Joe Conwayplperl update from Andrew Dunstan, deriving (I believe...
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-01-21 Tom LaneFix bit-rot in support for building with --disable...
2004-01-06 Tom LaneApply the core parts of Dennis Bjorklund's patch to...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-04 Tom LaneLooks like plperl has same bug as pltcl.
2003-08-04 Bruce Momjianpgindent run.
2003-07-31 Tom LaneCause library-preload feature to report error if specif...
2003-07-25 Tom LaneError message editing in src/pl. The plpython module...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-04-20 Tom LaneFix multiple causes of breakage in plperl's error handling.
2002-10-18 Tom LaneMake 'dummy' declarations in header files be 'extern...
2002-09-21 Tom LaneProvide an upgrade strategy for dump files containing...
2002-09-04 Tom LaneFix includes for plperl: ensure postgres.h is included...
2002-09-04 Bruce Momjianpgindent run.
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
2002-05-28 Peter EisentrautChange PL/Perl and Pg interface build to use configured...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-03-06 Bruce MomjianAdd new elog() levels to stored procedure languages...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-23 Bruce MomjianOK'ed by Peter.
2002-01-24 Tom LaneTweak plperl.c to compile against threaded Perls, per...
2002-01-24 Tom LaneFix incorrect test for whether Perl code is returning...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-19 Tom LaneFix plperl to discard cached function definition after...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-09-16 Peter EisentrautInstall dynamically loadable modules into a private...
2001-08-26 Peter EisentrautVPATH and DESTDIR support for PL/Perl, using the same...
2001-06-20 Bruce MomjianApparently, on some systems, ExtUtils::Embed and MakeMa...
2001-06-18 Bruce MomjianWell, after persuading cvsup and cvs that it _is_ possi...
2001-06-09 Tom LaneFix a few missed NOIND usages.
2001-06-01 Tom Lanepltcl, plperl, and plpython all suffer the same bug...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-19 Bruce Momjian> > I have attached a simple change to src/pl/plperl...
2000-12-19 Peter EisentrautPolish PL/Perl documentation. The README file got...
2000-12-08 Tom LaneImprove error message for erroneous use of 'opaque...
2000-11-20 Tom LaneRevise handling of oldstyle/newstyle functions per...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-02 Peter EisentrautPass on all CPPFLAGS that look like -I* to the PL/Perl...
2000-10-24 Tom LaneUpdate plperl README per suggestions from Edward Bridges.
2000-10-24 Tom LaneEliminate POLLUTE=1 hack for cross-Perl-version compati...
2000-09-17 Peter EisentrautSupport for DESTDIR make variable. This is used as...
2000-09-12 Bruce MomjianThis patch, when applied in src/pl will unbreak plperl in
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-06-28 Peter EisentrautMakefile cleanup for interface tree. Now essentially...
2000-06-27 Peter EisentrautMakefile cleanup for bin and pl subtrees. They should...
2000-06-17 Peter EisentrautRemove fmgrstamp-h business -- not needed and confusing
2000-06-10 Peter EisentrautMoved the intricacies of the perl interface build into...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-29 Bruce MomjianCleanup of <> and ""
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-05-23 Tom LaneTransmit -I switches selected by configure (particularl...
2000-04-18 Bruce MomjianSecurity fix for plperl.
2000-04-17 Tom LaneAdd code to test for non-shared libperl and fail gracef...
2000-04-16 Tom LaneShow failing OID in 'cache lookup failed' messages;
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-01 Bruce MomjianNew plperl Makefile.
next