summaryrefslogtreecommitdiff
path: root/contrib/jsonb_plperl/sql
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of "undef" in contrib/jsonb_plperl.Tom Lane2019-08-042-0/+26
* Fix jsonb_plperl to convert Perl UV values correctly.Tom Lane2018-06-182-0/+24
* Avoid platform-dependent output from Data::Dumper.Tom Lane2018-06-181-1/+2
* Fix excessive enreferencing in jsonb-to-plperl transform.Tom Lane2018-06-182-38/+49
* Remove jsonb_plperl test cases for Inf/NaN conversions.Tom Lane2018-05-012-44/+0
* Tweak new jsonb_plperl test cases to work with old Perl versions.Tom Lane2018-04-302-4/+4
* Prevent infinity and NaN in jsonb/plperl transformPeter Eisentraut2018-04-302-0/+44
* Remove less-portable-than-believed test case.Tom Lane2018-04-042-24/+0
* Fix platform and Perl-version dependencies in new jsonb_plperl code.Tom Lane2018-04-042-2/+30
* Transforms for jsonb to PL/PerlPeter Eisentraut2018-04-032-0/+172