Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix handling of "undef" in contrib/jsonb_plperl. | Tom Lane | 2019-08-04 | 2 | -0/+26 |
* | Fix jsonb_plperl to convert Perl UV values correctly. | Tom Lane | 2018-06-18 | 2 | -0/+24 |
* | Avoid platform-dependent output from Data::Dumper. | Tom Lane | 2018-06-18 | 1 | -1/+2 |
* | Fix excessive enreferencing in jsonb-to-plperl transform. | Tom Lane | 2018-06-18 | 2 | -38/+49 |
* | Remove jsonb_plperl test cases for Inf/NaN conversions. | Tom Lane | 2018-05-01 | 2 | -44/+0 |
* | Tweak new jsonb_plperl test cases to work with old Perl versions. | Tom Lane | 2018-04-30 | 2 | -4/+4 |
* | Prevent infinity and NaN in jsonb/plperl transform | Peter Eisentraut | 2018-04-30 | 2 | -0/+44 |
* | Remove less-portable-than-believed test case. | Tom Lane | 2018-04-04 | 2 | -24/+0 |
* | Fix platform and Perl-version dependencies in new jsonb_plperl code. | Tom Lane | 2018-04-04 | 2 | -2/+30 |
* | Transforms for jsonb to PL/Perl | Peter Eisentraut | 2018-04-03 | 2 | -0/+172 |