index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plperl
/
plperl_helpers.h
Commit message (
Expand
)
Author
Age
*
Fix assorted header files that failed to compile standalone.
Tom Lane
2019-05-31
*
PL/Perl portability fix: avoid including XSUB.h in plperl.c.
Tom Lane
2017-07-28
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Fix plperl to handle non-ASCII error message texts correctly.
Tom Lane
2015-09-29
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.
Tom Lane
2014-02-23
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
plperl: Skip setting UTF8 flag when in SQL_ASCII encoding
Alvaro Herrera
2012-07-10
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
PL/Perl: Avoid compiler warning from clang
Peter Eisentraut
2012-05-27
*
Fix misleading comments
Peter Eisentraut
2012-05-08
*
Improve efficiency of recent changes to plperl's sv2cstr().
Andrew Dunstan
2012-01-15
*
Fix breakage from earlier plperl fix.
Andrew Dunstan
2012-01-05
*
Work around perl bug in SvPVutf8().
Andrew Dunstan
2012-01-05
*
Ensure plperl strings are always correctly UTF8 encoded.
Andrew Dunstan
2011-11-26
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Force strings passed to and from plperl to be in UTF8 encoding.
Andrew Dunstan
2011-02-06