index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plperl
/
plperl_helpers.h
Age
Commit message (
Expand
)
Author
2017-07-28
PL/Perl portability fix: avoid including XSUB.h in plperl.c.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2015-09-29
Fix plperl to handle non-ASCII error message texts correctly.
Tom Lane
2015-04-26
Add transforms feature
Peter Eisentraut
2014-02-23
Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2012-07-10
plperl: Skip setting UTF8 flag when in SQL_ASCII encoding
Alvaro Herrera
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-27
PL/Perl: Avoid compiler warning from clang
Peter Eisentraut
2012-05-08
Fix misleading comments
Peter Eisentraut
2012-01-15
Improve efficiency of recent changes to plperl's sv2cstr().
Andrew Dunstan
2012-01-05
Fix breakage from earlier plperl fix.
Andrew Dunstan
2012-01-05
Work around perl bug in SvPVutf8().
Andrew Dunstan
2011-11-26
Ensure plperl strings are always correctly UTF8 encoded.
Andrew Dunstan
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-02-06
Force strings passed to and from plperl to be in UTF8 encoding.
Andrew Dunstan