Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix handling of "undef" in contrib/jsonb_plperl. | Tom Lane | 2019-08-04 | 1 | -0/+13 |
* | Fix jsonb_plperl to convert Perl UV values correctly. | Tom Lane | 2018-06-18 | 1 | -0/+12 |
* | Fix excessive enreferencing in jsonb-to-plperl transform. | Tom Lane | 2018-06-18 | 1 | -19/+23 |
* | Remove jsonb_plperl test cases for Inf/NaN conversions. | Tom Lane | 2018-05-01 | 1 | -22/+0 |
* | Tweak new jsonb_plperl test cases to work with old Perl versions. | Tom Lane | 2018-04-30 | 1 | -2/+2 |
* | Prevent infinity and NaN in jsonb/plperl transform | Peter Eisentraut | 2018-04-30 | 1 | -0/+22 |
* | Remove less-portable-than-believed test case. | Tom Lane | 2018-04-04 | 1 | -12/+0 |
* | Fix platform and Perl-version dependencies in new jsonb_plperl code. | Tom Lane | 2018-04-04 | 1 | -1/+15 |
* | Transforms for jsonb to PL/Perl | Peter Eisentraut | 2018-04-03 | 1 | -0/+86 |