summaryrefslogtreecommitdiff
path: root/src/pl/plperl/plperl_helpers.h
AgeCommit message (Expand)Author
2017-07-28PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2015-09-29Fix plperl to handle non-ASCII error message texts correctly.Tom Lane
2015-04-26Add transforms featurePeter Eisentraut
2014-02-23Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2012-07-10plperl: Skip setting UTF8 flag when in SQL_ASCII encodingAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-27PL/Perl: Avoid compiler warning from clangPeter Eisentraut
2012-05-08Fix misleading commentsPeter Eisentraut
2012-01-15Improve efficiency of recent changes to plperl's sv2cstr().Andrew Dunstan
2012-01-05Fix breakage from earlier plperl fix.Andrew Dunstan
2012-01-05Work around perl bug in SvPVutf8().Andrew Dunstan
2011-11-26Ensure plperl strings are always correctly UTF8 encoded.Andrew Dunstan
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-02-06Force strings passed to and from plperl to be in UTF8 encoding.Andrew Dunstan