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
/
contrib
/
jsonb_plperl
Age
Commit message (
Expand
)
Author
2018-10-18
Still further rethinking of build changes for macOS Mojave.
Tom Lane
2018-09-25
Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").
Tom Lane
2018-07-11
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-06-18
Fix jsonb_plperl to convert Perl UV values correctly.
Tom Lane
2018-06-18
Avoid platform-dependent output from Data::Dumper.
Tom Lane
2018-06-18
Fix excessive enreferencing in jsonb-to-plperl transform.
Tom Lane
2018-05-01
Remove jsonb_plperl test cases for Inf/NaN conversions.
Tom Lane
2018-04-30
Tweak new jsonb_plperl test cases to work with old Perl versions.
Tom Lane
2018-04-30
Prevent infinity and NaN in jsonb/plperl transform
Peter Eisentraut
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-11
Fix clashing function names between jsonb_plperl and jsonb_plperlu
Peter Eisentraut
2018-04-04
Remove less-portable-than-believed test case.
Tom Lane
2018-04-04
Fix platform and Perl-version dependencies in new jsonb_plperl code.
Tom Lane
2018-04-03
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-04-03
Suppress compiler warning in new jsonb_plperl code.
Tom Lane
2018-04-03
Transforms for jsonb to PL/Perl
Peter Eisentraut