summaryrefslogtreecommitdiff
path: root/contrib/jsonb_plperl
AgeCommit message (Expand)Author
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-08-27Be more careful to avoid including system headers after perl.hJohn Naylor
2020-09-09Expose internal function for converting int64 to numericPeter Eisentraut
2020-07-22Support infinity and -infinity in the numeric data type.Tom Lane
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-08-04Fix handling of "undef" in contrib/jsonb_plperl.Tom Lane
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-06-02Clean up PL/Perl's handling of the _() macro.Tom Lane
2018-10-18Still further rethinking of build changes for macOS Mojave.Tom Lane
2018-09-25Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane
2018-07-11Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera
2018-06-18Fix jsonb_plperl to convert Perl UV values correctly.Tom Lane
2018-06-18Avoid platform-dependent output from Data::Dumper.Tom Lane
2018-06-18Fix excessive enreferencing in jsonb-to-plperl transform.Tom Lane
2018-05-01Remove jsonb_plperl test cases for Inf/NaN conversions.Tom Lane
2018-05-01Tweak new jsonb_plperl test cases to work with old Perl versions.Tom Lane
2018-04-30Prevent infinity and NaN in jsonb/plperl transformPeter Eisentraut
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-11Fix clashing function names between jsonb_plperl and jsonb_plperluPeter Eisentraut
2018-04-04Remove less-portable-than-believed test case.Tom Lane
2018-04-04Fix platform and Perl-version dependencies in new jsonb_plperl code.Tom Lane
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-04-03Suppress compiler warning in new jsonb_plperl code.Tom Lane
2018-04-03Transforms for jsonb to PL/PerlPeter Eisentraut