summaryrefslogtreecommitdiff
path: root/contrib/jsonb_plperl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+43
* 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
* Mark some contrib modules as "trusted".Tom Lane2020-02-131-0/+1
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-301-3/+3
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+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-045-7/+73
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-221-1/+1
* Clean up PL/Perl's handling of the _() macro.Tom Lane2019-06-021-3/+0
* Still further rethinking of build changes for macOS Mojave.Tom Lane2018-10-181-5/+2
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-251-1/+1
* 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-185-3/+72
* Avoid platform-dependent output from Data::Dumper.Tom Lane2018-06-182-5/+4
* Fix excessive enreferencing in jsonb-to-plperl transform.Tom Lane2018-06-185-83/+141
* Remove jsonb_plperl test cases for Inf/NaN conversions.Tom Lane2018-05-014-86/+2
* Tweak new jsonb_plperl test cases to work with old Perl versions.Tom Lane2018-04-304-8/+8
* Prevent infinity and NaN in jsonb/plperl transformPeter Eisentraut2018-04-305-6/+102
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-1/+3
* Fix clashing function names between jsonb_plperl and jsonb_plperluPeter Eisentraut2018-04-111-6/+6
* Remove less-portable-than-believed test case.Tom Lane2018-04-044-48/+2
* Fix platform and Perl-version dependencies in new jsonb_plperl code.Tom Lane2018-04-046-52/+110
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-031-1/+1
* Suppress compiler warning in new jsonb_plperl code.Tom Lane2018-04-031-2/+5
* Transforms for jsonb to PL/PerlPeter Eisentraut2018-04-0311-0/+950