summaryrefslogtreecommitdiff
path: root/contrib/hstore_plperl/hstore_plperl.c
AgeCommit message (Expand)Author
2022-08-27Be more careful to avoid including system headers after perl.hJohn Naylor
2022-07-17Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2019-06-02Clean up PL/Perl's handling of the _() macro.Tom Lane
2018-09-16Fix out-of-tree build for transform modules.Andrew Gierth
2018-06-18Fix contrib/hstore_plperl to look through scalar refs.Tom Lane
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane
2017-07-28PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane
2016-10-04Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.Tom Lane
2015-11-19Dodge a macro-name conflict with Perl.Tom Lane
2015-05-24Remove no-longer-required function declarations.Tom Lane
2015-05-23pgindent run for 9.5Bruce Momjian
2015-04-26Add transforms featurePeter Eisentraut