index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plperl
/
SPI.xs
Age
Commit message (
Expand
)
Author
2022-08-27
Be more careful to avoid including system headers after perl.h
John Naylor
2019-06-02
Clean up PL/Perl's handling of the _() macro.
Tom Lane
2018-01-22
Transaction control in PL procedures
Peter Eisentraut
2017-07-28
PL/Perl portability fix: avoid including XSUB.h in plperl.c.
Tom Lane
2015-09-29
Fix plperl to handle non-ASCII error message texts correctly.
Tom Lane
2011-02-06
Force strings passed to and from plperl to be in UTF8 encoding.
Andrew Dunstan
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-01-20
Add utility functions to PLPerl:
Andrew Dunstan
2006-03-19
Fix a few places that were checking for the return value of palloc() to be
Neil Conway
2006-03-05
Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch
Andrew Dunstan
2006-01-08
Rationalise perl header inclusions via a common include file, which also
Andrew Dunstan
2005-10-18
Code review for spi_query/spi_fetchrow patch: handle errors sanely,
Tom Lane
2005-07-10
The attached patch implements spi_query() and spi_fetchrow() functions
Bruce Momjian
2005-06-05
Here's a patch to do the following:
Bruce Momjian
2005-06-04
At 2005-05-21 20:18:50 +0530, ams@oryx.com wrote:
Bruce Momjian
2005-02-23
Properly undef _(x) gettext macro.
Bruce Momjian
2005-02-22
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2004-11-21
Suppress remaining compile warnings, and add a comment about why
Tom Lane
2004-11-20
Fix plperl's elog() function to convert elog(ERROR) into Perl croak(),
Tom Lane
2004-10-07
Move -DPLPERL_HAVE_UID_GID to the plperl Makefile, for Win32 only.
Bruce Momjian
2004-10-07
Add PLperl workaround for Win32 to the *.xs file.
Bruce Momjian
2004-07-05
Allow plperl to compile with Perl 5.05.
Bruce Momjian
2004-07-01
plperl update from Andrew Dunstan, deriving (I believe) from Command Prompt's
Joe Conway
2002-09-04
Fix includes for plperl: ensure postgres.h is included first,
Tom Lane
2002-05-05
Create an internal semaphore API that is not tied to SysV semaphores.
Tom Lane
2002-03-06
Add new elog() levels to stored procedure languages. plperl DEBUG hack
Bruce Momjian
2001-06-09
Fix a few missed NOIND usages.
Tom Lane
2000-01-29
Attached is a uuencoded tarball that contains
Bruce Momjian