index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plperl
/
plperl_helpers.h
Age
Commit message (
Expand
)
Author
2019-05-31
Fix assorted header files that failed to compile standalone.
Tom Lane
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