summaryrefslogtreecommitdiff
path: root/src/pl/plperl/SPI.xs
AgeCommit message (Expand)Author
2022-08-27Be more careful to avoid including system headers after perl.hJohn Naylor
2019-06-02Clean up PL/Perl's handling of the _() macro.Tom Lane
2018-01-22Transaction control in PL proceduresPeter Eisentraut
2017-07-28PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane
2015-09-29Fix plperl to handle non-ASCII error message texts correctly.Tom Lane
2011-02-06Force strings passed to and from plperl to be in UTF8 encoding.Andrew Dunstan
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-20Add utility functions to PLPerl:Andrew Dunstan
2006-03-19Fix a few places that were checking for the return value of palloc() to beNeil Conway
2006-03-05Prepared queries for PLPerl, plus fixing a small plperl memory leak. PatchAndrew Dunstan
2006-01-08Rationalise perl header inclusions via a common include file, which alsoAndrew Dunstan
2005-10-18Code review for spi_query/spi_fetchrow patch: handle errors sanely,Tom Lane
2005-07-10The attached patch implements spi_query() and spi_fetchrow() functionsBruce Momjian
2005-06-05Here's a patch to do the following:Bruce Momjian
2005-06-04At 2005-05-21 20:18:50 +0530, ams@oryx.com wrote:Bruce Momjian
2005-02-23Properly undef _(x) gettext macro.Bruce Momjian
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2004-11-21Suppress remaining compile warnings, and add a comment about whyTom Lane
2004-11-20Fix plperl's elog() function to convert elog(ERROR) into Perl croak(),Tom Lane
2004-10-07Move -DPLPERL_HAVE_UID_GID to the plperl Makefile, for Win32 only.Bruce Momjian
2004-10-07Add PLperl workaround for Win32 to the *.xs file.Bruce Momjian
2004-07-05Allow plperl to compile with Perl 5.05.Bruce Momjian
2004-07-01plperl update from Andrew Dunstan, deriving (I believe) from Command Prompt'sJoe Conway
2002-09-04Fix includes for plperl: ensure postgres.h is included first,Tom Lane
2002-05-05Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane
2002-03-06Add new elog() levels to stored procedure languages. plperl DEBUG hackBruce Momjian
2001-06-09Fix a few missed NOIND usages.Tom Lane
2000-01-29Attached is a uuencoded tarball that containsBruce Momjian