Commit Graph

15 Commits (29275b1d177096597675b5c6e7e7c9db2df8f4df)

Author SHA1 Message Date
John Naylor 4eec2e03c3 Be more careful to avoid including system headers after perl.h 3 years ago
Peter Eisentraut 0aa8f76408 Expose internal function for converting int64 to numeric 5 years ago
Tom Lane a57d312a77 Support infinity and -infinity in the numeric data type. 5 years ago
Alvaro Herrera 4e89c79a52 Remove excess parens in ereport() calls 5 years ago
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Tom Lane e0f5048851 Fix handling of "undef" in contrib/jsonb_plperl. 6 years ago
Tom Lane 032627ee78 Clean up PL/Perl's handling of the _() macro. 6 years ago
Alvaro Herrera f2c587067a Rethink how to get float.h in old Windows API for isnan/isinf 7 years ago
Tom Lane 93b6e03ab4 Fix jsonb_plperl to convert Perl UV values correctly. 7 years ago
Tom Lane 1731e3741c Fix excessive enreferencing in jsonb-to-plperl transform. 7 years ago
Peter Eisentraut e348e7ae57 Prevent infinity and NaN in jsonb/plperl transform 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 7 years ago
Tom Lane 331b2369c0 Fix platform and Perl-version dependencies in new jsonb_plperl code. 7 years ago
Tom Lane d4a4c3d5b4 Suppress compiler warning in new jsonb_plperl code. 7 years ago
Peter Eisentraut 341e166180 Transforms for jsonb to PL/Perl 7 years ago