Commit Graph

25 Commits (5963c9a154bd5590a7ea48826d9bd72c9324e071)

Author SHA1 Message Date
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
Tom Lane eb67623c96 Mark some contrib modules as "trusted". 5 years ago
Alvaro Herrera 4e89c79a52 Remove excess parens in ereport() calls 5 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 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
Michael Paquier 23bccc823d Fix inconsistencies and typos in the tree 6 years ago
Tom Lane 032627ee78 Clean up PL/Perl's handling of the _() macro. 6 years ago
Tom Lane e74dd00f53 Still further rethinking of build changes for macOS Mojave. 7 years ago
Tom Lane 5e22171310 Make some fixes to allow building Postgres on macOS 10.14 ("Mojave"). 7 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 e4300a3552 Avoid platform-dependent output from Data::Dumper. 7 years ago
Tom Lane 1731e3741c Fix excessive enreferencing in jsonb-to-plperl transform. 7 years ago
Tom Lane 6594ee2803 Remove jsonb_plperl test cases for Inf/NaN conversions. 7 years ago
Tom Lane 827eb4393c Tweak new jsonb_plperl test cases to work with old Perl versions. 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
Peter Eisentraut 651cb90941 Fix clashing function names between jsonb_plperl and jsonb_plperlu 7 years ago
Tom Lane eac93e20af Remove less-portable-than-believed test case. 7 years ago
Tom Lane 331b2369c0 Fix platform and Perl-version dependencies in new jsonb_plperl code. 7 years ago
Tom Lane dddfc4cb2e Prevent accidental linking of system-supplied copies of libpq.so etc. 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