summaryrefslogtreecommitdiff
path: root/contrib/jsonb_plperl/expected/jsonb_plperl.out
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of "undef" in contrib/jsonb_plperl.Tom Lane2019-08-041-1/+21
* Fix jsonb_plperl to convert Perl UV values correctly.Tom Lane2018-06-181-1/+15
* Fix excessive enreferencing in jsonb-to-plperl transform.Tom Lane2018-06-181-20/+29
* Remove jsonb_plperl test cases for Inf/NaN conversions.Tom Lane2018-05-011-21/+1
* 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-2/+22
* Remove less-portable-than-believed test case.Tom Lane2018-04-041-12/+1
* Fix platform and Perl-version dependencies in new jsonb_plperl code.Tom Lane2018-04-041-8/+18
* Transforms for jsonb to PL/PerlPeter Eisentraut2018-04-031-0/+211