aboutsummaryrefslogtreecommitdiff
path: root/contrib/jsonb_plperl
Commit message (Expand)AuthorAge
* Mark some contrib modules as "trusted".Tom Lane2020-02-13
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-24
* Fix handling of "undef" in contrib/jsonb_plperl.Tom Lane2019-08-04
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Clean up PL/Perl's handling of the _() macro.Tom Lane2019-06-02
* Still further rethinking of build changes for macOS Mojave.Tom Lane2018-10-18
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-25
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-11
* Fix jsonb_plperl to convert Perl UV values correctly.Tom Lane2018-06-18
* Avoid platform-dependent output from Data::Dumper.Tom Lane2018-06-18
* Fix excessive enreferencing in jsonb-to-plperl transform.Tom Lane2018-06-18
* Remove jsonb_plperl test cases for Inf/NaN conversions.Tom Lane2018-05-01
* Tweak new jsonb_plperl test cases to work with old Perl versions.Tom Lane2018-04-30
* Prevent infinity and NaN in jsonb/plperl transformPeter Eisentraut2018-04-30
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Fix clashing function names between jsonb_plperl and jsonb_plperluPeter Eisentraut2018-04-11
* Remove less-portable-than-believed test case.Tom Lane2018-04-04
* Fix platform and Perl-version dependencies in new jsonb_plperl code.Tom Lane2018-04-04
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-03
* Suppress compiler warning in new jsonb_plperl code.Tom Lane2018-04-03
* Transforms for jsonb to PL/PerlPeter Eisentraut2018-04-03