summaryrefslogtreecommitdiff
path: root/contrib/jsonb_plperl/jsonb_plperl.c
Commit message (Expand)AuthorAgeFilesLines
* Be more careful to avoid including system headers after perl.hJohn Naylor2022-08-271-1/+0
* Expose internal function for converting int64 to numericPeter Eisentraut2020-09-091-3/+1
* Support infinity and -infinity in the numeric data type.Tom Lane2020-07-221-4/+2
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-301-3/+3
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-1/+1
* Fix handling of "undef" in contrib/jsonb_plperl.Tom Lane2019-08-041-5/+5
* Clean up PL/Perl's handling of the _() macro.Tom Lane2019-06-021-3/+0
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-111-1/+0
* Fix jsonb_plperl to convert Perl UV values correctly.Tom Lane2018-06-181-1/+18
* Fix excessive enreferencing in jsonb-to-plperl transform.Tom Lane2018-06-181-5/+5
* Prevent infinity and NaN in jsonb/plperl transformPeter Eisentraut2018-04-301-2/+14
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-1/+3
* Fix platform and Perl-version dependencies in new jsonb_plperl code.Tom Lane2018-04-041-34/+42
* Suppress compiler warning in new jsonb_plperl code.Tom Lane2018-04-031-2/+5
* Transforms for jsonb to PL/PerlPeter Eisentraut2018-04-031-0/+262