Age | Commit message (Expand) | Author |
---|---|---|
2019-08-04 | Fix handling of "undef" in contrib/jsonb_plperl. | Tom Lane |
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-05-01 | 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-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 | Transforms for jsonb to PL/Perl | Peter Eisentraut |