summaryrefslogtreecommitdiff
path: root/contrib/jsonb_plperl/sql/jsonb_plperl.sql
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of "undef" in contrib/jsonb_plperl.Tom Lane2019-08-041-0/+13
* Fix jsonb_plperl to convert Perl UV values correctly.Tom Lane2018-06-181-0/+12
* Fix excessive enreferencing in jsonb-to-plperl transform.Tom Lane2018-06-181-19/+23
* Remove jsonb_plperl test cases for Inf/NaN conversions.Tom Lane2018-05-011-22/+0
* Tweak new jsonb_plperl test cases to work with old Perl versions.Tom Lane2018-04-301-2/+2
* Prevent infinity and NaN in jsonb/plperl transformPeter Eisentraut2018-04-301-0/+22
* Remove less-portable-than-believed test case.Tom Lane2018-04-041-12/+0
* Fix platform and Perl-version dependencies in new jsonb_plperl code.Tom Lane2018-04-041-1/+15
* Transforms for jsonb to PL/PerlPeter Eisentraut2018-04-031-0/+86